Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/svg2rlg/
Date: Sun, 27 Nov 2022 16:53:48
Message-Id: 1669568016.c003986201ab3c7b8e92bca2250221728f4e6420.mgorny@gentoo
1 commit: c003986201ab3c7b8e92bca2250221728f4e6420
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 16:51:12 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 16:53:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0039862
7
8 media-gfx/svg2rlg: Use PEP517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 media-gfx/svg2rlg/{svg2rlg-0.4.0.ebuild => svg2rlg-0.4.0-r1.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
16 similarity index 94%
17 rename from media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
18 rename to media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
19 index c2e08afe278a..be2df4b72a60 100644
20 --- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
21 +++ b/media-gfx/svg2rlg/svg2rlg-0.4.0-r1.ebuild
22 @@ -1,9 +1,11 @@
23 # Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=7
27 +EAPI=8
28
29 +DISTUTILS_USE_PEP517=setuptools
30 PYTHON_COMPAT=( python3_{8..10} )
31 +
32 inherit distutils-r1
33
34 DESCRIPTION="Converts SVG files to PDFs or reportlab graphics"