wok view ptpython/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 4ca238d6262e
children 117e5b447e27
line source
1 # SliTaz package receipt.
3 PACKAGE="ptpython"
4 VERSION="2.0.4"
5 CATEGORY="development"
6 SHORT_DESC="Python REPL."
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/prompt-toolkit/ptpython"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="${WEB_SITE}/archive/$VERSION.tar.gz"
13 DEPENDS="python python-docopt python-jedi python-prompt-toolkit"
14 BUILD_DEPENDS="python-dev python-docopt python-jedi \
15 python-prompt-toolkit python-setuptools "
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }