21 lines
717 B
Bash
21 lines
717 B
Bash
# Template file for 'python3-zope.interface'
|
|
pkgname=python3-zope.interface
|
|
version=8.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
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=afb20c371a601d261b4f6edb53c3c418c249db1a9717b0baafc9a9bb39ba1224
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|