public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
@ 2022-07-11  6:54 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-07-11  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     64f06343c1fe41aa18209f0c091eac9885912cbf
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jul  8 06:44:40 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 06:46:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64f06343

dev-python/readability-lxml: add 0.8.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/readability-lxml/Manifest               |  1 +
 dev-python/readability-lxml/metadata.xml           | 11 +++++
 .../readability-lxml/readability-lxml-0.8.1.ebuild | 49 ++++++++++++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
index 1fa7d079c..50da2ee3e 100644
--- a/dev-python/readability-lxml/Manifest
+++ b/dev-python/readability-lxml/Manifest
@@ -1 +1,2 @@
 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/metadata.xml b/dev-python/readability-lxml/metadata.xml
new file mode 100644
index 000000000..9aea3f5df
--- /dev/null
+++ b/dev-python/readability-lxml/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">readability-lxml</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
new file mode 100644
index 000000000..b43ed4e03
--- /dev/null
+++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+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}]
+	|| ( ( $(python_gen_cond_dep \
+			'dev-python/cchardet[${PYTHON_USEDEP}]' python3_{8..10}) )
+		dev-python/chardet[${PYTHON_USEDEP}]
+	)
+"
+BDEPEND="
+	test? (
+		$(python_gen_cond_dep \
+			'dev-python/timeout-decorator[${PYTHON_USEDEP}]' python3_{8..11})
+	)
+"
+
+distutils_enable_tests unittest
+
+distutils_enable_sphinx doc/source \
+	dev-python/recommonmark \
+	dev-python/sphinx_rtd_theme
+
+python_test() {
+	[[ ${EPYTHON} == pypy3 ]] && \
+		return 0  # unsatisfied dep
+
+	distutils-r1_python_test
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
  2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-09-26 10:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     655cdb4860c5e8b013c3890309feeb16aedcfe11
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 09:56:52 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:05:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=655cdb48

dev-python/readability-lxml: shorten description

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
index 7ad2ca862..914c911e9 100644
--- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
+++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11})
 inherit distutils-r1
 
-DESCRIPTION="fast python port of arc90's readability tool, updated to match latest readability.js!"
+DESCRIPTION="fast html to text parser (article readability tool)"
 HOMEPAGE="https://github.com/buriy/python-readability"
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
  2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2022-09-26 10:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-09-26 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ce9588883e24fab84d9b01648e923410ea6887af
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 09:57:56 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:05:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ce958888

dev-python/readability-lxml: disable py2.7, py3.5, py3.6, py3.7

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/readability-lxml/readability-lxml-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
index 914c911e9..fc0e6e66b 100644
--- a/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
+++ b/dev-python/readability-lxml/readability-lxml-0.6.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=(python2_7 python3_{5,6,7,8,9,10,11})
+PYTHON_COMPAT=( python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="fast html to text parser (article readability tool)"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
  2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-14 19:12 ` Julien Roy
  0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-05-14 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b472ea0eb3066bc3f713000370c258542f0f76e4
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:06:03 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:06:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b472ea0e

dev-python/readability-lxml: enable py3.12 and disable pypy3

Closes: https://bugs.gentoo.org/931429
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/readability-lxml/readability-lxml-0.8.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 71366d0aec..b6d65c5f4a 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_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..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 \


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
  2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-14 19:12 ` Julien Roy
  0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-05-14 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7055615f0bfa14110c7c95c1cb0382a0e4047809
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:06:29 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:06:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7055615f

dev-python/readability-lxml: drop 0.6.1

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/readability-lxml/Manifest               |  1 -
 .../readability-lxml/readability-lxml-0.6.1.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
index 50da2ee3e0..bf47cccb04 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 5b18a9c652..0000000000
--- 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_{10..11} )
-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}]
-"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
@ 2025-05-02 23:39 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2025-05-02 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0d4399fe2c335862d5f8b62e16a348c5eeb0b224
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri May  2 17:44:07 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri May  2 17:44:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4399fe

dev-python/readability-lxml: enable py3.13

Closes: https://bugs.gentoo.org/847181
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/readability-lxml/readability-lxml-0.8.1.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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 7d6c1b4c1..beebdd815 100644
--- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
+++ b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -43,9 +43,7 @@ distutils_enable_sphinx doc/source \
 	dev-python/recommonmark \
 	dev-python/sphinx-rtd-theme
 
-python_test() {
-	[[ ${EPYTHON} == pypy3 ]] && \
-		return 0  # unsatisfied dep
-
-	distutils-r1_python_test
+src_prepare() {
+	rm readability/compat/two.py || die
+	distutils-r1_src_prepare
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
@ 2025-05-15  5:48 Viorel Munteanu
  0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2025-05-15  5:48 UTC (permalink / raw
  To: gentoo-commits

commit:     5e8c84bce4065c47ad208feb86b9cc335b5d1453
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 13 09:12:04 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May 13 09:12:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e8c84bc

dev-python/readability-lxml: add 0.8.4.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/readability-lxml/Manifest               |  1 +
 dev-python/readability-lxml/metadata.xml           |  4 +++
 .../readability-lxml-0.8.4.1.ebuild                | 36 ++++++++++++++++++++++
 3 files changed, 41 insertions(+)

diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
index bf47cccb0..a2920017a 100644
--- a/dev-python/readability-lxml/Manifest
+++ b/dev-python/readability-lxml/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/readability-lxml/metadata.xml b/dev-python/readability-lxml/metadata.xml
index 38da2b78c..ac7d787a0 100644
--- a/dev-python/readability-lxml/metadata.xml
+++ b/dev-python/readability-lxml/metadata.xml
@@ -3,6 +3,10 @@
 <pkgmetadata>
 	<!-- maintainer-needed -->
 	<upstream>
+		<maintainer>
+			<name>Yuri Baburov</name>
+			<email>burchik@gmail.com</email>
+		</maintainer>
 		<remote-id type="pypi">readability-lxml</remote-id>
 		<remote-id type="github">buriy/python-readability</remote-id>
 	</upstream>

diff --git a/dev-python/readability-lxml/readability-lxml-0.8.4.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.4.1.ebuild
new file mode 100644
index 000000000..144efbf01
--- /dev/null
+++ b/dev-python/readability-lxml/readability-lxml-0.8.4.1.ebuild
@@ -0,0 +1,36 @@
+# 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=poetry
+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/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/lxml[${PYTHON_USEDEP}]
+	dev-python/lxml-html-clean[${PYTHON_USEDEP}]
+	|| (
+		dev-python/faust-cchardet[${PYTHON_USEDEP}]
+		dev-python/chardet[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests unittest
+
+distutils_enable_sphinx doc/source \
+	dev-python/myst-parser \
+	dev-python/sphinx-rtd-theme


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/
@ 2025-09-07 11:02 David Roman
  0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2025-09-07 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     3e133a2cb0872db2d8ec0fa9ebc09ba03c947307
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Sep  7 04:04:58 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Sep  7 04:04:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e133a2c

dev-python/readability-lxml: drop 0.8.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/readability-lxml/Manifest               |  1 -
 .../readability-lxml/readability-lxml-0.8.1.ebuild | 49 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
index a2920017a0..095d8e8407 100644
--- a/dev-python/readability-lxml/Manifest
+++ b/dev-python/readability-lxml/Manifest
@@ -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

diff --git a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild b/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
deleted file mode 100644
index beebdd815e..0000000000
--- a/dev-python/readability-lxml/readability-lxml-0.8.1.ebuild
+++ /dev/null
@@ -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
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-09-07 11:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-07 11:02 [gentoo-commits] repo/proj/guru:master commit in: dev-python/readability-lxml/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2025-05-15  5:48 Viorel Munteanu
2025-05-02 23:39 David Roman
2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 19:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 19:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-09-26 10:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-07-11  6:54 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox