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
+11 -6
View File
@@ -1,15 +1,19 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_SINGLE_IMPL=1
inherit git-r3 distutils-r1
DESCRIPTION="Scale and tile PDF images/pages to print on multiple pages."
HOMEPAGE="http://pythonhosted.org/pdftools.pdfposter/ https://gitlab.com/pdftools/pdfposter"
EGIT_REPO_URI="https://gitlab.com/pdftools/pdfposter"
EGIT_COMMIT="v${PV}"
PYTHON_COMPAT=( python3_{8,9,10} )
inherit git-r3 distutils-r1
LICENSE="GPL-3"
SLOT="0"
@@ -17,9 +21,10 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
>=dev-python/PyPDF2-2.1.1[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
RDEPEND="$(python_gen_cond_dep '
dev-python/pypdf[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
')
${DEPEND}"
python_install_all() {