pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-markovify
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 25 01:29:13 UTC 2022
Modified Files:
pkgsrc/textproc/py-markovify: Makefile
Log Message:
py-moarkovify: python 2.7 not supported
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-markovify/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-markovify/Makefile
diff -u pkgsrc/textproc/py-markovify/Makefile:1.9 pkgsrc/textproc/py-markovify/Makefile:1.10
--- pkgsrc/textproc/py-markovify/Makefile:1.9 Fri Jan 21 16:25:00 2022
+++ pkgsrc/textproc/py-markovify/Makefile Tue Jan 25 01:29:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/01/21 16:25:00 nikita Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/25 01:29:13 wiz Exp $
DISTNAME= markovify-0.9.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index