void-packages/srcpkgs/python3-zope.interface/template

23 lines
788 B
Bash

# Template file for 'python3-zope.interface'
pkgname=python3-zope.interface
version=6.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3-setuptools"
short_desc="Zope interfaces for Python3"
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=2fdc7ccbd6eb6b7df5353012fbed6c3c5d04ceaca0038f75e601060e95345309
# Tests can't find the package they test
make_check=no
post_install() {
vinstall src/zope/__init__.py 644 ${py3_sitelib}/zope
vlicense LICENSE.txt LICENSE
}