wok-6.x annotate ptpython/receipt @ 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 | 5d50a02468c7 |
children | ce05cd867bd4 |
rev | line source |
---|---|
paul@18823 | 1 # SliTaz package receipt. |
paul@18823 | 2 |
paul@18823 | 3 PACKAGE="ptpython" |
Hans-G?nter@21721 | 4 VERSION="2.0.4" |
paul@18823 | 5 CATEGORY="development" |
paul@18823 | 6 SHORT_DESC="Python REPL." |
paul@18823 | 7 MAINTAINER="paul@slitaz.org" |
Hans-G?nter@21721 | 8 WEB_SITE="https://github.com/prompt-toolkit/ptpython" |
paul@18823 | 9 |
Hans-G?nter@21721 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@21721 | 11 WGET_URL="${WEB_SITE}/$PACKAGE/archive/$VERSION.tar.gz" |
Hans-G?nter@21721 | 12 |
Hans-G?nter@21721 | 13 DEPENDS="python python-docopt python-jedi python-prompt-toolkit" |
Hans-G?nter@21721 | 14 BUILD_DEPENDS="python-dev python-docopt python-jedi \ |
Hans-G?nter@21721 | 15 python-prompt-toolkit python-setuptools " |
paul@18823 | 16 |
paul@18823 | 17 # Rules to configure and make the package. |
paul@18823 | 18 compile_rules() |
paul@18823 | 19 { |
paul@18823 | 20 python setup.py install --root=$DESTDIR |
paul@18823 | 21 } |
paul@18823 | 22 |
paul@18823 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@18823 | 24 genpkg_rules() |
paul@18823 | 25 { |
paul@18823 | 26 cp -a $install/usr $fs |
paul@18823 | 27 } |