From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydecomp/
Date: Sat, 29 Jan 2022 21:19:26 +0000 (UTC) [thread overview]
Message-ID: <1643490788.3e30db72e8c0e6dd864cd6042171b3f3d7de38bc.mgorny@gentoo> (raw)
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
next reply other threads:[~2022-01-29 21:19 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-29 21:19 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-15 1:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydecomp/ Zac Medico
2023-01-09 15:27 Matt Turner
2022-05-14 11:11 WANG Xuerui
2022-05-14 11:11 WANG Xuerui
2022-03-15 14:05 Michał Górny
2022-03-15 11:27 Jakov Smolić
2022-03-15 9:22 Michał Górny
2022-02-02 7:29 Sam James
2021-11-22 0:25 Georgy Yakovlev
2021-11-18 12:26 Agostino Sarubbo
2021-11-18 12:25 Agostino Sarubbo
2021-11-18 12:24 Agostino Sarubbo
2021-11-18 6:45 Georgy Yakovlev
2021-11-18 5:38 Sam James
2021-11-18 5:38 Sam James
2021-11-18 5:37 Sam James
2021-09-22 7:39 Arthur Zamarin
2021-07-11 13:00 Brian Dolbec
2021-02-20 15:34 Ben Kohler
2021-02-20 15:34 Ben Kohler
2020-05-31 17:11 Mike Frysinger
2020-04-15 2:49 Mike Gilbert
2020-04-04 19:13 Matt Turner
2020-01-07 14:23 Ben Kohler
2020-01-07 14:23 Ben Kohler
2019-05-04 19:20 Andreas K. Hüttel
2018-09-25 11:38 Ben Kohler
2018-08-06 14:46 Brian Dolbec
2018-07-21 20:26 Brian Dolbec
2017-12-02 17:32 Brian Dolbec
2017-05-11 12:28 Manuel Rüger
2016-04-18 4:43 Michał Górny
2016-02-07 5:39 Brian Dolbec
2015-11-10 7:46 Mike Frysinger
2015-09-11 15:36 Brian Dolbec
2015-09-11 5:26 Brian Dolbec
2015-09-06 3:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyDeComp/ Richard Farina
2015-09-06 2:41 Richard Farina
2015-09-06 2:39 Richard Farina
2015-09-03 16:53 Brian Dolbec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1643490788.3e30db72e8c0e6dd864cd6042171b3f3d7de38bc.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox