32 lines
852 B
Bash
32 lines
852 B
Bash
# Template file for 'python-zope.event'
|
|
pkgname=python-zope.event
|
|
version=4.4
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python-module
|
|
pycompile_module="zope/event"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python-setuptools"
|
|
short_desc="Very basic event publishing system (Python2)"
|
|
maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
|
homepage="https://github.com/zopefoundation/zope.event"
|
|
license="ZPL-2.1"
|
|
distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz"
|
|
checksum=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|
|
|
|
python3-zope.event_package() {
|
|
noarch=yes
|
|
pycompile_module="zope/event"
|
|
depends="python3-setuptools"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE.txt
|
|
}
|
|
}
|