aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-16 14:34:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:19 +0000
commit74dd77915079e2b52cff75ed25ea488395b3f08d (patch)
tree5ab64130410984bb86d07425d3b53e5b52a91c6e
parent64e2b1fbd4c2d08afc51f95b242f4f099efba9ff (diff)
community/py3-zope-interface: rebuild against python 3.9
-rw-r--r--community/py3-zope-interface/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-zope-interface/APKBUILD b/community/py3-zope-interface/APKBUILD
index 768e54b1662..eea418b0268 100644
--- a/community/py3-zope-interface/APKBUILD
+++ b/community/py3-zope-interface/APKBUILD
@@ -2,12 +2,13 @@
pkgname=py3-zope-interface
_pkgname=zope.interface
pkgver=5.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="Separate distribution of the zope.interface package used in Zope"
url="https://zopeinterface.readthedocs.io"
arch="all"
license="ZPL-2.1"
makedepends="python3-dev py3-setuptools"
+checkdepends="py3-coverage py3-zope-event py3-zope-testing"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"