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

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents c9a7a7b42a86
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="bpython"
4 PACKAGE="python-bpython"
5 VERSION="0.17.1"
6 CATEGORY="development"
7 SHORT_DESC="A fancy interface to the Python interpreter"
8 MAINTAINER="devel@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 #HOST_ARCH="any"
12 REPOLOGY="python:bpython"
14 COOKOPTS="force-arch" # arch-specific .so in python3-bpython on x86_64
16 BUILD_DEPENDS="python-dev python-pygments python-greenlet python-requests \
17 python-curtsies python-six python-urllib3 python-idna python-certifi \
18 python-chardet python-wcwidth python-blessings \
19 python3-dev python3-pygments python3-greenlet python3-requests \
20 python3-curtsies python3-six python3-urllib3 python3-idna python3-certifi \
21 python3-chardet python3-wcwidth python3-blessings"
22 SPLIT="${PACKAGE/python/python3}:3"
24 compile_rules() {
25 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
26 }
28 genpkg_rules() {
29 copy @std
30 py=${PACKAGE%%-*} # python/python3
31 DEPENDS="$py-pygments $py-greenlet $py-requests $py-curtsies $py-six \
32 $py-urllib3 $py-idna $py-certifi $py-chardet $py-wcwidth $py-blessings"
33 }