pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-html2text



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Wed Oct  9 21:26:12 UTC 2019

Modified Files:
        pkgsrc/textproc/py-html2text: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/textproc/py-html2text/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-html2text/Makefile
diff -u pkgsrc/textproc/py-html2text/Makefile:1.54 pkgsrc/textproc/py-html2text/Makefile:1.55
--- pkgsrc/textproc/py-html2text/Makefile:1.54  Sun Sep 29 12:18:42 2019
+++ pkgsrc/textproc/py-html2text/Makefile       Wed Oct  9 21:26:12 2019
@@ -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 @@ COMMENT=      Convert HTML into easy-to-read 
 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