wok-next view virtualenv/receipt @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents 8b5b2a6d07b8
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="virtualenv"
4 VERSION="1.5.1"
5 CATEGORY="development"
6 SHORT_DESC="Virtual Python Environment Builder"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://pypi.org/project/virtualenv/"
10 REPOLOGY="python:virtualenv"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/v/virtualenv/$TARBALL"
15 BUILD_DEPENDS="python-dev"
17 compile_rules() {
18 python -B setup.py install --root=$install
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="python"
24 TAGS="python"
25 }