aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-10 11:18:02 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-10 11:22:57 +0000
commit151bfe2a24ca7d3a9be92051784fdb7206cfba63 (patch)
tree31e9f2408f2a9dffd1c64d4be33be609ec669b79
parente9eb7744bc167371915eb9bd5f4a30116e88d668 (diff)
downloadaports-151bfe2a24ca7d3a9be92051784fdb7206cfba63.tar.bz2
aports-151bfe2a24ca7d3a9be92051784fdb7206cfba63.tar.xz
testing/py3-cherrypy: upgrade to 18.6.0
-rw-r--r--testing/py3-cherrypy/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/py3-cherrypy/APKBUILD b/testing/py3-cherrypy/APKBUILD
index b4eccb2074..4273dae516 100644
--- a/testing/py3-cherrypy/APKBUILD
+++ b/testing/py3-cherrypy/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-cherrypy
-_pkgname=CherryPy
-pkgver=18.5.0
+pkgver=18.6.0
pkgrel=0
pkgdesc="A pythonic, object-oriented web development framework"
url="http://www.cherrypy.org"
@@ -10,8 +9,8 @@ arch="noarch"
license="BSD-3-Clause"
depends="python3 py3-six"
makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$pkgver
+source="https://files.pythonhosted.org/packages/source/C/CherryPy/CherryPy-$pkgver.tar.gz"
+builddir="$srcdir"/CherryPy-$pkgver
replaces="py-cherrypy" # Backwards compatibility
provides="py-cherrypy=$pkgver-r$pkgrel" # Backwards compatibility
@@ -23,4 +22,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="6ead115ac2a067cc9f2cb83117b8c53aac8a2a1580159993b7687b5810a41b64d1d1c603ef75a12660fe7aee9c6f403c8cb7bd5e78564f71dc813ae7f28b65fe CherryPy-18.5.0.tar.gz"
+sha512sums="cd33303fa9b9704ef427553091a6a6c2bbfea20e7d81acd2bcdc2855f8a36a084a0781bb19f3a084b24f0664bd7b318a667c8c79b5073381901acce4602de9d7 CherryPy-18.6.0.tar.gz"