wok annotate virtualenv/receipt @ rev 22109
updated virtualenv (1.5.1 -> 16.7.7)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 01 17:02:38 2019 +0100 (2019-11-01) |
parents | 7390f8de9846 |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
taziden@3873 | 1 # SliTaz package receipt. |
taziden@3873 | 2 |
taziden@3873 | 3 PACKAGE="virtualenv" |
Hans-G?nter@22109 | 4 VERSION="16.7.7" |
taziden@3873 | 5 CATEGORY="development" |
Hans-G?nter@22109 | 6 TAGS="python" |
taziden@3873 | 7 SHORT_DESC="Virtual Python Environment Builder." |
taziden@3873 | 8 MAINTAINER="taziden@slitaz.org" |
pascal@15363 | 9 LICENSE="MIT" |
Hans-G?nter@22109 | 10 WEB_SITE="https://virtualenv.pypa.io/" |
Hans-G?nter@22109 | 11 |
taziden@3873 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22109 | 13 WGET_URL="https://github.com/pypa/$PACKAGE/archive/$VERSION.tar.gz" |
pascal@15363 | 14 |
taziden@3873 | 15 DEPENDS="python python-dev" |
Hans-G?nter@22109 | 16 BUILD_DEPENDS="python python-dev python-setuptools" |
taziden@3873 | 17 |
taziden@3873 | 18 # Rules to configure and make the package. |
taziden@3873 | 19 compile_rules() |
taziden@3873 | 20 { |
pascal@15363 | 21 python setup.py install --root=$DESTDIR |
taziden@3873 | 22 } |
taziden@3873 | 23 |
taziden@3873 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
taziden@3873 | 25 genpkg_rules() |
taziden@3873 | 26 { |
pascal@15363 | 27 cp -a $install/usr $fs |
taziden@3873 | 28 } |