20 lines
696 B
Bash
20 lines
696 B
Bash
# Template file for 'python3-zope.component'
|
|
pkgname=python3-zope.component
|
|
version=4.6.2
|
|
revision=2
|
|
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=91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|