diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-04-12 17:33:54 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-04-12 17:33:54 (GMT) |
commit | 72acd330b8c9160aa817054290f49bf4dfd4d491 (patch) | |
tree | 4bb8bbd0f97722497b545dd73bc446a31a0acbda /abs/core/python_modules | |
parent | 73f0d138c443e86cce8e2d32bdf214d1bf31b213 (diff) | |
download | linhes_pkgbuild-72acd330b8c9160aa817054290f49bf4dfd4d491.zip linhes_pkgbuild-72acd330b8c9160aa817054290f49bf4dfd4d491.tar.gz linhes_pkgbuild-72acd330b8c9160aa817054290f49bf4dfd4d491.tar.bz2 |
python-cherrypy: rebuild
Diffstat (limited to 'abs/core/python_modules')
-rw-r--r-- | abs/core/python_modules/python-cherrypy/PKGBUILD | 10 | ||||
-rw-r--r-- | abs/core/python_modules/python-cherrypy/__changelog | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/abs/core/python_modules/python-cherrypy/PKGBUILD b/abs/core/python_modules/python-cherrypy/PKGBUILD index 5fd491b..19f1a4e 100644 --- a/abs/core/python_modules/python-cherrypy/PKGBUILD +++ b/abs/core/python_modules/python-cherrypy/PKGBUILD @@ -4,14 +4,14 @@ # 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=('python2-cherrypy') +pkgname=('python-cherrypy' 'python2-cherrypy') pkgver=8.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="A pythonic, object-oriented web development framework" arch=('any') url="http://www.cherrypy.org" license=('BSD') -makedepends=('python2' 'python2-setuptools') +makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') checkdepends=('python2-mock') source=("https://pypi.python.org/packages/56/aa/91005730bdc5c0da8291a2f411aacbc5c3729166c382e2193e33f28044a3/CherryPy-8.9.1.tar.gz") md5sums=('7abe5198e48f14cfee57a07d23875a4b') @@ -19,8 +19,8 @@ md5sums=('7abe5198e48f14cfee57a07d23875a4b') build() { cp -r CherryPy-${pkgver} CherryPy-${pkgver}-py2 -# cd CherryPy-${pkgver} -# python ./setup.py build + cd CherryPy-${pkgver} + python ./setup.py build cd "${srcdir}/CherryPy-${pkgver}-py2" python2 ./setup.py build diff --git a/abs/core/python_modules/python-cherrypy/__changelog b/abs/core/python_modules/python-cherrypy/__changelog deleted file mode 100644 index 60db758..0000000 --- a/abs/core/python_modules/python-cherrypy/__changelog +++ /dev/null @@ -1 +0,0 @@ -PKGBUILD: remove py3 stuff |