wok diff python-beaker/receipt @ rev 9842
vlc: Add dbus-dev to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 14:23:05 2011 +0000 (2011-05-15) |
parents | 19d57add85c0 |
children | fd4f1e692109 |
line diff
1.1 --- a/python-beaker/receipt Wed Aug 05 17:23:14 2009 +0200 1.2 +++ b/python-beaker/receipt Sun May 15 14:23:05 2011 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-beaker" 1.7 -VERSION="1.3.1" 1.8 +VERSION="1.5.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Cache and Session Library" 1.11 MAINTAINER="taziden@slitaz.org" 1.12 SOURCE="Beaker" 1.13 DEPENDS="python" 1.14 -BUILD_DEPENDS="python python-dev" 1.15 +BUILD_DEPENDS="python python-dev setuptools" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 WEB_SITE="http://pylonshq.com" 1.18 -WGET_URL="$WEB_SITE/download/0.9.7/$TARBALL" 1.19 +WGET_URL="$WEB_SITE/download/1.0/$TARBALL" 1.20 TAGS="python" 1.21 1.22 # Rules to configure and make the package.