19 lines
566 B
Bash
19 lines
566 B
Bash
# Template file for 'python3-zope.event'
|
|
pkgname=python3-zope.event
|
|
version=4.5.0
|
|
revision=4
|
|
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=5e76517f5b9b119acf37ca8819781db6c16ea433f7e2062c4afc2b6fbedb1330
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|