wok-current annotate python-jcconv/receipt @ rev 23594
updated python, python-dev and python-idle (2.7.15 -> 2.7.17)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 08 13:49:09 2020 +0100 (2020-04-08) |
parents | 814362194a8d |
children | 104a2a2e5484 |
rev | line source |
---|---|
pascal@15905 | 1 # SliTaz package receipt. |
pascal@15905 | 2 |
pascal@15905 | 3 PACKAGE="python-jcconv" |
Hans-G?nter@23499 | 4 VERSION="0.2.3" |
pascal@15905 | 5 CATEGORY="development" |
pascal@15905 | 6 SHORT_DESC="Python Japanese Characters CONVerter." |
pascal@15905 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15906 | 8 LICENSE="MIT" |
Hans-G?nter@23499 | 9 WEB_SITE="https://pypi.python.org/pypi/jcconv" |
Hans-G?nter@23499 | 10 |
pascal@15905 | 11 SOURCE="jcconv" |
pascal@15905 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23499 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" |
pascal@15906 | 14 |
pascal@15905 | 15 DEPENDS="python" |
Hans-G?nter@23499 | 16 BUILD_DEPENDS="python python-setuptools" |
pascal@15905 | 17 |
pascal@15905 | 18 # Rules to configure and make the package. |
pascal@15905 | 19 compile_rules() |
pascal@15905 | 20 { |
pascal@15905 | 21 python setup.py install --root=$DESTDIR |
pascal@15905 | 22 } |
pascal@15905 | 23 |
pascal@15905 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15905 | 25 genpkg_rules() |
pascal@15905 | 26 { |
Hans-G?nter@23499 | 27 cp -a $install/usr $fs |
pascal@15905 | 28 } |