pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gnupg



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 28 10:43:31 UTC 2026

Modified Files:
        pkgsrc/security/py-gnupg: Makefile distinfo
Removed Files:
        pkgsrc/security/py-gnupg/patches: patch-gnupg.py

Log Message:
py-gnupg: do not use gpg2 anymore; bump revision


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-gnupg/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/py-gnupg/distinfo
cvs rdiff -u -r1.3 -r0 pkgsrc/security/py-gnupg/patches/patch-gnupg.py

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-gnupg/Makefile
diff -u pkgsrc/security/py-gnupg/Makefile:1.43 pkgsrc/security/py-gnupg/Makefile:1.44
--- pkgsrc/security/py-gnupg/Makefile:1.43      Thu Jan  1 09:09:00 2026
+++ pkgsrc/security/py-gnupg/Makefile   Wed Jan 28 10:43:31 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2026/01/01 09:09:00 adam Exp $
+# $NetBSD: Makefile,v 1.44 2026/01/28 10:43:31 adam Exp $
 
 DISTNAME=      python_gnupg-0.5.6
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python_//}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-gnupg/}
@@ -13,11 +14,9 @@ LICENSE=     modified-bsd
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/_/-/}
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+=      gnupg2>=2.2.0:../../security/gnupg2
+DEPENDS+=      gnupg2>=2.5.17:../../security/gnupg2
 
 USE_LANGUAGES= # none
 
-TEST_ENV+=     GPGBINARY=${LOCALBASE}/bin/gpg2
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-gnupg/distinfo
diff -u pkgsrc/security/py-gnupg/distinfo:1.14 pkgsrc/security/py-gnupg/distinfo:1.15
--- pkgsrc/security/py-gnupg/distinfo:1.14      Thu Jan  1 09:09:00 2026
+++ pkgsrc/security/py-gnupg/distinfo   Wed Jan 28 10:43:31 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.14 2026/01/01 09:09:00 adam Exp $
+$NetBSD: distinfo,v 1.15 2026/01/28 10:43:31 adam Exp $
 
 BLAKE2s (python_gnupg-0.5.6.tar.gz) = e62762c74de4968c293df9d6f36b7fe79c2ac7e24b8def6966c809b543bd3d85
 SHA512 (python_gnupg-0.5.6.tar.gz) = 45d6215bf9b1efa84b050645365bf673b3d538984415e53e28e0c3aaf393fef23482b2ac5947b68b51a33aa7b2c672e4367382d2ea3b4565be7d002b1662796e
 Size (python_gnupg-0.5.6.tar.gz) = 66825 bytes
-SHA1 (patch-gnupg.py) = e3557b796978b1ca830bd1221821c08f3fbc5769



Home | Main Index | Thread Index | Old Index