python-zope.interface: update to 5.4.0.
This commit is contained in:
parent
1f223435b3
commit
a01222c991
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-zope.interface'
|
||||
pkgname=python-zope.interface
|
||||
version=5.2.0
|
||||
version=5.4.0
|
||||
revision=1
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
|
@ -13,7 +13,9 @@ 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=8251f06a77985a2729a8bdbefbae79ee78567dddc3acbd499b87e705ca59fe24
|
||||
checksum=5dba5f530fec3f0988d83b78cc591b58c0b6eb8431a85edd1569a0539a8a5a0e
|
||||
# Tests can't find the package they test
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
# zope.interface provides the zope namespace
|
||||
|
|
Loading…
Reference in a new issue