aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-us
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-03-25 01:46:41 +0200
committerprspkt <prspkt@protonmail.com>2019-03-25 01:49:09 +0200
commite6bc045985d7ac8dd7a7b191c4d7b9a335b3bc0d (patch)
tree7c9edf431f49804096773b87cf360c35d9f58068 /testing/py3-us
parent4a841da8f29e7decba582a5049375d17f58271a9 (diff)
downloadaports-e6bc045985d7ac8dd7a7b191c4d7b9a335b3bc0d.tar.bz2
aports-e6bc045985d7ac8dd7a7b191c4d7b9a335b3bc0d.tar.xz
testing/py3-us: clarify license, modernize
- fix upstream url
Diffstat (limited to 'testing/py3-us')
-rw-r--r--testing/py3-us/APKBUILD29
1 files changed, 8 insertions, 21 deletions
diff --git a/testing/py3-us/APKBUILD b/testing/py3-us/APKBUILD
index 7f11b577c0..889a6d38e4 100644
--- a/testing/py3-us/APKBUILD
+++ b/testing/py3-us/APKBUILD
@@ -4,39 +4,26 @@ pkgname=py3-us
_pkgname=us
pkgver=1.0.0
pkgrel=0
-pkgdesc="A Python US state meta information module"
-url="https://github.com/sunlightlabs/python-us"
+pkgdesc="US state meta information and other fun stuff"
+url="https://github.com/unitedstates/python-us"
arch="noarch"
-license="BSD"
+license="BSD-3-Clause"
replaces="py-us" # for backwards compatibility
provides="py-us=$pkgver-r$pkgrel" # for backwards compatibility
depends="py3-jellyfish py3-setuptools python3"
-depends_dev=""
makedepends="py3-setuptools python3-dev"
-install=""
-subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
fix-requires.patch"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
+builddir="$srcdir"/$_pkgname-$pkgver
build() {
- cd "$_builddir"
- python3 setup.py build || return 1
+ cd "$builddir"
+ python3 setup.py build
}
package() {
- cd "$_builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir" || return 1
+ cd "$builddir"
+ python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="942e3b5af01e5ecab58fbc84905976ce57085e766bde00cc08f02586d7387069270a8927d6f6dbfcba324f290046763efe3d64c7568667dcf86f080048960a25 us-1.0.0.tar.gz