python-pycountry: drop package
This commit is contained in:
parent
e03d754df6
commit
02404c82ca
3 changed files with 14 additions and 25 deletions
|
@ -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 <grauwolf@geekosphere.org>"
|
||||
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*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-pycountry
|
14
srcpkgs/python3-pycountry/template
Normal file
14
srcpkgs/python3-pycountry/template
Normal file
|
@ -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 <grauwolf@geekosphere.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://pypi.org/project/pycountry/"
|
||||
distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
|
||||
checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
|
Loading…
Reference in a new issue