wok-next diff virtualenv/receipt @ rev 21648
updated fetchmail (6.3.26 -> 6.4.8)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 17:32:09 2020 +0100 (2020-06-26) |
parents | 8b5b2a6d07b8 |
children |
line diff
1.1 --- a/virtualenv/receipt Fri Sep 14 01:56:52 2018 +0300 1.2 +++ b/virtualenv/receipt Fri Jun 26 17:32:09 2020 +0100 1.3 @@ -1,29 +1,25 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="virtualenv" 1.8 VERSION="1.5.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Virtual Python Environment Builder." 1.11 -MAINTAINER="taziden@slitaz.org" 1.12 +SHORT_DESC="Virtual Python Environment Builder" 1.13 +MAINTAINER="devel@slitaz.org" 1.14 LICENSE="MIT" 1.15 WEB_SITE="https://pypi.org/project/virtualenv/" 1.16 REPOLOGY="python:virtualenv" 1.17 1.18 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 WGET_URL="https://files.pythonhosted.org/packages/source/v/virtualenv/$TARBALL" 1.20 -TAGS="python" 1.21 1.22 -DEPENDS="python python-dev" 1.23 -BUILD_DEPENDS="python python-dev" 1.24 +BUILD_DEPENDS="python-dev" 1.25 1.26 -# Rules to configure and make the package. 1.27 -compile_rules() 1.28 -{ 1.29 - python setup.py install --root=$DESTDIR 1.30 +compile_rules() { 1.31 + python -B setup.py install --root=$install 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 - cp -a $install/usr $fs 1.38 +genpkg_rules() { 1.39 + copy @std 1.40 + DEPENDS="python" 1.41 + TAGS="python" 1.42 }