mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python-pycountry: update to 19.8.18.
This commit is contained in:
parent
2d79995b59
commit
0e019fbe4d
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python-pycountry'
|
# Template file for 'python-pycountry'
|
||||||
pkgname=python-pycountry
|
pkgname=python-pycountry
|
||||||
version=18.12.8
|
version=19.8.18
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pycountry-${version}"
|
wrksrc="pycountry-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pycountry"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="ISO databases accessible from Python2"
|
short_desc="ISO databases accessible from Python2"
|
||||||
|
@ -13,12 +12,11 @@ maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://pypi.org/project/pycountry/"
|
homepage="https://pypi.org/project/pycountry/"
|
||||||
distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
|
||||||
checksum=8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de
|
checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
|
||||||
|
|
||||||
python3-pycountry_package() {
|
python3-pycountry_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="pycountry"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue