pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-keyring



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 13 12:41:01 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/py-keyring/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-keyring/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-keyring/Makefile
diff -u pkgsrc/security/py-keyring/Makefile:1.47 pkgsrc/security/py-keyring/Makefile:1.48
--- pkgsrc/security/py-keyring/Makefile:1.47    Sun Dec 29 21:05:59 2024
+++ pkgsrc/security/py-keyring/Makefile Sun Apr 13 12:41:01 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2024/12/29 21:05:59 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/04/13 12:41:01 wiz Exp $
 
 DISTNAME=      keyring-25.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/keyring/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/jaraco/keyr
 COMMENT=       Store and access your passwords safely
 LICENSE=       python-software-foundation
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.classes>=0:../../devel/py-jaraco.classes
 DEPENDS+=      ${PYPKGPREFIX}-jaraco.context>=0:../../devel/py-jaraco.context

Index: pkgsrc/security/py-keyring/PLIST
diff -u pkgsrc/security/py-keyring/PLIST:1.13 pkgsrc/security/py-keyring/PLIST:1.14
--- pkgsrc/security/py-keyring/PLIST:1.13       Fri Apr  5 10:48:23 2024
+++ pkgsrc/security/py-keyring/PLIST    Sun Apr 13 12:41:01 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.13 2024/04/05 10:48:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/04/13 12:41:01 wiz Exp $
 bin/keyring-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/keyring/__init__.py
 ${PYSITELIB}/keyring/__init__.pyc



Home | Main Index | Thread Index | Old Index