diff options
author | root <root@rshg047.dnsready.net> | 2011-05-14 22:37:30 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-14 22:37:30 +0000 |
commit | e69c538fc7af5a9861c7688dd15913082d978180 (patch) | |
tree | f193cf26628a71f1c474227fa6c429713558f0a2 /community/python-cherrypy | |
parent | 2c4629f613c001fd29740d0f4c0e497c771a2182 (diff) |
Sat May 14 22:37:30 UTC 2011
Diffstat (limited to 'community/python-cherrypy')
-rw-r--r-- | community/python-cherrypy/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/python-cherrypy/PKGBUILD b/community/python-cherrypy/PKGBUILD index b352f6296..75af39b55 100644 --- a/community/python-cherrypy/PKGBUILD +++ b/community/python-cherrypy/PKGBUILD @@ -1,16 +1,17 @@ -$Id: PKGBUILD 40928 2011-03-01 19:03:36Z angvp $ +# $Id: PKGBUILD 45860 2011-04-30 05:41:24Z kchen $ # Maintainer: Angel Velasquez <angvp@archlinux.org> +# Contributor: Kaiting Chen <kaitocracy@gmail.com> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> # Contributor: Armando M. Baratti <amblistas@ajato.com.br> # Contributor: Florian Richter <Florian_Richter@gmx.de> -pkgname=cherrypy +pkgname=python-cherrypy pkgver=3.2.0 pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" arch=('i686' 'x86_64') url="http://www.cherrypy.org" license=('BSD') -depends=('python2') +depends=('python3') source=(http://download.cherrypy.org/cherrypy/$pkgver/CherryPy-$pkgver.tar.gz license) md5sums=('e5c1322bf5ce962c16283ab7a6dcca3f' @@ -18,6 +19,6 @@ md5sums=('e5c1322bf5ce962c16283ab7a6dcca3f' build() { cd $srcdir/CherryPy-$pkgver - python2 ./setup.py install --root=$pkgdir + python ./setup.py install --root=$pkgdir install -D -m644 $srcdir/license $pkgdir/usr/share/licenses/$pkgname/license } |