wok-6.x diff python-distribute/receipt @ rev 20419
Down lsyncd (2.1.5)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 05 21:52:51 2018 +0200 (2018-08-05) |
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 Sun Aug 05 21:52:51 2018 +0200 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"