mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
19 lines
698 B
Bash
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
|
|
}
|