pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Adjust py-zope.*



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Sun Jun 18 07:42:22 2023 +0200
Changeset:	cfe5465322be130ef9b131a662252abd8057873e

Modified Files:
	py-buildbot/Makefile
	py-crossbar/Makefile
	py-modbus/Makefile
	py-modus/Makefile
	py-pysaml2/Makefile
	py-python-application/Makefile
	py-repoze.who/Makefile
	py-storm/Makefile
	py-transaction/Makefile
	py-twisted-csp/Makefile

Log Message:
Adjust py-zope.*

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfe5465322be130ef9b131a662252abd8057873e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-buildbot/Makefile           | 2 +-
 py-crossbar/Makefile           | 2 +-
 py-modbus/Makefile             | 2 +-
 py-modus/Makefile              | 2 +-
 py-pysaml2/Makefile            | 2 +-
 py-python-application/Makefile | 2 +-
 py-repoze.who/Makefile         | 2 +-
 py-storm/Makefile              | 4 ++--
 py-transaction/Makefile        | 2 +-
 py-twisted-csp/Makefile        | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index 2b2070049a..fc6806f74c 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -15,7 +15,7 @@ DEPENDS+=	${PYPKGPREFIX}-sqlalchemy>=1.2.0<1.4:../../databases/py-sqlalchemy
 DEPENDS+=	${PYPKGPREFIX}-sqlalchemy-migrate>=0.13:../../databases/py-sqlalchemy-migrate
 DEPENDS+=	${PYPKGPREFIX}-twisted>=17.9.0:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-txaio>=2.2.2:../../devel/py-txaio
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4.1.1:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=4.1.1:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3.1:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-alembic>=1.6.0:../../databases/py-alembic
 DEPENDS+=	${PYPKGPREFIX}-msgpack>=0.6.0:../../devel/py-msgpack
diff --git a/py-crossbar/Makefile b/py-crossbar/Makefile
index 4338d572cc..0abf80fcc0 100644
--- a/py-crossbar/Makefile
+++ b/py-crossbar/Makefile
@@ -23,7 +23,7 @@ DEPENDS+=	${PYPKGPREFIX}-incremental>=17.5.0:../../devel/py-incremental
 DEPENDS+=	${PYPKGPREFIX}-treq>=0.14.3:../../devel/py-treq
 DEPENDS+=	${PYPKGPREFIX}-txaio>=1.0.3:../../devel/py-txaio
 DEPENDS+=	${PYPKGPREFIX}-msgpack>=1.0.0:../../devel/py-msgpack
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=5.1.2:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=5.1.2:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-argon2-cffi-[0-9]*:../../security/py-argon2-cffi
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.19.4:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-hpack>=4.0.0:../../net/py-hpack
diff --git a/py-modbus/Makefile b/py-modbus/Makefile
index 7192ad7dfe..0c5f9b3b27 100644
--- a/py-modbus/Makefile
+++ b/py-modbus/Makefile
@@ -18,7 +18,7 @@ DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit>=2.0.4:../../devel/py-prompt_toolkit
 DEPENDS+=	${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
 DEPENDS+=	${PYPKGPREFIX}-pep8>=1.7.0:../../devel/py-pep8
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4.4.0:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=4.4.0:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-twisted>=17.1.0:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-asn1>=0.2.3:../../security/py-asn1
diff --git a/py-modus/Makefile b/py-modus/Makefile
index e9c1feb418..b243fcdee8 100644
--- a/py-modus/Makefile
+++ b/py-modus/Makefile
@@ -17,7 +17,7 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-pep8>=1.7.0:../../devel/py-pep8
 DEPENDS+=	${PYPKGPREFIX}-serial>=3.4:../../comms/py-serial
 DEPENDS+=	${PYPKGPREFIX}-click>=6.7:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit>=3.0.10:../../devel/py-prompt_toolkit
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4.4.0:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=4.4.0:../../devel/py-zope.interface
 DEPENDS+= 	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 DEPENDS+=	${PYPKGPREFIX}-asn1>=0.2.3:../../security/py-asn1
diff --git a/py-pysaml2/Makefile b/py-pysaml2/Makefile
index 5e93e742ad..c3b87611e7 100644
--- a/py-pysaml2/Makefile
+++ b/py-pysaml2/Makefile
@@ -14,7 +14,7 @@ DEPENDS+=	${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 DEPENDS+=	${PYPKGPREFIX}-paste-[0-9]*:../../www/py-paste
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=	${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
diff --git a/py-python-application/Makefile b/py-python-application/Makefile
index 1ad1ab094f..a2f5a40db0 100644
--- a/py-python-application/Makefile
+++ b/py-python-application/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://ag-projects.com/
 COMMENT=	Basic building blocks for python applications
 LICENSE=	gnu-lgpl-v2
 
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 
 PYTHON_VERSIONS_ACCEPTED=	27 # not yet ported as of 1.4.1
 
diff --git a/py-repoze.who/Makefile b/py-repoze.who/Makefile
index 95ab6ae19c..4b10ec26e1 100644
--- a/py-repoze.who/Makefile
+++ b/py-repoze.who/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	http://www.repoze.org/
 COMMENT=	Identification and authentication framework for WSGI
 LICENSE=	modified-bsd
 
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-WebOb-[0-9]*:../../www/py-WebOb
 DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
diff --git a/py-storm/Makefile b/py-storm/Makefile
index d761ed62a0..9828e586cf 100644
--- a/py-storm/Makefile
+++ b/py-storm/Makefile
@@ -20,9 +20,9 @@ TEST_DEPENDS+=	${PYPKGPREFIX}-testtools>=0.9.8:../../devel/py-testtools
 TEST_DEPENDS+=	${PYPKGPREFIX}-timeline>=0.0.7../../devel/py-timeline
 TEST_DEPENDS+=	${PYPKGPREFIX}-transaction>=1.0.0:../../wip/py-transaction
 TEST_DEPENDS+=	${PYPKGPREFIX}-twisted>=10.0.0:../../net/py-twisted
-TEST_DEPENDS+=	${PYPKGPREFIX}-ZopeComponent>=4.6.2../../devel/py-ZopeComponent
+TEST_DEPENDS+=	${PYPKGPREFIX}-zope.component>=4.6.2../../devel/py-zope.component
 TEST_DEPENDS+=	${PYPKGPREFIX}-ZopeConfiguration>=4.4.0../../devel/py-ZopeConfiguration
-TEST_DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=5.1.2../../devel/py-ZopeInterface
+TEST_DEPENDS+=	${PYPKGPREFIX}-zope.interface>=5.1.2../../devel/py-zope.interface
 TEST_DEPENDS+=	${PYPKGPREFIX}-ZopeSecurity>=5.1.1../../wip/py-zopeSecurity
 
 .include "../../lang/python/egg.mk"
diff --git a/py-transaction/Makefile b/py-transaction/Makefile
index 6ba75e5091..6b6649cd12 100644
--- a/py-transaction/Makefile
+++ b/py-transaction/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	http://www.zope.org/Products/ZODB
 COMMENT=	Transaction management for Python
 LICENSE=	zpl-2.0
 
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=3.6.1:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=3.6.1:../../devel/py-zope.interface
 
 WRKSRC=		${WRKDIR}/transaction-1.1.1
 USE_LANGUAGES=	# none
diff --git a/py-twisted-csp/Makefile b/py-twisted-csp/Makefile
index 671b6899e8..9c75a50cfe 100644
--- a/py-twisted-csp/Makefile
+++ b/py-twisted-csp/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://github.com/ubolonton/twisted-csp
 COMMENT=	Go-style channels for Twisted
 
 
-DEPENDS+=	${PYPKGPREFIX}-ZopeInterface>=4.1.3:../../devel/py-ZopeInterface
+DEPENDS+=	${PYPKGPREFIX}-zope.interface>=4.1.3:../../devel/py-zope.interface
 DEPENDS+=	${PYPKGPREFIX}-twisted>=1.3.0:../../net/py-twisted
 
 USE_LANGUAGES=	# none


Home | Main Index | Thread Index | Old Index