aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-15 14:45:50 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-18 13:35:26 +0100
commitbe9d0a25854c178ae692e35ef0097fc9c4297b24 (patch)
tree0f7b013223968fdf0a4b12c591c7344155cf104c
parent2455a26360e9d2a6222d3e8357fc56b6a9830c90 (diff)
downloadaports-be9d0a25854c178ae692e35ef0097fc9c4297b24.tar.bz2
aports-be9d0a25854c178ae692e35ef0097fc9c4297b24.tar.xz
main/py3-zope-interface: upgrade to 4.7.1
-rw-r--r--main/py3-zope-interface/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/py3-zope-interface/APKBUILD b/main/py3-zope-interface/APKBUILD
index b9078b059a..85f7fb3670 100644
--- a/main/py3-zope-interface/APKBUILD
+++ b/main/py3-zope-interface/APKBUILD
@@ -1,8 +1,8 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-zope-interface
_pkgname=zope.interface
-pkgver=4.6.0
-pkgrel=3
+pkgver=4.7.1
+pkgrel=0
pkgdesc="Separate distribution of the zope.interface package used in Zope"
url="https://zopeinterface.readthedocs.io"
arch="all"
@@ -14,18 +14,15 @@ replaces="py-zope-interface" # Backwards compatibility
provides="py-zope-interface=$pkgver-r$pkgrel" # Backwards compatibility
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
python3 setup.py test
}
package() {
- cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="cb82144f0b228dd4d2f7cbfba130ee190265bf809d4e928262935c3b5551a3a298df4eba2dfe7ecde96fed27f39f59ab95e9c11f3eadf0fdc13f61b5c046f78f zope.interface-4.6.0.tar.gz"
+sha512sums="cb99cdf9733cdd2fb6637163167da0073145db1ed1788ae147098a23a9cafb4d661368a1780a44a231a2ea9f1adfa4fd6acac423a4a8d9cf026ee3a603ca7767 zope.interface-4.7.1.tar.gz"