wok rev 21721
updated ptpython (0.28 -> 2.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jun 12 14:57:36 2019 +0100 (2019-06-12) |
parents | bdb6e157e578 |
children | ce05cd867bd4 |
files | ptpython/receipt |
line diff
1.1 --- a/ptpython/receipt Wed Jun 12 14:43:00 2019 +0100 1.2 +++ b/ptpython/receipt Wed Jun 12 14:57:36 2019 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ptpython" 1.7 -SOURCE="ptpython" 1.8 -VERSION="0.28" 1.9 +VERSION="2.0.4" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Python REPL." 1.12 MAINTAINER="paul@slitaz.org" 1.13 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 -WEB_SITE="https://github.com/jonathanslenders/ptpython" 1.15 -WGET_URL="https://pypi.python.org/packages/source/p/$SOURCE/$TARBALL" 1.16 +WEB_SITE="https://github.com/prompt-toolkit/ptpython" 1.17 1.18 -DEPENDS="python python-prompt-toolkit python-jedi python-docopt" 1.19 -BUILD_DEPENDS="wget python-setuptools python-dev python-prompt-toolkit python-jedi python-docopt" 1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.21 +WGET_URL="${WEB_SITE}/$PACKAGE/archive/$VERSION.tar.gz" 1.22 + 1.23 +DEPENDS="python python-docopt python-jedi python-prompt-toolkit" 1.24 +BUILD_DEPENDS="python-dev python-docopt python-jedi \ 1.25 + python-prompt-toolkit python-setuptools " 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 @@ -24,4 +25,3 @@ 1.30 { 1.31 cp -a $install/usr $fs 1.32 } 1.33 -