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:   adam
Date:           Wed Apr 16 14:31:31 UTC 2025

Modified Files:
        pkgsrc/security/py-rsa: Makefile PLIST distinfo

Log Message:
py-rsa: updated to 4.9.1

Version 4.9.1

- Final release, just to add a note about the 'archived' status of the project.
  No other changes. See `README.md` for more info.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-rsa/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-rsa/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-rsa/distinfo

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.15 pkgsrc/security/py-rsa/Makefile:1.16
--- pkgsrc/security/py-rsa/Makefile:1.15        Sun Jul 24 10:48:55 2022
+++ pkgsrc/security/py-rsa/Makefile     Wed Apr 16 14:31:31 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/07/24 10:48:55 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/16 14:31:31 adam Exp $
 
-DISTNAME=      rsa-4.9
+DISTNAME=      rsa-4.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rsa/}
@@ -10,12 +10,9 @@ HOMEPAGE=    https://github.com/sybrenstuve
 COMMENT=       Pure-Python RSA implementation
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-USE_PKG_RESOURCES=     yes
-
 USE_LANGUAGES= # none
 
 post-install:
@@ -24,5 +21,5 @@ post-install:
        ${MV} pyrsa-${bin} pyrsa-${bin}-${PYVERSSUFFIX} || ${TRUE}
 .endfor
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-rsa/PLIST
diff -u pkgsrc/security/py-rsa/PLIST:1.5 pkgsrc/security/py-rsa/PLIST:1.6
--- pkgsrc/security/py-rsa/PLIST:1.5    Sun Jul 24 10:48:55 2022
+++ pkgsrc/security/py-rsa/PLIST        Wed Apr 16 14:31:31 2025
@@ -1,16 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2022/07/24 10:48:55 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/16 14:31:31 adam 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}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/rsa/__init__.py
 ${PYSITELIB}/rsa/__init__.pyc
 ${PYSITELIB}/rsa/__init__.pyo

Index: pkgsrc/security/py-rsa/distinfo
diff -u pkgsrc/security/py-rsa/distinfo:1.17 pkgsrc/security/py-rsa/distinfo:1.18
--- pkgsrc/security/py-rsa/distinfo:1.17        Sun Jul 24 10:48:55 2022
+++ pkgsrc/security/py-rsa/distinfo     Wed Apr 16 14:31:31 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/07/24 10:48:55 wiz Exp $
+$NetBSD: distinfo,v 1.18 2025/04/16 14:31:31 adam Exp $
 
-BLAKE2s (rsa-4.9.tar.gz) = c8429607f8498e55229bc6f5212e00b96e16b3275f526da0de98a76abb0796fb
-SHA512 (rsa-4.9.tar.gz) = 85f359cc448a42f267f425fcf761597eeeab942523de49284b01d6ea2bcca8bddf0fac26926b487ae91c15889a7c4897a33ee00de859f28fe9cca19ef98c3f19
-Size (rsa-4.9.tar.gz) = 29711 bytes
+BLAKE2s (rsa-4.9.1.tar.gz) = 2e9065c35acdd2320490fe7a32df362a40636f9d188e483c44b72cc6c03713c2
+SHA512 (rsa-4.9.1.tar.gz) = b4ec4aaf24b3bdfa2d51480200ac4c2dff4714308e44dc15d7914981eaefbaca7d499eaa6703965828f6692fe33edea1e76a1ab689d733d2f681a6f4f44cdd6e
+Size (rsa-4.9.1.tar.gz) = 29034 bytes



Home | Main Index | Thread Index | Old Index