pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: adam
Date: Sun Jun 18 05:21:44 UTC 2023
Modified Files:
pkgsrc/devel: Makefile
pkgsrc/mail/mailman3: Makefile
Removed Files:
pkgsrc/devel/py-ZopeComponent: DESCR Makefile PLIST distinfo
Log Message:
py-ZopeComponent: moved to py-zope.component
To generate a diff of this commit:
cvs rdiff -u -r1.4012 -r1.4013 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-ZopeComponent/DESCR
cvs rdiff -u -r1.14 -r0 pkgsrc/devel/py-ZopeComponent/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/devel/py-ZopeComponent/PLIST
cvs rdiff -u -r1.12 -r0 pkgsrc/devel/py-ZopeComponent/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/mailman3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4012 pkgsrc/devel/Makefile:1.4013
--- pkgsrc/devel/Makefile:1.4012 Sun Jun 18 05:02:52 2023
+++ pkgsrc/devel/Makefile Sun Jun 18 05:21:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4012 2023/06/18 05:02:52 adam Exp $
+# $NetBSD: Makefile,v 1.4013 2023/06/18 05:21:43 adam Exp $
#
COMMENT= Development utilities
@@ -2350,7 +2350,6 @@ SUBDIR+= py-Pympler
SUBDIR+= py-Pyro
SUBDIR+= py-SDL2
SUBDIR+= py-Spans
-SUBDIR+= py-ZopeComponent
SUBDIR+= py-ZopeConfiguration
SUBDIR+= py-ZopeEvent
SUBDIR+= py-ZopeI18NMessageid
Index: pkgsrc/mail/mailman3/Makefile
diff -u pkgsrc/mail/mailman3/Makefile:1.3 pkgsrc/mail/mailman3/Makefile:1.4
--- pkgsrc/mail/mailman3/Makefile:1.3 Sat Jun 17 01:28:02 2023
+++ pkgsrc/mail/mailman3/Makefile Sun Jun 18 05:21:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/06/17 01:28:02 markd Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/18 05:21:44 adam Exp $
DISTNAME= mailman-3.3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -31,10 +31,10 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.0:.
DEPENDS+= ${PYPKGPREFIX}-passlib-[0-9]*:../../security/py-passlib
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-sqlalchemy>=1.4.0:../../databases/py-sqlalchemy
-DEPENDS+= ${PYPKGPREFIX}-ZopeComponent-[0-9]*:../../devel/py-ZopeComponent
+DEPENDS+= ${PYPKGPREFIX}-zope.component-[0-9]*:../../devel/py-zope.component
DEPENDS+= ${PYPKGPREFIX}-ZopeConfiguration-[0-9]*:../../devel/py-ZopeConfiguration
-DEPENDS+= ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
-DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=5.0:../../devel/py-ZopeInterface
+DEPENDS+= ${PYPKGPREFIX}-zope.event-[0-9]*:../../devel/py-zope.event
+DEPENDS+= ${PYPKGPREFIX}-zope.interface>=5.0:../../devel/py-zope.interface
# TEST_DEPENDS
TOOL_DEPENDS+= ${PYPKGPREFIX}-flufl.testing-[0-9]*:../../devel/py-flufl.testing
Home |
Main Index |
Thread Index |
Old Index