wok diff pymux/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 5d50a02468c7
children 095836df71b7
line diff
     1.1 --- a/pymux/receipt	Sun May 19 19:23:11 2019 +0200
     1.2 +++ b/pymux/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pymux"
     1.7 -SOURCE="pymux"
     1.8 -VERSION="0.6"
     1.9 +VERSION="0.14"
    1.10  CATEGORY="utilities"
    1.11  SHORT_DESC="A terminal multiplexer (like tmux) in Python."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://github.com/jonathanslenders/pymux"
    1.15 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL"
    1.16  
    1.17 -DEPENDS="python python-pyte python-prompt-toolkit python-docopt"
    1.18 -BUILD_DEPENDS="wget python-setuptools python-dev python-pyte python-prompt-toolkit python-docopt"
    1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 +WGET_URL="https://pypi.python.org/packages/source/p/$PACKAGE/$TARBALL"
    1.21 +
    1.22 +DEPENDS="python python-docopt python-prompt-toolkit python-pyte"
    1.23 +BUILD_DEPENDS="python-dev python-docopt python-prompt-toolkit python-pyte 
    1.24 +	python-setuptools"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28 @@ -22,6 +23,5 @@
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/usr $fs
    1.33 +	cp -a $install/usr	$fs
    1.34  }
    1.35 -