pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-html5-parser py-html5-parser: not for Pyth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c80bef7c7139
branches:  trunk
changeset: 389136:c80bef7c7139
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 30 17:03:45 2022 +0000

description:
py-html5-parser: not for Python 2.7

diffstat:

 textproc/py-html5-parser/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r a2cf7b97ec2e -r c80bef7c7139 textproc/py-html5-parser/Makefile
--- a/textproc/py-html5-parser/Makefile Wed Nov 30 17:02:32 2022 +0000
+++ b/textproc/py-html5-parser/Makefile Wed Nov 30 17:03:45 2022 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index