wok-next view ptpython/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ptpython"
4 VERSION="0.28"
5 CATEGORY="development"
6 SHORT_DESC="Python REPL"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/prompt-toolkit/ptpython"
10 SOURCE="ptpython"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
14 BUILD_DEPENDS="python-dev python-prompt-toolkit python-jedi python-docopt"
16 compile_rules() {
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/usr $fs
22 DEPENDS="python python-prompt-toolkit python-jedi python-docopt"
23 }