From 02404c82ca81028c3ef1b16fb08f8c70981f30e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sun, 20 Sep 2020 19:33:12 +0700 Subject: [PATCH] python-pycountry: drop package --- srcpkgs/python-pycountry/template | 24 ------------------------ srcpkgs/python3-pycountry | 1 - srcpkgs/python3-pycountry/template | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/python-pycountry/template delete mode 120000 srcpkgs/python3-pycountry create mode 100644 srcpkgs/python3-pycountry/template diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template deleted file mode 100644 index c4a4c9cafbd..00000000000 --- a/srcpkgs/python-pycountry/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'python-pycountry' -pkgname=python-pycountry -version=19.8.18 -revision=1 -archs=noarch -wrksrc="pycountry-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" -depends="python" -short_desc="ISO databases accessible from Python2" -maintainer="Farhad Shahbazi " -license="LGPL-2.1-or-later" -homepage="https://pypi.org/project/pycountry/" -distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz" -checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb - -python3-pycountry_package() { - archs=noarch - depends="python3" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - } -} diff --git a/srcpkgs/python3-pycountry b/srcpkgs/python3-pycountry deleted file mode 120000 index ef105cd19c0..00000000000 --- a/srcpkgs/python3-pycountry +++ /dev/null @@ -1 +0,0 @@ -python-pycountry \ No newline at end of file diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template new file mode 100644 index 00000000000..1a4ce3b65f2 --- /dev/null +++ b/srcpkgs/python3-pycountry/template @@ -0,0 +1,14 @@ +# Template file for 'python3-pycountry' +pkgname=python3-pycountry +version=19.8.18 +revision=2 +wrksrc="pycountry-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="ISO databases accessible from Python3" +maintainer="Farhad Shahbazi " +license="LGPL-2.1-or-later" +homepage="https://pypi.org/project/pycountry/" +distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz" +checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb