pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-rsa
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 22 07:40:24 UTC 2025
Modified Files:
pkgsrc/security/py-rsa: Makefile PLIST
Log Message:
py-rsa: fix PLIST with latest poetry-core and depend on it
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-rsa/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-rsa/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-rsa/Makefile
diff -u pkgsrc/security/py-rsa/Makefile:1.17 pkgsrc/security/py-rsa/Makefile:1.18
--- pkgsrc/security/py-rsa/Makefile:1.17 Wed Apr 16 18:49:36 2025
+++ pkgsrc/security/py-rsa/Makefile Mon Sep 22 07:40:24 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2025/04/16 18:49:36 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/09/22 07:40:24 wiz Exp $
DISTNAME= rsa-4.9.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/sybrenstuve
COMMENT= Pure-Python RSA implementation
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1
USE_LANGUAGES= # none
Index: pkgsrc/security/py-rsa/PLIST
diff -u pkgsrc/security/py-rsa/PLIST:1.6 pkgsrc/security/py-rsa/PLIST:1.7
--- pkgsrc/security/py-rsa/PLIST:1.6 Wed Apr 16 14:31:31 2025
+++ pkgsrc/security/py-rsa/PLIST Mon Sep 22 07:40:24 2025
@@ -1,15 +1,15 @@
-@comment $NetBSD: PLIST,v 1.6 2025/04/16 14:31:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/09/22 07:40:24 wiz Exp $
bin/pyrsa-decrypt-${PYVERSSUFFIX}
bin/pyrsa-encrypt-${PYVERSSUFFIX}
bin/pyrsa-keygen-${PYVERSSUFFIX}
bin/pyrsa-priv2pub-${PYVERSSUFFIX}
bin/pyrsa-sign-${PYVERSSUFFIX}
bin/pyrsa-verify-${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}/rsa/__init__.py
${PYSITELIB}/rsa/__init__.pyc
${PYSITELIB}/rsa/__init__.pyo
Home |
Main Index |
Thread Index |
Old Index