wok-next view python-bpython/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 8cad5edc1a45
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-bpython"
4 VERSION="latest"
5 CATEGORY="development"
6 SHORT_DESC="A fancy interface to the Python interpreter"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.python.org/pypi/bpython"
11 BUILD_DEPENDS="python-dev python-pygments python-greenlet python-requests \
12 python-curtsies python-six python-urllib3 python-idna python-certifi \
13 python-chardet python-wcwidth python-blessings"
15 compile_rules() {
16 pip install --no-compile --root=$DESTDIR bpython
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n '/^Successfully installed/ s|.*bpython-||p' $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="${BUILD_DEPENDS/python-dev/}"
23 }