summaryrefslogtreecommitdiff
path: root/textproc/py-html5-parser
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-11-30 17:03:45 +0000
committeradam <adam@pkgsrc.org>2022-11-30 17:03:45 +0000
commit4c37bb4e7f3e69b1ce8949a4c3d0ea723b8e73ef (patch)
tree315b6a25a786a0d18b56747b0d08714d8f07e20f /textproc/py-html5-parser
parent8f6a159cf92adfe1d8fe6b7f798adc39e714a2a6 (diff)
downloadpkgsrc-4c37bb4e7f3e69b1ce8949a4c3d0ea723b8e73ef.tar.gz
py-html5-parser: not for Python 2.7
Diffstat (limited to 'textproc/py-html5-parser')
-rw-r--r--textproc/py-html5-parser/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-html5-parser/Makefile b/textproc/py-html5-parser/Makefile
index 56386d5c393..a4ade8460c6 100644
--- a/textproc/py-html5-parser/Makefile
+++ b/textproc/py-html5-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2022/11/23 16:21:12 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/11/30 17:03:45 adam Exp $
DISTNAME= html5-parser-0.4.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,13 +12,13 @@ COMMENT= Fast, standards-compliant, C-based HTML5 parser
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
+DEPENDS+= ${PYPKGPREFIX}-chardet-[0-9]*:../../converters/py-chardet
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.8.0:../../textproc/py-lxml
-PYTHON_VERSIONED_DEPENDENCIES+= chardet
-
USE_TOOLS+= pkg-config
-.include "../../lang/python/versioned_dependencies.mk"
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-beautifulsoup4
+
.include "../../lang/python/egg.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"