wok-next annotate python-idna/receipt @ rev 20302
Up gnustep-make (2.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 10 11:12:26 2017 +0100 (2017-11-10) |
parents | |
children | 0e7893ac206d |
rev | line source |
---|---|
al@19763 | 1 # SliTaz package receipt v2. |
al@19763 | 2 |
al@19763 | 3 PACKAGE="python-idna" |
al@19763 | 4 VERSION="2.5" |
al@19763 | 5 CATEGORY="network" |
al@19763 | 6 SHORT_DESC="Internationalized Domain Names in Applications" |
al@19763 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@19763 | 8 LICENSE="BSD" |
al@19763 | 9 WEB_SITE="https://pypi.python.org/pypi/idna" |
al@19763 | 10 |
al@19763 | 11 BUILD_DEPENDS="python" |
al@19763 | 12 |
al@19763 | 13 # Rules to configure and make the package. |
al@19763 | 14 compile_rules() |
al@19763 | 15 { |
al@19763 | 16 pip install --no-compile --root=$DESTDIR idna |
al@19763 | 17 } |
al@19763 | 18 |
al@19763 | 19 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@19763 | 20 genpkg_rules() |
al@19763 | 21 { |
al@19763 | 22 copy @std |
al@19763 | 23 DEPENDS="python" |
al@19763 | 24 } |