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

vlc: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:06:02 2017 +0100 (2017-11-01)
parents fd4f1e692109
children 542df2bfb7b5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-bpython"
4 SOURCE="bpython"
5 VERSION="0.16"
6 CATEGORY="development"
7 SHORT_DESC="A fancy interface to the Python interpreter"
8 MAINTAINER="claudinei@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.python.org/pypi/bpython"
12 BUILD_DEPENDS="python-dev python-pygments python-greenlet python-requests \
13 python-curtsies python-six python-urllib3 python-idna python-certifi \
14 python-chardet python-wcwidth python-blessings"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 pip install --no-compile --root=$DESTDIR bpython
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="${BUILD_DEPENDS/python-dev/}"
27 }