mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/py-country: upgrade to 18.5.20
This commit is contained in:
parent
586c5dada6
commit
9e9e3d3e23
@ -2,7 +2,7 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-country
|
||||
_pkgname=pycountry
|
||||
pkgver=17.9.23
|
||||
pkgver=18.5.20
|
||||
pkgrel=0
|
||||
pkgdesc="ISO country, subdivision, language, currency and script definitions and their translations"
|
||||
url="https://pypi.python.org/pypi/pycountry"
|
||||
@ -15,8 +15,8 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build || return 1
|
||||
python3 setup.py build || return 1
|
||||
python2 setup.py build
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -42,4 +42,4 @@ _py() {
|
||||
$python setup.py install --prefix=/usr --root="$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5 pycountry-17.9.23.tar.gz"
|
||||
sha512sums="9ca549239b8a280f1f5aa59956b22cb08de111d53b3d2a61a42085817beac949d588c05b377a10592d491ebf79b28d66cf027e065a23c2fa4b6ddcc0236c90db pycountry-18.5.20.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user