mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
py-pdf-parser: add deps required for pdf analysis during development stage
This commit is contained in:
parent
e133f3874a
commit
4023d4f7d2
1 changed files with 7 additions and 6 deletions
|
|
@ -15,17 +15,18 @@ HOMEPAGE="https://github.com/jstockwin/py-pdf-parser"
|
|||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
IUSE="developer"
|
||||
|
||||
RDEPEND="
|
||||
app-text/pdfminer[${PYTHON_USEDEP}]
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/wand[${PYTHON_USEDEP}]
|
||||
"
|
||||
# "matplotlib==3.5.1",
|
||||
# "pillow==9.2.0",
|
||||
# "pyvoronoi==1.0.7",
|
||||
# "shapely==1.8.2",
|
||||
developer? (
|
||||
>=dev-python/matplotlib-3.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyvoronoi-1.0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue