diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 00:12:03 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 00:17:10 +0100 |
commit | fb703630bcbb85411253d32627589e2fd8cf155d (patch) | |
tree | 29ab952406e5a0d8600b7d92869f5c1b56842640 /main | |
parent | 938b88521f3734363dc0223c40b85fdea6a5b4d8 (diff) | |
download | aports-fb703630bcbb85411253d32627589e2fd8cf155d.tar.bz2 aports-fb703630bcbb85411253d32627589e2fd8cf155d.tar.xz |
main/py3-uritemplate: upgrade to 3.0.1
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-uritemplate/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/main/py3-uritemplate/APKBUILD b/main/py3-uritemplate/APKBUILD index c933bceb9e..39bf0a632b 100644 --- a/main/py3-uritemplate/APKBUILD +++ b/main/py3-uritemplate/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Peter Bui <pnutzh4x0r@gmail.com> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-uritemplate -_pkgname=uritemplate.py -pkgver=3.0.0 -pkgrel=4 +_pkgname=uritemplate +pkgver=3.0.1 +pkgrel=0 pkgdesc="Python3 module to use URO templates" url="https://uritemplate.readthedocs.org" arch="noarch" -license="BSD" +license="BSD-3-Clause OR Apache-2.0" options="!check" depends="python3" makedepends="py3-setuptools" @@ -18,13 +18,11 @@ replaces="py-uritemplate" # Backwards compatibility provides="py-uritemplate=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="441553b1a48601454b57691957d8549e4f63f834b144382c95354498950c7b1118968d7acc98bbc5083efc98ef3959ce3187f03305a4c0b785600e2e926f1809 uritemplate.py-3.0.0.tar.gz" +sha512sums="260da5901d28ca2354d972e00ed468c9bcf2901f948cb7759ff3e9d3a7b67da90ba754e555d6695c5095801b106ffd422459f0860b901a75e01575e159eb8f48 uritemplate-3.0.1.tar.gz" |