void-packages/srcpkgs/python3-zope.component/template
Đoàn Trần Công Danh d8b973b859 python-zope.component: drop package
No packages depend on zope.component
2019-12-31 15:30:07 +01:00

20 lines
707 B
Bash

# Template file for 'python3-zope.component'
pkgname=python3-zope.component
version=4.6
revision=1
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-zope.deferredimport python3-zope.deprecation
python3-zope.interface python3-zope.event python3-zope.hookable"
short_desc="Zope component architecture for Python"
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
license="ZPL-2.1"
homepage="https://www.zope.org"
distfiles="${PYPI_SITE}/z/zope.component/zope.component-${version}.tar.gz"
checksum=ec2afc5bbe611dcace98bb39822c122d44743d635dafc7315b9aef25097db9e6
post_install() {
vlicense LICENSE.txt LICENSE
}