wok rev 23462

updated pymux (0.6 -> 0.14)
author Hans-G?nter Theisgen
date Sat Apr 04 17:32:52 2020 +0100 (2020-04-04)
parents 2a362443b481
children 907a77dcc2a7
files pymux/receipt
line diff
     1.1 --- a/pymux/receipt	Sat Apr 04 17:21:39 2020 +0100
     1.2 +++ b/pymux/receipt	Sat Apr 04 17:32:52 2020 +0100
     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 -