pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-html5lib
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 11:57:06 UTC 2025
Modified Files:
pkgsrc/textproc/py-html5lib: Makefile PLIST
Log Message:
py-html5lib: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/py-html5lib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-html5lib/PLIST
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-html5lib/Makefile
diff -u pkgsrc/textproc/py-html5lib/Makefile:1.18 pkgsrc/textproc/py-html5lib/Makefile:1.19
--- pkgsrc/textproc/py-html5lib/Makefile:1.18 Mon Nov 11 07:29:03 2024
+++ pkgsrc/textproc/py-html5lib/Makefile Sun Apr 13 11:57:06 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2024/11/11 07:29:03 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2025/04/13 11:57:06 wiz Exp $
DISTNAME= html5lib-1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc www python
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5lib/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/html5lib/ht
COMMENT= HTML5 parser and tokenizer
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-genshi-[0-9]*:../../www/py-genshi
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
@@ -21,7 +21,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-expec
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-html5lib/PLIST
diff -u pkgsrc/textproc/py-html5lib/PLIST:1.10 pkgsrc/textproc/py-html5lib/PLIST:1.11
--- pkgsrc/textproc/py-html5lib/PLIST:1.10 Tue Apr 30 09:01:14 2024
+++ pkgsrc/textproc/py-html5lib/PLIST Sun Apr 13 11:57:06 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.10 2024/04/30 09:01:14 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.11 2025/04/13 11:57:06 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/html5lib/__init__.py
${PYSITELIB}/html5lib/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index