Skip to content

Commit

Permalink
dev-python/pdfrw: bump to python 3.9
Browse files Browse the repository at this point in the history
passes tests

Signed-off-by: Zamarin Arthur <[email protected]>
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
arthurzam authored and mgorny committed May 23, 2021
1 parent f404472 commit 8ee9fec
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions dev-python/pdfrw/pdfrw-0.4_p1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{7..8} )
PYTHON_COMPAT=( python3_{7..9} )

inherit distutils-r1

Expand All @@ -27,14 +27,11 @@ fi

LICENSE="BSD MIT"
SLOT="0"
IUSE="crypt test"
IUSE="crypt"

BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
crypt? ( dev-python/pycryptodome[${PYTHON_USEDEP}] )
test? ( dev-python/reportlab[${PYTHON_USEDEP}]
>=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )"

RESTRICT="!test? ( test )"
test? ( dev-python/reportlab[${PYTHON_USEDEP}] )"

# unittest would be sufficient but its output is unreadable
distutils_enable_tests pytest
Expand Down

0 comments on commit 8ee9fec

Please sign in to comment.