summaryrefslogtreecommitdiff
path: root/app-text/pdfminer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /app-text/pdfminer
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'app-text/pdfminer')
-rw-r--r--app-text/pdfminer/Manifest2
-rw-r--r--app-text/pdfminer/pdfminer-20191020.ebuild9
2 files changed, 4 insertions, 7 deletions
diff --git a/app-text/pdfminer/Manifest b/app-text/pdfminer/Manifest
index d22ad662b641..30995d43f8a1 100644
--- a/app-text/pdfminer/Manifest
+++ b/app-text/pdfminer/Manifest
@@ -1,3 +1,3 @@
DIST pdfminer-20191020.tar.gz 4168016 BLAKE2B 53658853f1c6948a3249b56769c4d9e28cfe8e977b8702c3802f2c3d64f5c9f1d228024a3cbc9a5f288f60c991b2738a7aa131021bdb47c1492c83f9682abb15 SHA512 6ba663440f0ac370742f3a300a55d5f810202d960253931dfdb109a30ce3f71cf3e3dd30af9d0f6257365972452813b4ebc2dbee8031e988b7efb9dac15075d4
-EBUILD pdfminer-20191020.ebuild 787 BLAKE2B d7b9ff93a946cfe3a061846174ca5ca7c06b8f3d9e77eccedc06b3b4afe809fc2496757376d4c94c918bbe0b74bf4912204ddcd22f476d1288f5ac1966993559 SHA512 ca69624a78d30c0233a273e81baf86a20f709b45b5a5702a4f9652990e37951f49eab2c8147e636bcf9dcadbbd0885f49464bbafb2f27ea5b15fb1d02972d54c
+EBUILD pdfminer-20191020.ebuild 709 BLAKE2B a92d317b6e95e0c75a6f7339a817dc48ca820b83f8c8cd6e858020290d8684f767a3d087e348ee4f0b81743227a083675ecdae8aa830c1739af7816ef3f536ff SHA512 3001ccba75ad59ef06e54d5062c3b1a70bc63338cb22209258ed8da76b508ccb1081fc79ed00aa9e091e9924f07d12db88547356ae15a228c1d0a9621423dd18
MISC metadata.xml 238 BLAKE2B 436e60128ac8083524cc8290bfe2eb3eff4af4bafe7a13320972438a85d29da40ada392d2295001add6aed88c9407529e0975a7ae7eefc976655216def9bb36f SHA512 899f64c55b53cf0a2d38498f0b0070d4707a6eb0289d8138c6757f703909dc2b6a009fee9fe640e5c16adca6f2f953cf445ba6e6b8f5f43d9185ef836a611297
diff --git a/app-text/pdfminer/pdfminer-20191020.ebuild b/app-text/pdfminer/pdfminer-20191020.ebuild
index 9f77fd732f32..7e7b3e5ce079 100644
--- a/app-text/pdfminer/pdfminer-20191020.ebuild
+++ b/app-text/pdfminer/pdfminer-20191020.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Python tool for extracting information from PDF documents"
@@ -14,10 +13,8 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="doc examples test"
-RESTRICT="!test? ( test )"
+IUSE="doc examples"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/pycryptodome[${PYTHON_USEDEP}]"
python_compile_all() {