pdfposter, engineering-notation

This commit is contained in:
Torsten Kurbad
2023-07-03 12:44:26 +02:00
parent 6e2cd77ac4
commit 60d02acf34
5 changed files with 30 additions and 16 deletions
@@ -3,7 +3,9 @@
# $Id$
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
MY_PN="engineering_notation"
@@ -26,8 +28,10 @@ IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="dev-python/flake8[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]"
RDEPEND="$(python_gen_cond_dep '
dev-python/flake8[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
')"
DEPEND="${RDEPEND}"