pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-frozendict py-frozendict: 2.2.1 only supports...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e6914e6bb2c
branches:  trunk
changeset: 372760:5e6914e6bb2c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 30 10:57:31 2022 +0000

description:
py-frozendict: 2.2.1 only supports Python 3.

diffstat:

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

diffs (18 lines):

diff -r a243dd54e7aa -r 5e6914e6bb2c devel/py-frozendict/Makefile
--- a/devel/py-frozendict/Makefile      Sun Jan 30 10:56:51 2022 +0000
+++ b/devel/py-frozendict/Makefile      Sun Jan 30 10:57:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/30 10:56:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/01/30 10:57:31 wiz Exp $
 
 DISTNAME=      frozendict-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@
 
 USE_LANGUAGES= c
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}



Home | Main Index | Thread Index | Old Index