From 6abc1418497817c0cfd9d86253435061a21e91ed Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 4 Apr 2012 07:07:09 +0000 Subject: testing/py-cherrypy: upgrade to 3.2.2 --- testing/py-cherrypy/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/py-cherrypy') diff --git a/testing/py-cherrypy/APKBUILD b/testing/py-cherrypy/APKBUILD index 6d1ab683f5..b974cb07d3 100644 --- a/testing/py-cherrypy/APKBUILD +++ b/testing/py-cherrypy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py-cherrypy _pkgname=CherryPy -pkgver=3.2.0 +pkgver=3.2.2 pkgrel=0 pkgdesc="A pythonic, object-oriented web development framework" url="http://www.cherrypy.org" @@ -13,7 +13,7 @@ depends_dev="python-dev" makedepends="$depends_dev" install="" subpackages="" -source="http://mirror.its.uidaho.edu/pub/gentoo/distfiles/$_pkgname-$pkgver.tar.gz" +source="http://download.cherrypy.org/cherrypy/$pkgver/$_pkgname-$pkgver.tar.gz" # The real source is the following: #http://download.cherrypy.org/cherrypy/$pkgver/$_pkgname-$pkgver.tar.gz" #but seems not available atm @@ -21,6 +21,6 @@ _builddir="$srcdir"/$_pkgname-$pkgver package() { cd "$_builddir" python setup.py install --root=$pkgdir - install -Dm644 py2/cherrypy/LICENSE.txt ${pkgdir}/usr/share/licenses/custom/${pkgname}/license + install -Dm644 cherrypy/LICENSE.txt ${pkgdir}/usr/share/licenses/custom/${pkgname}/license } -md5sums="e5c1322bf5ce962c16283ab7a6dcca3f CherryPy-3.2.0.tar.gz" +md5sums="c1b1e9577f65f9bb88bfd1b15b93b911 CherryPy-3.2.2.tar.gz" -- cgit v1.2.3