Date: Tuesday, December 27, 2016 @ 14:44:24 Author: jelle Revision: 203090
upgpkg: python-cherrypy 8.5.0-1 Modified: python-cherrypy/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-27 14:40:28 UTC (rev 203089) +++ PKGBUILD 2016-12-27 14:44:24 UTC (rev 203090) @@ -5,15 +5,15 @@ # Contributor: Armando M. Baratti <[email protected]> # Contributor: Florian Richter <[email protected]> pkgname=('python-cherrypy' 'python2-cherrypy') -pkgver=8.1.2 -pkgrel=2 +pkgver=8.5.0 +pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" arch=('any') url="http://www.cherrypy.org" license=('BSD') makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools') -source=("https://pypi.python.org/packages/d9/ec/a9cd68e57af9fead92158028d32cc79f1908fd81f486d8a3826e9847ada6/CherryPy-8.1.2.tar.gz") -md5sums=('553f054152c2adbe60738682ed5390c5') +source=('https://pypi.python.org/packages/70/82/e179ecc2c84768da6a4397e9c7300f2c249f9882e0ed83a7599b38aa42b2/CherryPy-8.5.0.tar.gz') +md5sums=('a43755ddd675ed5a11134f77ef033ad1') build() { cp -r CherryPy-${pkgver} CherryPy-${pkgver}-py2 @@ -32,8 +32,8 @@ python ./setup.py install --root="${pkgdir}" --optimize=1 - install -Dm644 cherrypy/LICENSE.txt \ - "${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.txt" + install -Dm644 LICENSE.md \ + "${pkgdir}/usr/share/licenses/python-cherrypy/LICENSE.md" } package_python2-cherrypy() { @@ -44,8 +44,8 @@ python2 ./setup.py install --root="${pkgdir}" --optimize=1 mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2" - install -Dm644 cherrypy/LICENSE.txt \ - "${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.txt" + install -Dm644 LICENSE.md \ + "${pkgdir}/usr/share/licenses/python2-cherrypy/LICENSE.md" } check() {
