commit:     bb055e083183558606e709cf2fc858c2096bf888
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 07:25:05 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 19 07:31:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb055e08

dev-python/rebulk: Use PEP517 build

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../rebulk/{rebulk-3.1.0.ebuild => rebulk-3.1.0-r1.ebuild} | 14 ++++++++++----
 dev-python/rebulk/rebulk-3.1.0.ebuild                      |  2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild 
b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
similarity index 73%
copy from dev-python/rebulk/rebulk-3.1.0.ebuild
copy to dev-python/rebulk/rebulk-3.1.0-r1.ebuild
index 07104a1fea0b..584c608cc428 100644
--- a/dev-python/rebulk/rebulk-3.1.0.ebuild
+++ b/dev-python/rebulk/rebulk-3.1.0-r1.ebuild
@@ -1,20 +1,26 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python library that performs advanced searches in strings"
-HOMEPAGE="https://github.com/Toilal/rebulk https://pypi.org/project/rebulk/";
+HOMEPAGE="
+       https://github.com/Toilal/rebulk/
+       https://pypi.org/project/rebulk/
+"
 SRC_URI="
        https://github.com/Toilal/rebulk/archive/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz"
+               -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 distutils_enable_tests pytest
 

diff --git a/dev-python/rebulk/rebulk-3.1.0.ebuild 
b/dev-python/rebulk/rebulk-3.1.0.ebuild
index 07104a1fea0b..0b51e9b993f6 100644
--- a/dev-python/rebulk/rebulk-3.1.0.ebuild
+++ b/dev-python/rebulk/rebulk-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8

Reply via email to