mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 01:02:26 +01:00
testing/py-pycountry: upgrade to 0.14.5
This commit is contained in:
parent
3316a8da77
commit
6f77b07668
@ -1,8 +1,8 @@
|
||||
# Contributor: Francesco Colista <francesco.colista@gmail.com>
|
||||
# Maintainer:
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-pycountry
|
||||
_pkgname=pycountry
|
||||
pkgver=0.12.1
|
||||
pkgver=0.14.5
|
||||
pkgrel=1
|
||||
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
|
||||
url="http://pypi.python.org/pypi/pycountry"
|
||||
@ -13,7 +13,8 @@ depends_dev="python-dev py-lxml py-setuptools"
|
||||
makedepends="$depends_dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-$pkgver.tar.gz"
|
||||
source="http://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-$pkgver.zip"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
@ -24,8 +25,10 @@ prepare() {
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --root=$pkgdir/ || return 1
|
||||
}
|
||||
md5sums="d593c50b446850ee40c4a342677100d5 pycountry-0.12.1.tar.gz"
|
||||
|
||||
md5sums="1834b32f2b4ca3f1b6518388959f2bbc pycountry-0.14.5.zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user