From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/
Date: Sun, 10 Jul 2022 19:20:20 +0000 (UTC) [thread overview]
Message-ID: <1657480794.96c3a205db773112ed987fa6e3d632febd58092a.dolsen@gentoo> (raw)
commit: 96c3a205db773112ed987fa6e3d632febd58092a
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 19:18:34 2022 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 19:19:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c3a205
app-portage/gentoolkit: Bump to 0.6.1, update 9999
too many bug fixes to list here.
See NEWS file or git log.
Adds py3.11, removes py3.7
Migrated to setuptools
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
app-portage/gentoolkit/Manifest | 1 +
.../{gentoolkit-9999.ebuild => gentoolkit-0.6.1.ebuild} | 8 ++++----
app-portage/gentoolkit/gentoolkit-9999.ebuild | 6 +++---
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app-portage/gentoolkit/Manifest b/app-portage/gentoolkit/Manifest
index 08bf8c5a57b2..492c0d8e388b 100644
--- a/app-portage/gentoolkit/Manifest
+++ b/app-portage/gentoolkit/Manifest
@@ -1,2 +1,3 @@
DIST gentoolkit-0.5.0.tar.gz 3206598 BLAKE2B a379dcbbaba9d52c241fea020b87c458384e44092539947909e14fd6c63fd9cc06d076b8081874edf17fc50e80fe48ceab3400c90046867dc409e7ac39c17231 SHA512 8a5c344f3a17c4c779abbcaa35b5e3f147106dbc61310d0d1a816ec8080914271fa45c311a8feeb1bfe14195af7cf34c0b29142d6e43e2de232dae96fbd00861
DIST gentoolkit-0.5.1.tar.gz 3203805 BLAKE2B de2cd69aec9be79f498b1180a90afb54e77f9d8a47636cd722f2028a906d43874132d55a71bf373b3d10c7c10034f5d8ce0280a35041b0c60a1d5aa2ed6296a1 SHA512 667e464853b17ae297c59fb06e8f4563119a1382470d064c5721ae898e61173e9af5b071c7618d315232e6974fec205e27559785d2816253711de3e83d9e1911
+DIST gentoolkit-0.6.1.tar.gz 3195781 BLAKE2B 27e370de77586b375dc70caa1abba4c2bc4207e8f08e0a7ea2953097135506949db71ff9102a0ead198e4dea425440c57b94ac7a811ca2d5e0016fc7e234bb0d SHA512 1ffc466b69a9c53f1bbd40f6f4d1eb33d5f0f4287bb65ba1a7b1b2675ad61ecffa55ed9fda7c1ae8148744f0a77e224315eb1903dfd61a2a3dab1600fc672d2d
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
similarity index 95%
copy from app-portage/gentoolkit/gentoolkit-9999.ebuild
copy to app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
index 9c1afefeba26..c9406219f5e3 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1 tmpfiles
@@ -26,7 +26,7 @@ SLOT="0"
DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- sys-apps/gawk
+ virtual/awk
sys-apps/gentoo-functions"
distutils_enable_tests setup.py
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 9c1afefeba26..d030b9327a92 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -3,8 +3,8 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1 tmpfiles
@@ -26,7 +26,7 @@ SLOT="0"
DEPEND="
sys-apps/portage[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
- sys-apps/gawk
+ virtual/awk
sys-apps/gentoo-functions"
distutils_enable_tests setup.py
next reply other threads:[~2022-07-10 19:20 UTC|newest]
Thread overview: 162+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-10 19:20 Brian Dolbec [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 16:59 [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ Michał Górny
2025-03-06 20:10 Sam James
2024-11-01 1:10 Matt Turner
2024-10-22 1:34 Sam James
2024-09-10 8:10 Jakov Smolić
2024-09-10 2:32 Matt Turner
2024-07-09 14:50 Michał Górny
2024-07-09 14:50 Michał Górny
2024-06-02 21:16 Sam James
2024-05-08 21:44 Sam James
2024-04-25 20:40 Sam James
2024-03-29 4:18 Sam James
2024-03-12 21:46 Sam James
2024-01-19 6:38 Sam James
2024-01-18 21:01 Matt Turner
2024-01-18 21:01 Matt Turner
2024-01-09 0:06 Sam James
2023-12-28 3:53 Sam James
2023-12-23 17:29 Sam James
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-12-12 8:01 Arthur Zamarin
2023-10-20 0:58 Sam James
2023-10-12 5:04 Sam James
2023-10-03 15:45 Sam James
2023-10-03 15:44 Sam James
2023-08-29 0:39 Sam James
2023-08-27 0:09 Sam James
2023-08-21 5:23 Sam James
2023-03-20 3:51 Sam James
2023-03-20 3:51 Sam James
2022-12-03 12:13 Arthur Zamarin
2022-12-03 12:10 Sam James
2022-12-03 12:10 Sam James
2022-12-03 12:08 Arthur Zamarin
2022-07-12 7:45 Sam James
2022-07-12 0:36 Brian Dolbec
2022-05-05 7:10 WANG Xuerui
2022-05-05 7:10 WANG Xuerui
2021-08-17 0:56 Sam James
2021-08-07 20:26 Louis Sautier
2021-05-11 15:45 Sergei Trofimovich
2021-05-09 4:05 Sam James
2021-05-09 4:05 Sam James
2021-05-09 1:31 Sam James
2021-05-09 1:31 Sam James
2021-05-09 1:31 Sam James
2021-05-09 1:29 Sam James
2021-05-09 1:29 Sam James
2021-03-02 3:45 Matt Turner
2021-03-02 3:45 Matt Turner
2021-03-02 3:45 Matt Turner
2021-01-07 15:41 Fabian Groffen
2021-01-06 13:23 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-12-20 17:23 Matt Turner
2020-11-14 0:50 Zac Medico
2020-10-07 9:55 Georgy Yakovlev
2020-09-07 8:47 Sergei Trofimovich
2020-09-06 7:49 Sergei Trofimovich
2020-08-29 23:50 Sam James
2020-08-18 16:52 Agostino Sarubbo
2020-08-18 11:22 Agostino Sarubbo
2020-08-18 11:16 Agostino Sarubbo
2020-08-17 14:52 Agostino Sarubbo
2020-08-17 14:52 Agostino Sarubbo
2020-08-17 7:33 Sam James
2020-04-24 9:03 Michał Górny
2020-04-24 9:03 Michał Górny
2020-04-21 21:06 Sergei Trofimovich
2020-04-21 10:13 Mart Raudsepp
2020-04-20 9:52 Agostino Sarubbo
2020-04-20 9:50 Agostino Sarubbo
2020-04-20 9:48 Agostino Sarubbo
2020-04-20 9:46 Agostino Sarubbo
2020-04-20 9:45 Agostino Sarubbo
2020-04-20 9:29 Agostino Sarubbo
2020-04-19 23:55 Sergei Trofimovich
2020-03-12 16:56 Matt Turner
2020-02-26 12:38 Michał Górny
2020-01-26 15:29 Michał Górny
2020-01-26 15:29 Michał Górny
2020-01-26 15:29 Michał Górny
2019-12-16 14:38 Michał Górny
2019-10-11 22:32 Sergei Trofimovich
2019-10-11 20:44 Aaron Bauman
2019-10-06 5:50 Matt Turner
2019-10-04 21:53 Matt Turner
2019-10-03 8:09 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-29 21:00 Sergei Trofimovich
2019-09-29 20:54 Sergei Trofimovich
2019-09-29 19:26 Sergei Trofimovich
2019-09-29 10:47 Mikle Kolyada
2019-09-28 11:27 Sergei Trofimovich
2019-09-21 5:20 Matt Turner
2019-09-20 6:39 Sergei Trofimovich
2019-09-16 22:03 Sergei Trofimovich
2019-09-16 22:02 Sergei Trofimovich
2019-09-16 22:00 Sergei Trofimovich
2019-09-16 7:56 Agostino Sarubbo
2019-09-16 6:52 Agostino Sarubbo
2019-09-15 9:03 Agostino Sarubbo
2019-09-14 3:06 Aaron Bauman
2019-08-29 11:39 David Seifert
2019-08-19 5:07 Zac Medico
2019-05-18 10:02 Michał Górny
2019-05-11 23:56 Virgil Dupras
2019-05-11 23:56 Virgil Dupras
2019-05-11 20:28 Michał Górny
2019-05-04 14:28 Andreas K. Hüttel
2019-04-01 2:08 Virgil Dupras
2019-04-01 2:08 Virgil Dupras
2018-08-07 22:57 Zac Medico
2018-08-07 22:27 Patrice Clement
2018-08-02 15:41 Mike Pagano
2018-06-08 0:07 Mike Frysinger
2018-06-08 0:07 Mike Frysinger
2018-05-27 20:26 Mikle Kolyada
2018-05-26 10:20 Mart Raudsepp
2018-05-25 8:41 Sergei Trofimovich
2018-05-24 21:31 Mikle Kolyada
2018-01-30 7:32 Michał Górny
2018-01-30 7:32 Michał Górny
2018-01-30 7:32 Michał Górny
2018-01-10 4:18 Mike Frysinger
2017-12-12 21:15 Paul Varner
2017-10-17 19:07 Markus Meier
2017-10-12 21:19 Thomas Deutschmann
2017-10-11 18:07 Manuel Rüger
2017-10-08 19:32 Sergei Trofimovich
2017-10-06 10:30 Sergei Trofimovich
2017-10-05 8:05 Sergei Trofimovich
2017-09-02 15:04 Michael Palimaka
2017-06-05 2:01 Benda XU
2017-06-04 22:25 Sergei Trofimovich
2017-05-18 13:09 Michał Górny
2017-04-25 5:00 Jeroen Roovers
2017-03-22 21:33 Brian Dolbec
2017-03-22 18:25 Brian Dolbec
2017-03-17 10:42 Agostino Sarubbo
2017-03-17 10:26 Agostino Sarubbo
2017-03-16 7:28 Michael Weber
2017-02-24 23:14 Michael Weber
2016-12-29 19:12 Paul Varner
2016-12-18 10:58 Zac Medico
2016-12-17 13:26 Aaron Bauman
2016-10-02 8:04 Jeroen Roovers
2016-09-27 18:39 Markus Meier
2016-09-23 17:40 Tobias Klausmann
2016-08-10 8:48 Mike Frysinger
2016-07-08 17:44 Brian Dolbec
2016-06-06 15:54 Brian Dolbec
2016-03-12 17:36 Mike Gilbert
2015-12-16 18:00 Brian Dolbec
2015-10-15 20:22 Mike Gilbert
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=1657480794.96c3a205db773112ed987fa6e3d632febd58092a.dolsen@gentoo \
--to=dolsen@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