pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-html5-parser
Module Name: pkgsrc
Committed By: adam
Date: Wed Nov 30 17:03:45 UTC 2022
Modified Files:
pkgsrc/textproc/py-html5-parser: Makefile
Log Message:
py-html5-parser: not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-html5-parser/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-html5-parser/Makefile
diff -u pkgsrc/textproc/py-html5-parser/Makefile:1.15 pkgsrc/textproc/py-html5-parser/Makefile:1.16
--- pkgsrc/textproc/py-html5-parser/Makefile:1.15 Wed Nov 23 16:21:12 2022
+++ pkgsrc/textproc/py-html5-parser/Makefile Wed Nov 30 17:03:45 2022
@@ -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-ba
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