wok-6.x view virtualenv/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents 7390f8de9846
children 5ea0ce1cecc0
line source
1 # SliTaz package receipt.
3 PACKAGE="virtualenv"
4 VERSION="16.7.7"
5 CATEGORY="development"
6 TAGS="python"
7 SHORT_DESC="Virtual Python Environment Builder."
8 MAINTAINER="taziden@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://virtualenv.pypa.io/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/pypa/$PACKAGE/archive/$VERSION.tar.gz"
15 DEPENDS="python python-dev"
16 BUILD_DEPENDS="python python-dev python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }