wok-6.x diff virtualenv/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | 7390f8de9846 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/virtualenv/receipt Sat May 23 16:17:14 2015 +0300 1.2 +++ b/virtualenv/receipt Thu Mar 05 12:13:42 2020 +0100 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="virtualenv" 1.7 -VERSION="1.5.1" 1.8 +VERSION="16.7.7" 1.9 CATEGORY="development" 1.10 +TAGS="python" 1.11 SHORT_DESC="Virtual Python Environment Builder." 1.12 MAINTAINER="taziden@slitaz.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://virtualenv.pypa.io/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://pypi.python.org/pypi/virtualenv" 1.18 -WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL" 1.19 -TAGS="python" 1.20 +WGET_URL="https://github.com/pypa/$PACKAGE/archive/$VERSION.tar.gz" 1.21 1.22 DEPENDS="python python-dev" 1.23 -BUILD_DEPENDS="python python-dev" 1.24 +BUILD_DEPENDS="python python-dev python-setuptools" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules()