pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-gnupg py-gnupg: incompatible with Python 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47fbaab83861
branches:  trunk
changeset: 379754:47fbaab83861
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon May 23 01:02:26 2022 +0000

description:
py-gnupg: incompatible with Python 2.7 (un-break bulk builds)

diffstat:

 security/py-gnupg/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 47dce4967998 -r 47fbaab83861 security/py-gnupg/Makefile
--- a/security/py-gnupg/Makefile        Mon May 23 00:35:02 2022 +0000
+++ b/security/py-gnupg/Makefile        Mon May 23 01:02:26 2022 +0000
@@ -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 @@
 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