pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1-modules



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  2 17:36:46 UTC 2024

Modified Files:
        pkgsrc/security/py-asn1-modules: Makefile PLIST distinfo

Log Message:
py-asn1-modules: updated to 0.4.0

Revision 0.4.0, released 26-03-2024

- Added support for Python 3.11, 3.12
- Removed support for EOL Pythons 2.7, 3.6, 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-asn1-modules/Makefile \
    pkgsrc/security/py-asn1-modules/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-asn1-modules/PLIST

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

Modified files:

Index: pkgsrc/security/py-asn1-modules/Makefile
diff -u pkgsrc/security/py-asn1-modules/Makefile:1.15 pkgsrc/security/py-asn1-modules/Makefile:1.16
--- pkgsrc/security/py-asn1-modules/Makefile:1.15       Tue Nov 21 18:56:13 2023
+++ pkgsrc/security/py-asn1-modules/Makefile    Tue Apr  2 17:36:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/11/21 18:56:13 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/02 17:36:46 adam Exp $
 
-DISTNAME=      pyasn1_modules-0.3.0
+DISTNAME=      pyasn1_modules-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1-modules/}
@@ -10,11 +10,13 @@ HOMEPAGE=   https://github.com/pyasn1/pyas
 COMMENT=       Modules for ITU Abstract Syntax Notification for Python
 LICENSE=       2-clause-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.5.0:../../security/py-asn1
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-asn1
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-asn1-modules/distinfo
diff -u pkgsrc/security/py-asn1-modules/distinfo:1.15 pkgsrc/security/py-asn1-modules/distinfo:1.16
--- pkgsrc/security/py-asn1-modules/distinfo:1.15       Wed Apr 26 16:07:13 2023
+++ pkgsrc/security/py-asn1-modules/distinfo    Tue Apr  2 17:36:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/04/26 16:07:13 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/04/02 17:36:46 adam Exp $
 
-BLAKE2s (pyasn1_modules-0.3.0.tar.gz) = 4feaba67caf3ccaafcd2418d556d0ea7283dfa3d38af39d0614d0caf3d520a95
-SHA512 (pyasn1_modules-0.3.0.tar.gz) = fedcf95e0452e133fc0735a1be29fb5e7df563243203463c66b85d9af6194a550c78a96fec2d915be1aa6b98428f51b6ed4feb7ed3838c515d044fbafeb2cb46
-Size (pyasn1_modules-0.3.0.tar.gz) = 307901 bytes
+BLAKE2s (pyasn1_modules-0.4.0.tar.gz) = e940189012da526d68fa05b52d1746d12cf9768ef743b46e6e2ff3c8314baf83
+SHA512 (pyasn1_modules-0.4.0.tar.gz) = d28cbb44788b3a33b9da807d273a6afab38ff420e8ce1264a9ebc68beb003f9ac9673210a5eb829d17ed1ae01798f856a0409dcbcd1a17b489c767d4b11467d3
+Size (pyasn1_modules-0.4.0.tar.gz) = 307859 bytes

Index: pkgsrc/security/py-asn1-modules/PLIST
diff -u pkgsrc/security/py-asn1-modules/PLIST:1.11 pkgsrc/security/py-asn1-modules/PLIST:1.12
--- pkgsrc/security/py-asn1-modules/PLIST:1.11  Wed Apr 26 16:07:13 2023
+++ pkgsrc/security/py-asn1-modules/PLIST       Tue Apr  2 17:36:46 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.11 2023/04/26 16:07:13 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.12 2024/04/02 17:36:46 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/pyasn1_modules/__init__.py
 ${PYSITELIB}/pyasn1_modules/__init__.pyc
 ${PYSITELIB}/pyasn1_modules/__init__.pyo



Home | Main Index | Thread Index | Old Index