summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-11-27 17:51:12 +0100
committerMichał Górny <mgorny@gentoo.org>2022-11-27 17:53:36 +0100
commitc003986201ab3c7b8e92bca2250221728f4e6420 (patch)
treebf3bd07da186309108cc2b9cb1909d50e42413b5 /media-gfx/svg2rlg
parentmedia-gfx/svg2rlg: Use pytest (diff)
downloadgentoo-c003986201ab3c7b8e92bca2250221728f4e6420.tar.gz
gentoo-c003986201ab3c7b8e92bca2250221728f4e6420.tar.bz2
gentoo-c003986201ab3c7b8e92bca2250221728f4e6420.zip
media-gfx/svg2rlg: Use PEP517 build
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/svg2rlg')
-rw-r--r--media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild (renamed from media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild)4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
index c2e08afe278a..be2df4b72a60 100644
--- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
+++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
@@ -1,9 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} )
+
inherit distutils-r1
DESCRIPTION="Converts SVG files to PDFs or reportlab graphics"