aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-zope.component/template
blob: ffb1e1fbf65cadca21597594124409d7d218e2fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Template file for 'python3-zope.component'
pkgname=python3-zope.component
version=5.0.0
revision=1
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=df541a0501c79123f9ac30c6686a9e45c2690c5c3ae4f2b7f4c6fd1a3aaaf614
# Tests can't find the package they test
make_check=no

post_install() {
	vlicense LICENSE.txt LICENSE
}