void-packages/srcpkgs/python-zope.event/template
2017-08-28 04:16:01 +02:00

39 lines
1.1 KiB
Bash

# Template file for 'python-zope.event'
pkgname=python-zope.event
version=4.3.0
revision=2
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=e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-zope.event_package() {
noarch=yes
pycompile_module="zope/event"
replaces="python3.4-zope.event>=0"
depends="python3-setuptools"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}
python3.4-zope.event_package() {
noarch=yes
build_style=meta
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
depends="python3-zope.event>=${version}_${revision}"
}