pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-markovify py-moarkovify: python 2.7 not su...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/014d53c2a5f9
branches:  trunk
changeset: 372445:014d53c2a5f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:29:13 2022 +0000

description:
py-moarkovify: python 2.7 not supported

diffstat:

 textproc/py-markovify/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 845ba2ef54d6 -r 014d53c2a5f9 textproc/py-markovify/Makefile
--- a/textproc/py-markovify/Makefile    Tue Jan 25 01:28:26 2022 +0000
+++ b/textproc/py-markovify/Makefile    Tue Jan 25 01:29:13 2022 +0000
@@ -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 @@
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index