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: gutteridge
Date: Mon May 23 01:02:26 UTC 2022
Modified Files:
pkgsrc/security/py-gnupg: Makefile
Log Message:
py-gnupg: incompatible with Python 2.7 (un-break bulk builds)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/py-gnupg/Makefile
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.31 pkgsrc/security/py-gnupg/Makefile:1.32
--- pkgsrc/security/py-gnupg/Makefile:1.31 Sun May 22 12:17:38 2022
+++ pkgsrc/security/py-gnupg/Makefile Mon May 23 01:02:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2022/05/22 12:17:38 adam Exp $
+# $NetBSD: Makefile,v 1.32 2022/05/23 01:02:26 gutteridge Exp $
DISTNAME= python-gnupg-0.4.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
@@ -10,6 +10,8 @@ HOMEPAGE= https://docs.red-dove.com/pyth
COMMENT= Wrapper for the Gnu Privacy Guard
LICENSE= modified-bsd
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-build
+
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.29.0:../../devel/py-wheel
DEPENDS+= gnupg2>=2.2.0:../../security/gnupg2
Home |
Main Index |
Thread Index |
Old Index