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/f5f538e2d2fb
branches: trunk
changeset: 402428:f5f538e2d2fb
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 bcc38360badd -r f5f538e2d2fb 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