aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-10 21:18:31 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-23 11:20:01 +0000
commitcf792315e123a033c7e2ef0d4561e7c98e0f7260 (patch)
tree47c9dbadecc2284be1b8817e785642058e79d22e
parentfb6521fc2afeacc331bc124da95b500f0f92eab9 (diff)
main/py3-pycountry: move from testing
Signed-off-by: prspkt <prspkt@protonmail.com>
-rw-r--r--main/py3-pycountry/APKBUILD (renamed from testing/py3-pycountry/APKBUILD)4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pycountry/APKBUILD b/main/py3-pycountry/APKBUILD
index 7dd5858d77a..33eae8bf41c 100644
--- a/testing/py3-pycountry/APKBUILD
+++ b/main/py3-pycountry/APKBUILD
@@ -14,8 +14,8 @@ checkdepends="py3-pytest"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
-replaces="py-pycountry" # for backwards compatibility
-provides="py-pycountry=$pkgver-r$pkgrel" # for backwards compatibility
+replaces="py-country py-pycountry" # Backwards compatibility
+provides="py-country=$pkgver-r$pkgrel py-pycountry=$pkgver-r$pkgrel" # Backwards compatibility
build() {
python3 setup.py build