aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-14 16:50:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-14 16:53:30 +0100
commit5f284a899ba6e2b3c713fda19b1616413458f212 (patch)
treeb4cdc366c59c3dfbb4143aff3286fcd552daad5a /community
parentb7caea4ed901b29d13b4b4b51f475bc08db4f821 (diff)
downloadaports-5f284a899ba6e2b3c713fda19b1616413458f212.tar.bz2
aports-5f284a899ba6e2b3c713fda19b1616413458f212.tar.xz
community/py3-waitress: fix broken upgrade from older versions
Diffstat (limited to 'community')
-rw-r--r--community/py3-waitress/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/py3-waitress/APKBUILD b/community/py3-waitress/APKBUILD
index 5793356b9e..3d57ccb7bf 100644
--- a/community/py3-waitress/APKBUILD
+++ b/community/py3-waitress/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-waitress
_pkgname=waitress
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Python3 WSGI server"
options="!check" # Test ERRORS out, fails to resolve address
url="https://github.com/Pylons/waitress"
@@ -11,6 +11,8 @@ arch="noarch"
license="ZPL-2.1"
checkdepends="py3-nose"
makedepends="py3-setuptools"
+provides="py-waitress=$pkgname-r$pkgrel" # for backward compatibility
+replaces="py-waitress" # for backward compatibility
subpackages="$pkgname-openrc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
waitress.initd