pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 12 06:54:05 UTC 2022

Modified Files:
        pkgsrc/devel/py-doctor: Makefile
        pkgsrc/textproc/py-lunr: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-doctor/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-lunr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-doctor/Makefile
diff -u pkgsrc/devel/py-doctor/Makefile:1.17 pkgsrc/devel/py-doctor/Makefile:1.18
--- pkgsrc/devel/py-doctor/Makefile:1.17        Sun Sep 11 17:52:22 2022
+++ pkgsrc/devel/py-doctor/Makefile     Mon Sep 12 06:54:04 2022
@@ -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}-hypothesis
 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"
 

Index: pkgsrc/textproc/py-lunr/Makefile
diff -u pkgsrc/textproc/py-lunr/Makefile:1.1 pkgsrc/textproc/py-lunr/Makefile:1.2
--- pkgsrc/textproc/py-lunr/Makefile:1.1        Sun Sep 11 17:46:07 2022
+++ pkgsrc/textproc/py-lunr/Makefile    Mon Sep 12 06:54:04 2022
@@ -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 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test>=0:..
 
 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