wok diff python-distribute/receipt @ rev 20155
ppp: add post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 21 09:59:35 2017 +0100 (2017-12-21) |
parents | 0e65bb5051a2 |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-distribute/receipt Mon Jan 27 06:32:12 2014 +0000 1.2 +++ b/python-distribute/receipt Thu Dec 21 09:59:35 2017 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-distribute" 1.7 -VERSION="0.6.49" 1.8 +VERSION="0.7.3" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Easily build and distribute Python packages" 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="PSL" 1.13 WEB_SITE="http://pypi.python.org/pypi/distribute" 1.14 SOURCE="distribute" 1.15 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 +TARBALL="$SOURCE-$VERSION.zip" 1.17 WGET_URL="https://pypi.python.org/packages/source/d/distribute/$TARBALL" 1.18 +HOST_ARCH="i486 arm" 1.19 1.20 DEPENDS="python" 1.21 BUILD_DEPENDS="python-dev wget"