New packages for paper2remarkable
This commit is contained in:
parent
38003ffab1
commit
5b79c65f2f
11 changed files with 150 additions and 0 deletions
2
dev-python/pdfplumber/Manifest
Normal file
2
dev-python/pdfplumber/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST pdfplumber-0.5.28.tar.gz 45725 BLAKE2B 0e18100a021bdda2fc334627f746b84bd35388574aaee92262587675c30b1936715e7ba66858e55bf4c2bc155060661ce1f4e36dcf840192e0b71330615fcafa SHA512 342f8e7d85841c776de411754bc47845a01615adf8d608ea30837fcea7d6a4240e3bacaa81f8ded7b2848286f2863518f5d3e9ded62d19dd2f7a30fdfbc92e2b
|
||||
EBUILD pdfplumber-0.5.28.ebuild 574 BLAKE2B 1fe7c8862306221792c1c6b80defff3cce50c6ca8d35105463e7ca2c405049ee90332acc872c8b1bc6b421d6f5ae8cc40bdbd772c44626fd74673a32fd758b75 SHA512 7342e23cbcd946c213279c9127d66786d3a103fd9f919b9a73be1ff557c5457ee05267fdddce441999c12bb14c244367b358fd60082ae3a694d9aca55ddde8f3
|
||||
24
dev-python/pdfplumber/pdfplumber-0.5.28.ebuild
Normal file
24
dev-python/pdfplumber/pdfplumber-0.5.28.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8,9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Plumb a PDF for detailed information about each char, rectangle, and line."
|
||||
HOMEPAGE="https://github.com/jsvine/pdfplumber"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
app-text/pdfminer[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-7[${PYTHON_USEDEP}]
|
||||
dev-python/wand[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue