New package: python-zope.event-4.2.0
This commit is contained in:
parent
14d28c788b
commit
286ee16f39
|
@ -0,0 +1,34 @@
|
|||
# Template file for 'python-zope.event'
|
||||
pkgname=python-zope.event
|
||||
version=4.2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
pycompile_module="zope/event"
|
||||
hostmakedepends="python-setuptools python3.4-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=ce11004217863a4827ea1a67a31730bddab9073832bdb3b9be85869259118758
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
|
||||
python3.4-zope.event_package() {
|
||||
noarch=yes
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="zope/event"
|
||||
depends="python3.4-setuptools"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
python-zope.event
|
Loading…
Reference in New Issue