pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-zope.configuration
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 7 11:45:19 UTC 2025
Modified Files:
pkgsrc/devel/py-zope.configuration: Makefile PLIST distinfo
Log Message:
py-zope.configuration: updated to 6.0
6.0 (2024-12-06)
- Add support for checking environment variables in zcml conditions. Use
``envvar`` or ``not-envvar``. ``not-envvar`` is true when the variable is not
set, is empty, or has one of the usual 'false' values like '0'.
- Add support for Python 3.12, 3.13.
- Drop support for Python 3.7.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-zope.configuration/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-zope.configuration/PLIST \
pkgsrc/devel/py-zope.configuration/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-zope.configuration/Makefile
diff -u pkgsrc/devel/py-zope.configuration/Makefile:1.3 pkgsrc/devel/py-zope.configuration/Makefile:1.4
--- pkgsrc/devel/py-zope.configuration/Makefile:1.3 Mon Nov 11 07:28:31 2024
+++ pkgsrc/devel/py-zope.configuration/Makefile Tue Jan 7 11:45:19 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2024/11/11 07:28:31 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/01/07 11:45:19 adam Exp $
-DISTNAME= zope.configuration-5.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= zope_configuration-6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.configuration/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/zopefoundat
COMMENT= Zope Configuration Markup Language
LICENSE= zpl-2.1
+WHEEL_NAME= ${DISTNAME:S/_/./}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-zope.i18nmessageid-[0-9]*:../../devel/py-zope.i18nmessageid
DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
@@ -19,7 +21,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-zope.testr
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-zope.configuration/PLIST
diff -u pkgsrc/devel/py-zope.configuration/PLIST:1.2 pkgsrc/devel/py-zope.configuration/PLIST:1.3
--- pkgsrc/devel/py-zope.configuration/PLIST:1.2 Mon Feb 12 14:11:56 2024
+++ pkgsrc/devel/py-zope.configuration/PLIST Tue Jan 7 11:45:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/02/12 14:11:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/01/07 11:45:19 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -109,9 +109,6 @@ ${PYSITELIB}/zope/configuration/tests/te
${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.py
${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.pyc
${PYSITELIB}/zope/configuration/tests/test_zopeconfigure.pyo
-${PYSITELIB}/zope/configuration/tests/unicode_all/__init__.py
-${PYSITELIB}/zope/configuration/tests/unicode_all/__init__.pyc
-${PYSITELIB}/zope/configuration/tests/unicode_all/__init__.pyo
${PYSITELIB}/zope/configuration/tests/victim.py
${PYSITELIB}/zope/configuration/tests/victim.pyc
${PYSITELIB}/zope/configuration/tests/victim.pyo
Index: pkgsrc/devel/py-zope.configuration/distinfo
diff -u pkgsrc/devel/py-zope.configuration/distinfo:1.2 pkgsrc/devel/py-zope.configuration/distinfo:1.3
--- pkgsrc/devel/py-zope.configuration/distinfo:1.2 Mon Feb 12 14:11:56 2024
+++ pkgsrc/devel/py-zope.configuration/distinfo Tue Jan 7 11:45:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/02/12 14:11:56 adam Exp $
+$NetBSD: distinfo,v 1.3 2025/01/07 11:45:19 adam Exp $
-BLAKE2s (zope.configuration-5.0.1.tar.gz) = e885651c7e170f7453646a91d757b0969d6a4565b4d30c8e83dd9de1da4bd379
-SHA512 (zope.configuration-5.0.1.tar.gz) = 58fec7b330a4ee5f9bb71238fbcb8f07fdd7b6767cb2d8e054699ffcb915973b9dfead33e5515f40049f6aede233d31624d09d7f84d75b96318e63f8ab454147
-Size (zope.configuration-5.0.1.tar.gz) = 83327 bytes
+BLAKE2s (zope_configuration-6.0.tar.gz) = d71a10aa4b25c58576fe5c603d66613899036333ab7d8a957eb7e743921a4144
+SHA512 (zope_configuration-6.0.tar.gz) = 2dd86fe8beaf1b15dc7d96ce5b037c530cc3e4427c6e2152741e6697a84b90dd06f65d0d0968d938dccdded278d8b0bbfe924abedf772f1110ef039ee3eb5f8a
+Size (zope_configuration-6.0.tar.gz) = 84258 bytes
Home |
Main Index |
Thread Index |
Old Index