summaryrefslogtreecommitdiff
path: root/dev-python/readability-lxml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/readability-lxml
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/readability-lxml')
-rw-r--r--dev-python/readability-lxml/Manifest1
-rw-r--r--dev-python/readability-lxml/metadata.xml13
-rw-r--r--dev-python/readability-lxml/readability-lxml-0.8.4.1.ebuild36
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/readability-lxml/Manifest b/dev-python/readability-lxml/Manifest
deleted file mode 100644
index 095d8e8407fe..000000000000
--- a/dev-python/readability-lxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index ac7d787a00bd..000000000000
--- a/dev-python/readability-lxml/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<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>
-</pkgmetadata>
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
deleted file mode 100644
index 36d5b20858d9..000000000000
--- a/dev-python/readability-lxml/readability-lxml-0.8.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-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