wok-next annotate python-bpython/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents fd4f1e692109
children 542df2bfb7b5
rev   line source
al@19763 1 # SliTaz package receipt v2.
claudinei@3421 2
claudinei@3421 3 PACKAGE="python-bpython"
claudinei@3421 4 SOURCE="bpython"
al@19763 5 VERSION="0.16"
claudinei@3421 6 CATEGORY="development"
al@19763 7 SHORT_DESC="A fancy interface to the Python interpreter"
claudinei@3421 8 MAINTAINER="claudinei@slitaz.org"
pascal@15378 9 LICENSE="MIT"
al@19763 10 WEB_SITE="https://pypi.python.org/pypi/bpython"
pascal@15378 11
al@19763 12 BUILD_DEPENDS="python-dev python-pygments python-greenlet python-requests \
al@19763 13 python-curtsies python-six python-urllib3 python-idna python-certifi \
al@19763 14 python-chardet python-wcwidth python-blessings"
claudinei@3421 15
claudinei@3421 16 # Rules to configure and make the package.
claudinei@3421 17 compile_rules()
claudinei@3421 18 {
al@19763 19 pip install --no-compile --root=$DESTDIR bpython
claudinei@3421 20 }
claudinei@3421 21
claudinei@3421 22 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@3421 23 genpkg_rules()
claudinei@3421 24 {
al@19763 25 copy @std
al@19763 26 DEPENDS="${BUILD_DEPENDS/python-dev/}"
claudinei@3421 27 }