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
+1 -1
View File
@@ -1 +1 @@
EBUILD pdfposter-0.8.1.ebuild 699 BLAKE2B 03c3b1272f8f540d5a6c8f78f37113c64406e772e1759123d9ff3ea0be239f1cd84f878ce7cdb1c3c53be5a9b6bbdd4164eee0c7f74c984a12ed23b9e78de441 SHA512 888574e8e69bd836dbcd8269d21e96dd05cc5d25686ea23a25ba256857c2714bd7628c3b809ae483443f4f94dac445a5350cbf89791552ec5104362ce86965cc
EBUILD pdfposter-0.8.1.ebuild 776 BLAKE2B 84259fd7ef5db0ef3f3955598c13c3f642381d223ab8f5a9ef69ef6fe582a2c8bd6d8b7352fd462961b8201ad7d38ae6505e02d23ffbb089b1c0949144bb22fd SHA512 7c7b46ec05397f878d7f162f7b5404fe1c57f686320b5f27c80b832c9ceb8d7d827920ffd9de65856194788bf0602982befae352edd2f866a6a01cf2f56b147b
+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() {