commit: 7de5c7abd010c60556efc80d83ca9d20839fff71
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 22 13:48:58 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 13:51:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7de5c7ab
app-text/pdfminer: drop 20221105
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-text/pdfminer/Manifest | 1 -
app-text/pdfminer/pdfminer-20221105.ebuild | 36 ------------------------------
2 files changed, 37 deletions(-)
diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest
index e374a866227e..7d0f3ef8a6eb 100644
--- a/app-text/pdfminer/Manifest
+++ b/app-text/pdfminer/Manifest
@@ -1,2 +1 @@
-DIST pdfminer.six-20221105.gh.tar.gz 10857730 BLAKE2B
dd9282bfc3c636676f087e6ffc2cfb137f66eee18427f08de488c7bdc13bd27b6cc674d3b75c93d1566668272ee4111e3347664a70152bd4b2f7e4e63664d01b
SHA512
72034a75005c91100274f86baa4c8884caad86aacf94ca9d0d5a51d8b3c772aa0bcd766416bed9e26df00bd9a2be585649eaa24321735f532e40a3871e19c6df
DIST pdfminer.six-20240706.gh.tar.gz 11010877 BLAKE2B
7253d9fbdd44bce80b46d2006caa530b628327c2a2c5d68dd165267b7f2c1078895361da62b508991e4c0938163835a3381356e7353efd7208ee7b9e5ee3a0bd
SHA512
01359926e889788daf92db8845978c3cd6e0b88c0659041d2df26d48e558a2918aa373ab86db19bc3c314220ed8c5070778d5b7fd1457b9145fe67aa735a94b5
diff --git a/app-text/pdfminer/pdfminer-20221105.ebuild
b/app-text/pdfminer/pdfminer-20221105.ebuild
deleted file mode 100644
index b02a4d3e19e6..000000000000
--- a/app-text/pdfminer/pdfminer-20221105.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1
-
-MY_P="${PN}.six-${PV}"
-DESCRIPTION="Python tool for extracting information from PDF documents"
-HOMEPAGE="https://pdfminersix.readthedocs.io/en/latest/"
-# Release tarballs lack tests
-SRC_URI="https://github.com/pdfminer/pdfminer.six/archive/refs/tags/${PV}.tar.gz
-> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-RDEPEND=">=dev-python/charset-normalizer-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-36.0.0[${PYTHON_USEDEP}]"
-
-distutils_enable_sphinx docs/source "dev-python/sphinx-argparse"
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i -e "s:__VERSION__:${PV}:g" pdfminer/__init__.py || die
- distutils-r1_python_prepare_all
-}
-
-python_install_all() {
- use examples && dodoc -r samples
- distutils-r1_python_install_all
-}