diff --git a/dev-python/pdfminer-six/Manifest b/dev-python/pdfminer-six/Manifest deleted file mode 100644 index cc1d5cb765..0000000000 --- a/dev-python/pdfminer-six/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST pdfminer-six-20201018.tar.gz 10256409 BLAKE2B 87e4b693621efc36c0f248d977c8c4310d8865629bc459c8f2bb65385ae215ce07701a016e8a5f31a81f84dc596dca9f58895ac98ad34f7549ea557282cfcc9e SHA512 62d3ef815072627baf30cda966f6914422ff4df4945e0442bdaa93e04f42d2e0874f0dba46cec0f789308d787f1c8842e913bb0b590709c22faf12f605ae258e -DIST pdfminer.six-20220319.tar.gz 7356602 BLAKE2B e4ba2e62e923b53bcbd15dc2fdde11ededd6acee0f76cbbd5bb68eccc7d612c4f3d92edaf2b63e30586a2390360ff4bfdcec55515b66846b12494d569cb8cb7f SHA512 b11d4a306a1b4c0f022bd2628d26254069cec6a74b3375f1b335b7b31077fcc9377e8d8ea04ca5accf1133f111f6c2b70d9c25e12341536cc27f9411ca0f05e2 diff --git a/dev-python/pdfminer-six/metadata.xml b/dev-python/pdfminer-six/metadata.xml deleted file mode 100644 index c155fa2dd2..0000000000 --- a/dev-python/pdfminer-six/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - alarig@swordarmor.fr - Alarig Le Lay - - - Carlos Eduardo - carana2099@gmail.com - - diff --git a/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild b/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild deleted file mode 100644 index 0289dc6250..0000000000 --- a/dev-python/pdfminer-six/pdfminer-six-20201018.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) - -inherit distutils-r1 - -MY_PN="${PN/-/.}" - -DESCRIPTION="Community maintained fork of pdfminer" -HOMEPAGE="https://github.com/pdfminer/pdfminer.six" -SRC_URI="https://github.com/pdfminer/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/chardet-3.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -distutils_enable_tests nose -distutils_enable_sphinx docs/source dev-python/sphinx-argparse diff --git a/dev-python/pdfminer-six/pdfminer-six-20220319-r1.ebuild b/dev-python/pdfminer-six/pdfminer-six-20220319-r1.ebuild deleted file mode 100644 index 0e5bf17976..0000000000 --- a/dev-python/pdfminer-six/pdfminer-six-20220319-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9,10} ) - -inherit distutils-r1 - -MY_PN="${PN/-/.}" - -DESCRIPTION="Community maintained fork of pdfminer" -HOMEPAGE="https://github.com/pdfminer/pdfminer.six" -SRC_URI="https://github.com/pdfminer/${MY_PN}/releases/download/${PV}/${MY_PN}-${PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/chardet-3.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/sortedcontainers[${PYTHON_USEDEP}] -" - -S="${WORKDIR}/${MY_PN}-${PV}" - -distutils_enable_tests pytest -distutils_enable_sphinx docs/source dev-python/sphinx-argparse