Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/filebytes/
Date: Fri, 28 Jan 2022 05:18:48
Message-Id: 1643347006.016e5ae4129e1f73c754ad770590220d5a9cee52.sam@gentoo
1 commit: 016e5ae4129e1f73c754ad770590220d5a9cee52
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 04:36:52 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 05:16:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016e5ae4
7
8 dev-python/filebytes: convert to PEP517
9
10 See: https://github.com/gentoo/gentoo/pull/23806
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/filebytes/filebytes-0.10.2.ebuild | 4 +---
14 dev-python/filebytes/filebytes-9999.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/filebytes/filebytes-0.10.2.ebuild b/dev-python/filebytes/filebytes-0.10.2.ebuild
18 index 6dcf19310aed..e7dd4c7a61bf 100644
19 --- a/dev-python/filebytes/filebytes-0.10.2.ebuild
20 +++ b/dev-python/filebytes/filebytes-0.10.2.ebuild
21 @@ -3,6 +3,7 @@
22
23 EAPI=8
24
25 +DISTUTILS_USE_PEP517=setuptools
26 PYTHON_COMPAT=( python3_{9..10} )
27
28 inherit distutils-r1
29 @@ -20,6 +21,3 @@ fi
30
31 LICENSE="BSD"
32 SLOT="0"
33 -
34 -DEPEND="${PYTHON_DEPS}"
35 -RDEPEND="${DEPEND}"
36
37 diff --git a/dev-python/filebytes/filebytes-9999.ebuild b/dev-python/filebytes/filebytes-9999.ebuild
38 index 6dcf19310aed..e7dd4c7a61bf 100644
39 --- a/dev-python/filebytes/filebytes-9999.ebuild
40 +++ b/dev-python/filebytes/filebytes-9999.ebuild
41 @@ -3,6 +3,7 @@
42
43 EAPI=8
44
45 +DISTUTILS_USE_PEP517=setuptools
46 PYTHON_COMPAT=( python3_{9..10} )
47
48 inherit distutils-r1
49 @@ -20,6 +21,3 @@ fi
50
51 LICENSE="BSD"
52 SLOT="0"
53 -
54 -DEPEND="${PYTHON_DEPS}"
55 -RDEPEND="${DEPEND}"