python3-zope.hookable: update to 5.2
This commit is contained in:
parent
d5645d1a6f
commit
99b4455c5d
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'python3-zope.hookable'
|
# Template file for 'python3-zope.hookable'
|
||||||
pkgname=python3-zope.hookable
|
pkgname=python3-zope.hookable
|
||||||
version=5.1.0
|
version=5.2
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="zope.hookable-${version}"
|
wrksrc="zope.hookable-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="${depends} python3-zope.testing python3-zope.testrunner"
|
||||||
short_desc="Zope hookable architecture for Python3"
|
short_desc="Zope hookable architecture for Python3"
|
||||||
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
|
||||||
license="ZPL-2.1"
|
license="ZPL-2.1"
|
||||||
homepage="https://github.com/zopefoundation/zope.hookable"
|
homepage="https://github.com/zopefoundation/zope.hookable"
|
||||||
changelog="https://raw.githubusercontent.com/zopefoundation/zope.hookable/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/zopefoundation/zope.hookable/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/z/zope.hookable/zope.hookable-${version}.tar.gz"
|
||||||
checksum=8fc3e6cd0486c6af48e3317c299def719b57538332a194e0b3bc6a772f4faa0e
|
checksum=4c3018bcf2b39cf5cccf40826f799b4b8c140056db780f96cb0ca332a243bd29
|
||||||
|
|
Loading…
Reference in New Issue