commit: 3e30db72e8c0e6dd864cd6042171b3f3d7de38bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 21:13:08 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 21:13:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e30db72
dev-python/pydecomp: Switch to PEP 517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../pydecomp/{pydecomp-9999.ebuild => pydecomp-0.3-r3.ebuild} | 6 ++++--
dev-python/pydecomp/pydecomp-9999.ebuild | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild
b/dev-python/pydecomp/pydecomp-0.3-r3.ebuild
similarity index 83%
copy from dev-python/pydecomp/pydecomp-9999.ebuild
copy to dev-python/pydecomp/pydecomp-0.3-r3.ebuild
index 007ab948ae8d..145b4f654392 100644
--- a/dev-python/pydecomp/pydecomp-9999.ebuild
+++ b/dev-python/pydecomp/pydecomp-0.3-r3.ebuild
@@ -1,10 +1,10 @@
-# 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} )
-DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
@@ -23,3 +23,5 @@ HOMEPAGE="https://github.com/dol-sen/pyDeComp"
LICENSE="BSD"
SLOT="0"
+
+PATCHES=( "${FILESDIR}/${PV}-no-pixz-index.patch" )
diff --git a/dev-python/pydecomp/pydecomp-9999.ebuild
b/dev-python/pydecomp/pydecomp-9999.ebuild
index 007ab948ae8d..8266a320a04b 100644
--- a/dev-python/pydecomp/pydecomp-9999.ebuild
+++ b/dev-python/pydecomp/pydecomp-9999.ebuild
@@ -1,10 +1,10 @@
-# 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} )
-DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1