python-zope.interface: update to 5.2.0.
This commit is contained in:
parent
e9ce06e00f
commit
983d5c9c21
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-zope.interface'
|
||||
pkgname=python-zope.interface
|
||||
version=5.1.2
|
||||
version=5.2.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -11,8 +11,9 @@ short_desc="Zope interfaces for Python2"
|
|||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="ZPL-2.1"
|
||||
homepage="https://github.com/zopefoundation/zope.interface"
|
||||
changelog="https://raw.githubusercontent.com/zopefoundation/zope.interface/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/z/zope.interface/zope.interface-${version}.tar.gz"
|
||||
checksum=c9c8e53a5472b77f6a391b515c771105011f4b40740ce53af8428d1c8ca20004
|
||||
checksum=8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24
|
||||
|
||||
post_install() {
|
||||
# zope.interface provides the zope namespace
|
||||
|
|
Loading…
Reference in New Issue