Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions srcpkgs/python3-zope.interface/template
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Template file for 'python3-zope.interface'
pkgname=python3-zope.interface
version=7.2
revision=2
version=8.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-setuptools"
short_desc="Zope interfaces for Python3"
depends="python3"
checkdepends="python3-pytest python3-zope.testing"
short_desc="Zope interfaces for Python"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ZPL-2.1"
homepage="https://github.com/zopefoundation/zope.interface"
changelog="https://raw.githubusercontent.com/zopefoundation/zope.interface/master/CHANGES.rst"
distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"
checksum=8b49f1a3d1ee4cdaf5b32d2e738362c7f5e40ac8b46dd7d1a65e82a4872728fe
# Tests can't find the package they test
make_check=no
distfiles="${PYPI_SITE}/z/zope_interface/zope_interface-${version}.tar.gz"
checksum=afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224

post_install() {
vinstall src/zope/__init__.py 644 ${py3_sitelib}/zope
vlicense LICENSE.txt LICENSE
}