wok-next annotate virtualenv/receipt @ rev 20889

Check Repology info from y* to z* packages: complete
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jul 15 10:27:39 2018 +0300 (2018-07-15)
parents 7390f8de9846
children 8b5b2a6d07b8
rev   line source
taziden@3873 1 # SliTaz package receipt.
taziden@3873 2
taziden@3873 3 PACKAGE="virtualenv"
slaxemulator@6455 4 VERSION="1.5.1"
taziden@3873 5 CATEGORY="development"
taziden@3873 6 SHORT_DESC="Virtual Python Environment Builder."
taziden@3873 7 MAINTAINER="taziden@slitaz.org"
pascal@15363 8 LICENSE="MIT"
al@20888 9 WEB_SITE="http://pypi.python.org/pypi/virtualenv"
al@20888 10 REPOLOGY="python:virtualenv"
al@20888 11
taziden@3873 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
taziden@3873 13 WGET_URL="http://pypi.python.org/packages/source/v/virtualenv/$TARBALL"
pascal@15363 14 TAGS="python"
pascal@15363 15
taziden@3873 16 DEPENDS="python python-dev"
taziden@3873 17 BUILD_DEPENDS="python python-dev"
taziden@3873 18
taziden@3873 19 # Rules to configure and make the package.
taziden@3873 20 compile_rules()
taziden@3873 21 {
pascal@15363 22 python setup.py install --root=$DESTDIR
taziden@3873 23 }
taziden@3873 24
taziden@3873 25 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3873 26 genpkg_rules()
taziden@3873 27 {
pascal@15363 28 cp -a $install/usr $fs
taziden@3873 29 }