diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-15 06:58:16 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-05-15 06:58:16 +0000 |
| commit | 3d4c60ab67ab34063f83de57ca650a2093caa6e5 (patch) | |
| tree | b84fb03b155aee605de7d948e52eddb76dab1143 /dev-python/readability-lxml | |
| parent | f4b148a17b03de6d1241e9e3706c564da5d6fb4b (diff) | |
| download | baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.gz baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.tar.xz baldeagleos-repo-3d4c60ab67ab34063f83de57ca650a2093caa6e5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/readability-lxml')
| -rw-r--r-- | dev-python/readability-lxml/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 22 | ||||
| -rw-r--r-- | dev-python/readability-lxml/readability-lxml-0.8.1.ebuild | 5 |
3 files changed, 3 insertions, 25 deletions
diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest index 50da2ee3e0b9..bf47cccb0498 100644 --- a/dev-python/readability-lxml/Manifest +++ b/dev-python/readability-lxml/Manifest @@ -1,2 +1 @@ -DIST readability-lxml-0.6.1.tar.gz 13741 BLAKE2B 8bae46033e6eb3c171869746291a856267bc8f64ae088969405c5920229447fa470b6e14ea8b32b380c43d30e83ad9371149181d293bbfca6ff13fa271da3d74 SHA512 f7bead871dc84e2cc6dac18ced3f9fa223cd3961204330064e338b2e822ba9af58beb43be42b7f61a7cfb761f7c1d7a339d428c310d6be34b7546328f1eeb276 DIST readability-lxml-0.8.1.gh.tar.gz 78871 BLAKE2B ef179d8bb727c0630e3af763a18170c1956be5cd3b8ad1cfe614b233964225e2e73b814c4ad628780eaffca21881d1ed276f45248a656b8c37ef1e6ccb121e85 SHA512 c5b296a35606f65643f72e7d9ee07d6820a7a6a36ce97350673ea6076b704f7ed72f92ded47dac56690cdf3776eb8fadbb02ea234355a9982d4127976b2e6c6e diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild deleted file mode 100644 index fdf3d046542d..000000000000 --- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="fast html to text parser (article readability tool)" -HOMEPAGE="https://github.com/buriy/python-readability" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/cssselect[${PYTHON_USEDEP}] -" diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild index 830f82c1ac6a..a025d507bf78 100644 --- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild +++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) +PYTHON_COMPAT=( python3_{8,9,10,11,12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -23,6 +23,7 @@ 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}] ( $(python_gen_cond_dep \ |
