python-pycountry: update to 1.17; set python3.4 package noarch=yes.
This commit is contained in:
parent
1d1bc95be0
commit
4d7ab74341
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'python-pycountry'
|
# Template file for 'python-pycountry'
|
||||||
pkgname="python-pycountry"
|
pkgname=python-pycountry
|
||||||
version=1.14
|
version=1.17
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pycountry-${version}"
|
wrksrc="pycountry-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools unzip"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-lxml"
|
depends="python-lxml"
|
||||||
pycompile_module="pycountry"
|
pycompile_module="pycountry"
|
||||||
short_desc="ISO databases accessible from Python"
|
short_desc="ISO databases accessible from Python2"
|
||||||
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://pypi.python.org/pypi/pycountry"
|
homepage="http://pypi.python.org/pypi/pycountry"
|
||||||
distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
|
||||||
checksum=e5012671e4c1e0280574fff5bce50d892e8b56dea43e867661088c1bf91c2f0c
|
checksum=46304a0658d5bae64447196e49a685dc7643bf83576e76156906ea9e18c070e3
|
||||||
|
|
||||||
python3.4-pycountry_package() {
|
python3.4-pycountry_package() {
|
||||||
|
noarch=yes
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
depends="python3.4-lxml"
|
depends="python3.4-lxml"
|
||||||
pycompile_module="pycountry"
|
pycompile_module="pycountry"
|
||||||
|
|
Loading…
Reference in New Issue