dev-python/readability-lxml: drop 0.8.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2025-09-07 09:04:58 +05:00
parent 37f970194e
commit 3e133a2cb0
2 changed files with 0 additions and 50 deletions

View File

@@ -1,2 +1 @@
DIST readability-lxml-0.8.1.gh.tar.gz 78871 BLAKE2B ef179d8bb727c0630e3af763a18170c1956be5cd3b8ad1cfe614b233964225e2e73b814c4ad628780eaffca21881d1ed276f45248a656b8c37ef1e6ccb121e85 SHA512 c5b296a35606f65643f72e7d9ee07d6820a7a6a36ce97350673ea6076b704f7ed72f92ded47dac56690cdf3776eb8fadbb02ea234355a9982d4127976b2e6c6e
DIST readability-lxml-0.8.4.1.gh.tar.gz 81767 BLAKE2B 5303f61c0317b233693f7d41ce3fb2d66c0bc1dd30997296dd32cc320b2a79cd5f65bb5ab074f623cf5dfc17679dc7c354694ed54661f46ccee34c8b27bdd333 SHA512 74d7163cd46df9ed60655cf0abc401a20001f39c03deb0e86d34942f9e50ddb8e2825b50599b43995f1db2cd26515c1abe03a63e1cab7f737c7aa59347000d25 DIST readability-lxml-0.8.4.1.gh.tar.gz 81767 BLAKE2B 5303f61c0317b233693f7d41ce3fb2d66c0bc1dd30997296dd32cc320b2a79cd5f65bb5ab074f623cf5dfc17679dc7c354694ed54661f46ccee34c8b27bdd333 SHA512 74d7163cd46df9ed60655cf0abc401a20001f39c03deb0e86d34942f9e50ddb8e2825b50599b43995f1db2cd26515c1abe03a63e1cab7f737c7aa59347000d25

View File

@@ -1,49 +0,0 @@
# Copyright 2019-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
MY_PN="python-readability"
DESCRIPTION="fast html to text parser (article readability tool)"
HOMEPAGE="
https://pypi.org/project/readability-lxml/
https://github.com/buriy/python-readability
"
SRC_URI="https://github.com/buriy/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/lxml-html-clean[${PYTHON_USEDEP}]
|| (
dev-python/chardet[${PYTHON_USEDEP}]
dev-python/faust-cchardet[${PYTHON_USEDEP}]
)
"
BDEPEND="
test? (
dev-python/chardet[${PYTHON_USEDEP}]
$(python_gen_cond_dep \
'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_11)
)
"
distutils_enable_tests unittest
distutils_enable_sphinx doc/source \
dev-python/recommonmark \
dev-python/sphinx-rtd-theme
src_prepare() {
rm readability/compat/two.py || die
distutils-r1_src_prepare
}