Date: Monday, August 19, 2013 @ 12:23:03 Author: angvp Revision: 96019
archrelease: copy trunk to community-testing-any Added: python2-pycountry/repos/community-testing-any/ python2-pycountry/repos/community-testing-any/PKGBUILD (from rev 96018, python2-pycountry/trunk/PKGBUILD) ----------+ PKGBUILD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) Copied: python2-pycountry/repos/community-testing-any/PKGBUILD (from rev 96018, python2-pycountry/trunk/PKGBUILD) =================================================================== --- community-testing-any/PKGBUILD (rev 0) +++ community-testing-any/PKGBUILD 2013-08-19 10:23:03 UTC (rev 96019) @@ -0,0 +1,21 @@ +# $Id$ +# Maintainer: Giovanni Scafora <giova...@archlinux.org> +# Contributor: Pawel "kTT" Salata <rockplayer...@gmail.com> + +pkgname=python2-pycountry +pkgver=0.17 +pkgrel=2 +pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations" +arch=('any') +url="http://pypi.python.org/pypi/pycountry" +license=('LGPL2.1') +depends=('python2-lxml') +makedepends=('python2-setuptools') +source=("http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip") +md5sums=('194f8db4e31543c0b3b2efd3ff5c5396') + +package() { + cd "${srcdir}/pycountry-${pkgver}" + + python2 setup.py install --root="$pkgdir/" --optimize=1 +}