From 6f77b076684fa439b4da2cce72e299fe4e5a29b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 21 Sep 2012 22:35:25 +0000 Subject: testing/py-pycountry: upgrade to 0.14.5 --- testing/py-pycountry/APKBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'testing/py-pycountry') diff --git a/testing/py-pycountry/APKBUILD b/testing/py-pycountry/APKBUILD index e4ad4f3afe..ae47d628d8 100644 --- a/testing/py-pycountry/APKBUILD +++ b/testing/py-pycountry/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista -# Maintainer: +# Maintainer: Fabian Affolter 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" -- cgit v1.2.3