wok diff setuptools/receipt @ rev 3973

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
parents 3d99ecce2d4b
children b4de8eb78082
line diff
     1.1 --- a/setuptools/receipt	Sun Oct 05 23:16:15 2008 +0000
     1.2 +++ b/setuptools/receipt	Thu Aug 27 11:36:57 2009 +0200
     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.