pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-marisa
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 28 07:12:34 UTC 2019
Modified Files:
pkgsrc/textproc/py-marisa: Makefile
Log Message:
py-marisa: use PYTHON_VERSIONS_ACCEPTED
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-marisa/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-marisa/Makefile
diff -u pkgsrc/textproc/py-marisa/Makefile:1.8 pkgsrc/textproc/py-marisa/Makefile:1.9
--- pkgsrc/textproc/py-marisa/Makefile:1.8 Fri Apr 26 14:12:47 2019
+++ pkgsrc/textproc/py-marisa/Makefile Sun Apr 28 07:12:34 2019
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/04/26 14:12:47 maya Exp $
-#
+# $NetBSD: Makefile,v 1.9 2019/04/28 07:12:34 wiz Exp $
.include "../../textproc/marisa/Makefile.common"
@@ -11,7 +10,7 @@ COMMENT= MARISA python module
USE_LANGUAGES= c c++
PYSETUPSUBDIR= bindings/python
-PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.2.4
+PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.2.4
SUBST_CLASSES+= version
SUBST_STAGE.version= pre-configure
Home |
Main Index |
Thread Index |
Old Index