pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-sentencepiece
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 25 14:55:28 UTC 2023
Modified Files:
pkgsrc/textproc/py-sentencepiece: Makefile
Log Message:
py-sentencepiece: not for python 2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sentencepiece/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-sentencepiece/Makefile
diff -u pkgsrc/textproc/py-sentencepiece/Makefile:1.1 pkgsrc/textproc/py-sentencepiece/Makefile:1.2
--- pkgsrc/textproc/py-sentencepiece/Makefile:1.1 Mon Mar 13 14:18:27 2023
+++ pkgsrc/textproc/py-sentencepiece/Makefile Tue Apr 25 14:55:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/03/13 14:18:27 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/04/25 14:55:28 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,6 +6,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/python
USE_TOOLS+= pkg-config
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../textproc/sentencepiece/Makefile.common"
.include "../../textproc/sentencepiece/buildlink3.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index