mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python-zope.event: update to 4.4
This commit is contained in:
parent
b2caedd584
commit
061bb55522
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-zope.event'
|
# Template file for 'python-zope.event'
|
||||||
pkgname=python-zope.event
|
pkgname=python-zope.event
|
||||||
version=4.3.0
|
version=4.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,10 +13,10 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
|
||||||
homepage="https://github.com/zopefoundation/zope.event"
|
homepage="https://github.com/zopefoundation/zope.event"
|
||||||
license="ZPL-2.1"
|
license="ZPL-2.1"
|
||||||
distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zope.event/zope.event-${version}.tar.gz"
|
||||||
checksum=e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7
|
checksum=69c27debad9bdacd9ce9b735dad382142281ac770c4a432b533d6d65c4614bcf
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-zope.event_package() {
|
python3-zope.event_package() {
|
||||||
|
@ -26,6 +26,6 @@ python3-zope.event_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue