summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-01 16:37:33 +0000
committerwiz <wiz>2016-09-01 16:37:33 +0000
commit45a525b9ec986356d579718a6241f8017e8c52b5 (patch)
tree3b77bc190ecf1e280299982a8856511a6a109d6b
parent711bbe4342daf57d36d0dbbd8340974aa6e7310c (diff)
downloadpkgsrc-45a525b9ec986356d579718a6241f8017e8c52b5.tar.gz
Updated py-ZopeInterface to 4.3.1.
Add missing dependency. 4.3.1 (2016-08-31) ------------------ - Support Components subclasses that are not hashable. (https://github.com/zopefoundation/zope.interface/issues/53) 4.3.0 (2016-08-31) ------------------ - Add the ability to sort the objects returned by ``implementedBy``. This is compatible with the way interface classes sort so they can be used together in ordered containers like BTrees. (https://github.com/zopefoundation/zope.interface/issues/42) - Make ``setuptools`` a hard dependency of ``setup.py``. (https://github.com/zopefoundation/zope.interface/issues/13) - Change a linear algorithm (O(n)) in ``Components.registerUtility`` and ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for hashable components. This substantially improves the time taken to manipulate utilities in large registries at the cost of some additional memory usage. (https://github.com/zopefoundation/zope.interface/issues/46)
-rw-r--r--devel/py-ZopeInterface/Makefile6
-rw-r--r--devel/py-ZopeInterface/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/py-ZopeInterface/Makefile b/devel/py-ZopeInterface/Makefile
index 8f63137617e..d07a331b4dc 100644
--- a/devel/py-ZopeInterface/Makefile
+++ b/devel/py-ZopeInterface/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/06/13 12:01:00 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2016/09/01 16:37:33 wiz Exp $
-DISTNAME= zope.interface-4.2.0
+DISTNAME= zope.interface-4.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.i/ZopeI/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.interface/}
@@ -10,5 +10,7 @@ HOMEPAGE= http://pypi.python.org/pypi/zope.interface
COMMENT= The zope.interface package used in Zope 3 and Twisted
LICENSE= zpl-2.1
+DEPENDS+= ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-ZopeInterface/distinfo b/devel/py-ZopeInterface/distinfo
index d062001b3e7..7fe800dc370 100644
--- a/devel/py-ZopeInterface/distinfo
+++ b/devel/py-ZopeInterface/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/06/13 12:01:00 wiz Exp $
+$NetBSD: distinfo,v 1.13 2016/09/01 16:37:33 wiz Exp $
-SHA1 (zope.interface-4.2.0.tar.gz) = 8b5f345d257d9d03cd782b9e332fc1c0928928f4
-RMD160 (zope.interface-4.2.0.tar.gz) = cf74c702efb1b6ba155161fa0f7b507295a6e1f4
-SHA512 (zope.interface-4.2.0.tar.gz) = 737d6e3af994a630d3de0dbfabc4f2e578cf943466bf1411358c0421db81e6f98067900e3878eb5f3f48922fb60754c56368d70d12aa65c7c8bcadc42a8402fd
-Size (zope.interface-4.2.0.tar.gz) = 146335 bytes
+SHA1 (zope.interface-4.3.1.tar.gz) = 48470c422d57b20da31655a02df77b0a19c83044
+RMD160 (zope.interface-4.3.1.tar.gz) = 9b6f960c52a398845599832968403de927cc91f8
+SHA512 (zope.interface-4.3.1.tar.gz) = c61be2cdde33a69509c4f7e076c101441332f8a14195533dab1ee11cc39192162c3d883de2f6fc9ef2fdbf2d69fbe01a4e1bdaaf9292735b165e4734602d311a
+Size (zope.interface-4.3.1.tar.gz) = 147262 bytes