desktop/python2-pycountry/PKGBUILD
2015-10-10 14:05:43 +02:00

19 lines
698 B
Bash

pkgname=python2-pycountry
pkgver=1.16
pkgrel=1
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
arch=('x86_64')
url="http://pypi.python.org/pypi/pycountry"
license=('LGPL2')
provides=('python-pycountry')
replaces=('python-pycountry')
conflicts=('python-pycountry')
depends=('python2-lxml' 'python2-setuptools')
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.tar.gz)
sha512sums=('cf09da8302508b9adb3bc451c22b9bc71f5984e773d8afd602803eaaf5b6c44d1be36a358049d6e3107a0d1110e5e0561361f3a3e4a7a88ab884ef552db565a3')
package() {
cd ${srcdir}/pycountry-${pkgver}
python2 setup.py install --root=$pkgdir/ --optimize=1
}