pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-lunr, py-doctor: do not support python 3.7 due to p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b85f398b79a
branches:  trunk
changeset: 385230:8b85f398b79a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 12 06:54:04 2022 +0000

description:
py-lunr, py-doctor: do not support python 3.7 due to py-nltk

diffstat:

 devel/py-doctor/Makefile  |  4 ++--
 textproc/py-lunr/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r e1bf49c18843 -r 8b85f398b79a devel/py-doctor/Makefile
--- a/devel/py-doctor/Makefile  Sun Sep 11 20:48:19 2022 +0000
+++ b/devel/py-doctor/Makefile  Mon Sep 12 06:54:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/09/11 17:52:22 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/09/12 06:54:04 wiz Exp $
 
 DISTNAME=      pydoctor-22.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -25,7 +25,7 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-PYTHON_VERSIONS_INCOMPATIBLE+= 27
+PYTHON_VERSIONS_INCOMPATIBLE+= 27 37
 
 .include "../../lang/python/pyversion.mk"
 
diff -r e1bf49c18843 -r 8b85f398b79a textproc/py-lunr/Makefile
--- a/textproc/py-lunr/Makefile Sun Sep 11 20:48:19 2022 +0000
+++ b/textproc/py-lunr/Makefile Mon Sep 12 06:54:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/09/11 17:46:07 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/09/12 06:54:04 wiz Exp $
 
 DISTNAME=      lunr-0.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 # as of 0.6.2
 # 1 failed, 297 passed, 1 warning



Home | Main Index | Thread Index | Old Index