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

21 lines
611 B
Bash

# Template file for 'python3-zope.event'
pkgname=python3-zope.event
version=4.4
revision=3
archs=noarch
wrksrc="${pkgname#*-}-${version}"
build_style=python3-module
pycompile_module="zope/event"
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Very basic event publishing system for Python"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="ZPL-2.1"
homepage="https://github.com/zopefoundation/zope.event"
distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz"
checksum=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf
post_install() {
vlicense LICENSE.txt
}