wok diff zopeinterface/receipt @ rev 11714

R: Fix missing dep (Thanks moulefrite)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 19 22:08:06 2012 +0100 (2012-02-19)
parents b303dfac3b48
children 191b99ca9dc2
line diff
     1.1 --- a/zopeinterface/receipt	Wed Feb 24 12:44:14 2010 +0000
     1.2 +++ b/zopeinterface/receipt	Sun Feb 19 22:08:06 2012 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="zopeinterface"
     1.7 -VERSION="3.3.0"
     1.8 +VERSION="3.5.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Zope 3 Interface Infrastructure."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  SOURCE="zope.interface"
    1.13  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://www.zope.org/Products/ZopeInterface"
    1.15 -WGET_URL="$WEB_SITE/$VERSION/$TARBALL"
    1.16 +WGET_URL="http://pypi.python.org/packages/source/z/$SOURCE/$TARBALL"
    1.17  DEPENDS="python"
    1.18 -BUILD_DEPENDS="python"
    1.19 +BUILD_DEPENDS="python python-dev"
    1.20  TAGS="webserver application-server appserver"
    1.21  
    1.22  # Rules to configure and make the package.