wok-current diff python-distribute/receipt @ rev 22322
updated yelp-tools and yelp-xsl
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 17:10:01 2019 +0100 (2019-11-14) |
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 Nov 14 17:10:01 2019 +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"