pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zconfig



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May  5 20:49:09 UTC 2024

Modified Files:
        pkgsrc/devel/py-zconfig: Makefile PLIST distinfo

Log Message:
py-zconfig: updated to 4.1

4.1 (2024-05-03)

- Add support for Python 3.12.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-zconfig/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-zconfig/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-zconfig/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-zconfig/Makefile
diff -u pkgsrc/devel/py-zconfig/Makefile:1.27 pkgsrc/devel/py-zconfig/Makefile:1.28
--- pkgsrc/devel/py-zconfig/Makefile:1.27       Tue Aug 29 11:15:50 2023
+++ pkgsrc/devel/py-zconfig/Makefile    Sun May  5 20:49:09 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2023/08/29 11:15:50 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/05/05 20:49:09 adam Exp $
 
-DISTNAME=      ZConfig-4.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+DISTNAME=      zconfig-4.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=Z/ZConfig/}
 
@@ -10,6 +10,10 @@ HOMEPAGE=    https://github.com/zopefoundat
 COMMENT=       Configuration library
 LICENSE=       zpl-2.1
 
+WHEEL_NAME=    ZConfig-${PKGVERSION_NOREV}
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 TEST_DEPENDS+= ${PYPKGPREFIX}-manuel-[0-9]*:../../textproc/py-manuel
 TEST_DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
@@ -17,8 +21,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-zope.testr
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
@@ -29,5 +31,5 @@ post-install:
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} zope-testrunner-${PYVERSSUFFIX} --test-path=src
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-zconfig/PLIST
diff -u pkgsrc/devel/py-zconfig/PLIST:1.11 pkgsrc/devel/py-zconfig/PLIST:1.12
--- pkgsrc/devel/py-zconfig/PLIST:1.11  Tue Aug 29 11:15:50 2023
+++ pkgsrc/devel/py-zconfig/PLIST       Sun May  5 20:49:09 2024
@@ -1,13 +1,12 @@
-@comment $NetBSD: PLIST,v 1.11 2023/08/29 11:15:50 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2024/05/05 20:49:09 adam Exp $
 bin/zconfig-${PYVERSSUFFIX}
 bin/zconfig_schema2html-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/ZConfig/__init__.py
 ${PYSITELIB}/ZConfig/__init__.pyc
 ${PYSITELIB}/ZConfig/__init__.pyo

Index: pkgsrc/devel/py-zconfig/distinfo
diff -u pkgsrc/devel/py-zconfig/distinfo:1.13 pkgsrc/devel/py-zconfig/distinfo:1.14
--- pkgsrc/devel/py-zconfig/distinfo:1.13       Tue Aug 29 11:15:50 2023
+++ pkgsrc/devel/py-zconfig/distinfo    Sun May  5 20:49:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2023/08/29 11:15:50 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/05/05 20:49:09 adam Exp $
 
-BLAKE2s (ZConfig-4.0.tar.gz) = f029aeff835829c4f807c98c4396717c2786850afa38e6fbcc6554a1318693fc
-SHA512 (ZConfig-4.0.tar.gz) = 03e3c34f8af9de8bedd98bbdf0c968fdd2fb0c1bb8d62a73c286b804a8841e0e7d9b647f5f3bb37a6d52dc2a5cea7cdce21cd204536399d43203c18e0c204ca7
-Size (ZConfig-4.0.tar.gz) = 126072 bytes
+BLAKE2s (zconfig-4.1.tar.gz) = 901575139e31abca84ff5bae2ffa871d4438d8b199b64e65ce60ab4c728c4e11
+SHA512 (zconfig-4.1.tar.gz) = 71dd5a9ce5f72eda76fde19fa2bec4aaf542ebe4b617753b14c07239366d934d9d635aa63407c76bc00edfb305c85c1cecdd187ee7f2b85f25acaa7682839363
+Size (zconfig-4.1.tar.gz) = 146996 bytes



Home | Main Index | Thread Index | Old Index