From 72acd330b8c9160aa817054290f49bf4dfd4d491 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 12 Apr 2018 17:33:54 +0000 Subject: python-cherrypy: rebuild --- abs/core/python_modules/python-cherrypy/PKGBUILD | 10 +++++----- abs/core/python_modules/python-cherrypy/__changelog | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 abs/core/python_modules/python-cherrypy/__changelog 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 # Contributor: Armando M. Baratti # Contributor: Florian Richter -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 -- cgit v0.12