head 1.9; access; symbols pkgsrc-2025Q1:1.8.0.4 pkgsrc-2025Q1-base:1.8 pkgsrc-2024Q4:1.8.0.2 pkgsrc-2024Q4-base:1.8 pkgsrc-2024Q3:1.4.0.2 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.9 date 2025.04.12.19.17.27; author adam; state Exp; branches; next 1.8; commitid d8vTo3tvtXWmqNQF; 1.8 date 2024.11.17.12.28.01; author adam; state Exp; branches; next 1.7; commitid 11cOemVfBMsSQZxF; 1.7 date 2024.11.16.10.19.49; author adam; state Exp; branches; next 1.6; commitid j8MA6B0HWFwSaRxF; 1.6 date 2024.11.11.07.29.05; author wiz; state Exp; branches; next 1.5; commitid 1fBDq3LwS98NncxF; 1.5 date 2024.10.14.05.13.13; author adam; state Exp; branches; next 1.4; commitid AHWPnYvHYmnrxAtF; 1.4 date 2024.09.07.05.39.07; author adam; state Exp; branches; next 1.3; commitid x3Qgy5PjqNz5SPoF; 1.3 date 2024.08.29.12.25.11; author adam; state Exp; branches; next 1.2; commitid aAusMVagZclkpInF; 1.2 date 2024.07.30.03.52.59; author adam; state Exp; branches; next 1.1; commitid khsWHsxtGRlpxOjF; 1.1 date 2024.05.27.14.39.28; author adam; state Exp; branches; next ; commitid em9qHZ5f8gXIaEbF; desc @@ 1.9 log @py-lxml-html-clean: updated to 0.4.2 0.4.2 (2025-04-09) Bugs fixed * `lxml_html_clean` now correctly handles HTML input as bytes as it did before the 0.2.0 release. @ text @# $NetBSD: Makefile,v 1.8 2024/11/17 12:28:01 adam Exp $ DISTNAME= lxml_html_clean-0.4.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lxml-html-clean/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/fedora-python/lxml_html_clean COMMENT= HTML cleaner from lxml project LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @py-lxml-html-clean: updated to 0.4.1 0.4.1 (2024-11-15) Bugs fixed * Removed superfluous debug prints. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/11/16 10:19:49 adam Exp $ d3 1 a3 1 DISTNAME= lxml_html_clean-0.4.1 d13 1 a13 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.0:../../devel/py-setuptools @ 1.7 log @py-lxml-html-clean: updated to 0.4.0 0.4.0 (2024-11-12) Bugs fixed * The ``Cleaner()`` now scans for hidden JavaScript code embedded within CSS comments. In certain contexts, such as within ```` or ```` tags, ``