wok-current rev 3225
Up: setuptools (0.6c9) and fix depends
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Fri May 29 03:54:58 2009 +0000 (2009-05-29) |
parents | 91cbce68dfef |
children | be68bb295c6a |
files | setuptools/receipt |
line diff
1.1 --- a/setuptools/receipt Fri May 29 03:34:51 2009 +0000 1.2 +++ b/setuptools/receipt Fri May 29 03:54:58 2009 +0000 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="setuptools" 1.7 -VERSION="0.6c8" 1.8 +VERSION="0.6c9" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Python package installation tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WEB_SITE="http://pypi.python.org/pypi/setuptools" 1.14 WGET_URL="http://pypi.python.org/packages/source/s/setuptools/$TARBALL" 1.15 -DEPENDS="python" 1.16 +DEPENDS="python python-dev" 1.17 BUILD_DEPENDS="python python-dev" 1.18 1.19 # Rules to configure and make the package.