This diff updates zope.event to 4.2.0 and adds the python3 flavor.

Eric.

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-zopeevent/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile    8 Jan 2016 13:17:15 -0000       1.3
+++ Makefile    30 Aug 2016 13:56:21 -0000
@@ -2,12 +2,11 @@
 
 COMMENT=       very basic event publishing system from Zope
 
-MODPY_EGG_VERSION=     4.1.0
+MODPY_EGG_VERSION=     4.2.0
 
 DISTNAME=      zope.event-${MODPY_EGG_VERSION}
 PKGNAME=       py-zopeevent-${MODPY_EGG_VERSION}
 CATEGORIES=    devel
-REVISION=      0
 
 # Zope Public License
 PERMIT_PACKAGE_CDROM=  Yes
@@ -15,6 +14,9 @@ PERMIT_PACKAGE_CDROM= Yes
 MODPY_PI =     Yes
 
 MODULES=       lang/python
+
+FLAVORS=       python3
+FLAVOR?=
 
 MODPY_SETUPTOOLS=      Yes
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-zopeevent/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    13 Nov 2015 14:23:01 -0000      1.1.1.1
+++ distinfo    30 Aug 2016 13:56:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (zope.event-4.1.0.tar.gz) = 3HpZov2Rcw03kxMaXSYbKek+xOKpfxvEh86N7+4v54Y=
-SIZE (zope.event-4.1.0.tar.gz) = 476047
+SHA256 (zope.event-4.2.0.tar.gz) = zhEAQheGOkgn6hpnoxcwvdq5BzgyvbO5voWGklkRh1g=
+SIZE (zope.event-4.2.0.tar.gz) = 488532
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-zopeevent/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   13 Nov 2015 14:23:01 -0000      1.1.1.1
+++ pkg/PLIST   30 Aug 2016 13:56:21 -0000
@@ -11,12 +11,13 @@ lib/python${MODPY_VERSION}/site-packages
 
lib/python${MODPY_VERSION}/site-packages/zope.event-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/zope/event/
 lib/python${MODPY_VERSION}/site-packages/zope/event/__init__.py
-lib/python${MODPY_VERSION}/site-packages/zope/event/__init__.pyc
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/zope/event/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/zope/event/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/zope/event/${MODPY_PYCACHE}classhandler.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/zope/event/${MODPY_PYCACHE}tests.${MODPY_PYC_MAGIC_TAG}pyc
 lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.py
-lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.pyc
 @comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.py~
 @comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandler.rst~
 @comment lib/python${MODPY_VERSION}/site-packages/zope/event/classhandlers.py~
 lib/python${MODPY_VERSION}/site-packages/zope/event/tests.py
-lib/python${MODPY_VERSION}/site-packages/zope/event/tests.pyc
 @comment lib/python${MODPY_VERSION}/site-packages/zope/event/tests.py~

Reply via email to