diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-14 16:50:10 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-14 16:53:30 +0100 |
commit | 5f284a899ba6e2b3c713fda19b1616413458f212 (patch) | |
tree | b4cdc366c59c3dfbb4143aff3286fcd552daad5a /community | |
parent | b7caea4ed901b29d13b4b4b51f475bc08db4f821 (diff) | |
download | aports-5f284a899ba6e2b3c713fda19b1616413458f212.tar.bz2 aports-5f284a899ba6e2b3c713fda19b1616413458f212.tar.xz |
community/py3-waitress: fix broken upgrade from older versions
Broken by @Leo in 8617b6bbbe1953d0ce3fb75309748810316ad68b.
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-waitress/APKBUILD | 4 |
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 |