pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-html2text Mark package incompatible with P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5ed2cc0fb12
branches:  trunk
changeset: 415554:d5ed2cc0fb12
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Wed Oct 09 21:26:12 2019 +0000

description:
Mark package incompatible with Python 2.7 (anything < 3.4).
It is not noted clearly in the release notes; see commit
https://github.com/Alir3z4/html2text/commit/b361467894fb277563b4547ec9d4df49f5e0c6e3

diffstat:

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

diffs (17 lines):

diff -r 9c8687928e67 -r d5ed2cc0fb12 textproc/py-html2text/Makefile
--- a/textproc/py-html2text/Makefile    Wed Oct 09 19:18:56 2019 +0000
+++ b/textproc/py-html2text/Makefile    Wed Oct 09 21:26:12 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/09/29 12:18:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.55 2019/10/09 21:26:12 rhialto Exp $
 
 DISTNAME=      html2text-2019.9.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       gnu-gpl-v3
 
 USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} html2text html2text-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index