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/rebulk/
Date: Thu, 19 May 2022 07:32:03
Message-Id: 1652945513.bb055e083183558606e709cf2fc858c2096bf888.mgorny@gentoo
1 commit: bb055e083183558606e709cf2fc858c2096bf888
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 07:25:05 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 07:31:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb055e08
7
8 dev-python/rebulk: Use PEP517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../rebulk/{rebulk-3.1.0.ebuild => rebulk-3.1.0-r1.ebuild} | 14 ++++++++++----
13 dev-python/rebulk/rebulk-3.1.0.ebuild | 2 +-
14 2 files changed, 11 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
17 similarity index 73%
18 copy from dev-python/rebulk/rebulk-3.1.0.ebuild
19 copy to dev-python/rebulk/rebulk-3.1.0-r1.ebuild
20 index 07104a1fea0b..584c608cc428 100644
21 --- a/dev-python/rebulk/rebulk-3.1.0.ebuild
22 +++ b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
23 @@ -1,20 +1,26 @@
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=8
29
30 +DISTUTILS_USE_PEP517=setuptools
31 PYTHON_COMPAT=( python3_{8..10} )
32 +
33 inherit distutils-r1
34
35 DESCRIPTION="Python library that performs advanced searches in strings"
36 -HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/"
37 +HOMEPAGE="
38 + https://github.com/Toilal/rebulk/
39 + https://pypi.org/project/rebulk/
40 +"
41 SRC_URI="
42 https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
43 - -> ${P}.gh.tar.gz"
44 + -> ${P}.gh.tar.gz
45 +"
46
47 LICENSE="MIT Apache-2.0"
48 SLOT="0"
49 -KEYWORDS="amd64 ~arm ~arm64 x86"
50 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
51
52 distutils_enable_tests pytest
53
54
55 diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild b/dev-python/rebulk/rebulk-3.1.0.ebuild
56 index 07104a1fea0b..0b51e9b993f6 100644
57 --- a/dev-python/rebulk/rebulk-3.1.0.ebuild
58 +++ b/dev-python/rebulk/rebulk-3.1.0.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2021 Gentoo Authors
61 +# Copyright 1999-2022 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=8