pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-sure py-sure: restrict to 3+ because of build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13d00cd4c127
branches:  trunk
changeset: 371780:13d00cd4c127
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 14 09:38:06 2022 +0000

description:
py-sure: restrict to 3+ because of build issues

diffstat:

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

diffs (18 lines):

diff -r fde6f546dce0 -r 13d00cd4c127 devel/py-sure/Makefile
--- a/devel/py-sure/Makefile    Fri Jan 14 09:37:36 2022 +0000
+++ b/devel/py-sure/Makefile    Fri Jan 14 09:38:06 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/10 16:30:33 adam Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/14 09:38:06 wiz Exp $
 
 DISTNAME=      sure-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,8 @@
 
 USE_PKG_RESOURCES=     yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 post-install:



Home | Main Index | Thread Index | Old Index