void-packages/srcpkgs/python3-zope.component/template
2020-07-01 16:45:55 +02:00

21 lines
709 B
Bash

# Template file for 'python3-zope.component'
pkgname=python3-zope.component
version=4.6.1
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=d9c7c27673d787faff8a83797ce34d6ebcae26a370e25bddb465ac2182766aca
post_install() {
vlicense LICENSE.txt LICENSE
}