pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 11:04:57 UTC 2025

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

Log Message:
py-asn1: fix for setuptools>=78


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-asn1/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/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.30 pkgsrc/security/py-asn1/Makefile:1.31
--- pkgsrc/security/py-asn1/Makefile:1.30       Mon Nov 11 07:28:53 2024
+++ pkgsrc/security/py-asn1/Makefile    Sun Apr 13 11:04:57 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2024/11/11 07:28:53 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/04/13 11:04:57 wiz Exp $
 
 DISTNAME=      pyasn1-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/pyasn1/pyas
 COMMENT=       ITU Abstract Syntax Notification for Python
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/security/py-asn1/PLIST
diff -u pkgsrc/security/py-asn1/PLIST:1.15 pkgsrc/security/py-asn1/PLIST:1.16
--- pkgsrc/security/py-asn1/PLIST:1.15  Wed Sep 11 08:06:26 2024
+++ pkgsrc/security/py-asn1/PLIST       Sun Apr 13 11:04:57 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.15 2024/09/11 08:06:26 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+@comment $NetBSD: PLIST,v 1.16 2025/04/13 11:04:57 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/pyasn1/__init__.py



Home | Main Index | Thread Index | Old Index