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:   schmonz
Date:           Wed Feb 28 11:56:39 UTC 2024

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

Log Message:
py-html2text: needs py-setuptools to build.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 pkgsrc/textproc/py-html2text/Makefile:1.61
--- pkgsrc/textproc/py-html2text/Makefile:1.60  Tue Feb 27 19:34:05 2024
+++ pkgsrc/textproc/py-html2text/Makefile       Wed Feb 28 11:56:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2024/02/27 19:34:05 schmonz Exp $
+# $NetBSD: Makefile,v 1.61 2024/02/28 11:56:39 schmonz Exp $
 
 DISTNAME=      html2text-2024.2.26
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://alir3z4.github.io/html
 COMMENT=       Convert HTML into easy-to-read plain ASCII text
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index