diff options
author | 2024-07-30 04:37:10 +0200 | |
---|---|---|
committer | 2024-07-30 04:45:48 +0200 | |
commit | f33b23225a0f1f5b870c03c713cd0898d3a0441b (patch) | |
tree | 92c2aebcf66001892ffe03a14621dc0cbc8f7cf7 /dev-python | |
parent | dev-python/tenacity: Bump to 9.0.0 (diff) | |
download | gentoo-f33b23225a0f1f5b870c03c713cd0898d3a0441b.tar.gz gentoo-f33b23225a0f1f5b870c03c713cd0898d3a0441b.tar.bz2 gentoo-f33b23225a0f1f5b870c03c713cd0898d3a0441b.zip |
dev-python/lxml-html-clean: Bump to 0.2.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/lxml-html-clean/Manifest | 1 | ||||
-rw-r--r-- | dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/lxml-html-clean/Manifest b/dev-python/lxml-html-clean/Manifest index 377c78223a4e..2149cd0969f1 100644 --- a/dev-python/lxml-html-clean/Manifest +++ b/dev-python/lxml-html-clean/Manifest @@ -1 +1,2 @@ DIST lxml_html_clean-0.1.1.tar.gz 14086 BLAKE2B 5ff4c01847298fc7c63b3243805ae9cd9013a4bc0b263d3235344cb6a46b4e09d4f2c5d559e4fb311f7dc1c92262feaa53caa3562dff1e65b302af65abbd025a SHA512 f297a17f84cec472026d12246f95013bf6c0cab932dccb6432a1140503d62255a3a9357798047044175ce8f9d1d86d3ea9a73a732ec299d65263ccf637315e95 +DIST lxml_html_clean-0.2.0.tar.gz 15438 BLAKE2B 570ac3e0a5861692a439fc2a52ee34e40c659ee3c6bf1b990b1e9dc47f25feedd654cf8f4f1f4c27a49e00c6a8be7940492405d5ad61920c29c1c464609848f6 SHA512 67908512294932454ae461d6371c5dd525e2c21b67b6fd437f4a4ecda7bbb6c617526f9541d4ad0fe624e3f8506ed8a391cd766167f2054a685d96ef18b7e53f diff --git a/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild b/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild new file mode 100644 index 000000000000..ac4b4f9c6383 --- /dev/null +++ b/dev-python/lxml-html-clean/lxml-html-clean-0.2.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Separate project for HTML cleaning functionalities copied from lxml.html.clean" +HOMEPAGE=" + https://pypi.org/project/lxml-html-clean/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-python/lxml-5.2.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |