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: dev-python/smartypants/
Date: Sun, 30 Jan 2022 13:09:49
Message-Id: 1643548171.1c6c3c39d974cbfd7bc0f0962e9f9698e9eab3fa.mgorny@gentoo
1 commit: 1c6c3c39d974cbfd7bc0f0962e9f9698e9eab3fa
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 12:47:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 13:09:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6c3c39
7
8 dev-python/smartypants: Switch to PEP 517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{smartypants-9999.ebuild => smartypants-2.0.1-r1.ebuild} | 8 ++++----
13 dev-python/smartypants/smartypants-9999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
17 similarity index 79%
18 copy from dev-python/smartypants/smartypants-9999.ebuild
19 copy to dev-python/smartypants/smartypants-2.0.1-r1.ebuild
20 index 418910a52b87..c5c6b78000bf 100644
21 --- a/dev-python/smartypants/smartypants-9999.ebuild
22 +++ b/dev-python/smartypants/smartypants-2.0.1-r1.ebuild
23 @@ -1,10 +1,10 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30
31 +DISTUTILS_USE_PEP517=setuptools
32 PYTHON_COMPAT=( python3_{6..10} )
33 -DISTUTILS_USE_SETUPTOOLS=no
34
35 MY_PN="${PN}.py"
36 MY_P="${MY_PN}-${PV}"
37 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then
38 inherit git-r3
39 else
40 SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
43 S="${WORKDIR}/${MY_P}"
44 fi
45
46
47 diff --git a/dev-python/smartypants/smartypants-9999.ebuild b/dev-python/smartypants/smartypants-9999.ebuild
48 index 418910a52b87..c5c6b78000bf 100644
49 --- a/dev-python/smartypants/smartypants-9999.ebuild
50 +++ b/dev-python/smartypants/smartypants-9999.ebuild
51 @@ -1,10 +1,10 @@
52 -# Copyright 1999-2021 Gentoo Authors
53 +# Copyright 1999-2022 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 -EAPI=7
57 +EAPI=8
58
59 +DISTUTILS_USE_PEP517=setuptools
60 PYTHON_COMPAT=( python3_{6..10} )
61 -DISTUTILS_USE_SETUPTOOLS=no
62
63 MY_PN="${PN}.py"
64 MY_P="${MY_PN}-${PV}"
65 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then
66 inherit git-r3
67 else
68 SRC_URI="https://github.com/leohemsted/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
69 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
70 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
71 S="${WORKDIR}/${MY_P}"
72 fi