public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-envs/
Date: Tue, 30 Nov 2021 10:01:34 +0000 (UTC)	[thread overview]
Message-ID: <1638266488.dbc73b98f8ae481346020eaec2129bcec64dc7d6.mgorny@gentoo> (raw)

commit:     dbc73b98f8ae481346020eaec2129bcec64dc7d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 09:57:17 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 10:01:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc73b98

dev-python/jaraco-envs: Strip optional runtime dep on tox

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

 .../{jaraco-envs-2.2.0.ebuild => jaraco-envs-2.2.0-r1.ebuild}     | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-envs/jaraco-envs-2.2.0.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
similarity index 84%
rename from dev-python/jaraco-envs/jaraco-envs-2.2.0.ebuild
rename to dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
index b601de93161c..11b21bae8bc6 100644
--- a/dev-python/jaraco-envs/jaraco-envs-2.2.0.ebuild
+++ b/dev-python/jaraco-envs/jaraco-envs-2.2.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
@@ -25,3 +25,9 @@ BDEPEND="
 
 # there are no actual tests, just flake8 etc
 RESTRICT="test"
+
+src_prepare() {
+	# optional runtime dep, not used by anything in ::gentoo
+	sed -i -e '/tox/d' setup.cfg || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2021-11-30 10:01 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30 10:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 20:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-envs/ Michał Górny
2024-06-29 15:54 Andreas K. Hüttel
2024-05-11 17:02 Michał Górny
2023-11-25 10:42 Michał Górny
2023-11-25  8:51 Sam James
2023-10-24  5:27 Michał Górny
2023-05-27 17:13 Michał Górny
2023-03-21 16:45 Michał Górny
2023-02-12 19:05 Michał Górny
2023-02-07  9:26 Michał Górny
2022-05-31  7:28 Michał Górny
2022-05-31  7:17 Jakov Smolić
2022-05-12 10:53 Michał Górny
2022-04-30  7:35 Michał Górny
2022-04-25 19:00 Sam James
2022-03-31 16:03 Michał Górny
2022-03-31 14:33 Jakov Smolić
2022-02-28  8:28 Michał Górny
2022-02-04 12:04 Michał Górny
2022-01-26 22:42 James Le Cuirot
2021-12-30 21:30 Michał Górny
2021-12-30 19:54 Arthur Zamarin
2021-11-12  9:40 Michał Górny
2021-07-28 23:38 Marek Szuba
2021-05-05 18:20 Michał Górny
2021-04-18  7:05 Michał Górny
2021-04-18  1:41 Sam James
2021-03-15  8:34 Michał Górny
2021-02-19  8:35 Michał Górny
2021-02-19  2:54 Sam James
2021-01-06 10:00 Michał Górny
2020-09-06 17:34 Sam James
2020-08-01  8:53 Sergei Trofimovich
2020-07-28 17:28 Sergei Trofimovich
2020-07-25 21:01 Sam James
2020-07-25 14:08 Sam James
2020-07-09 10:39 Michał Górny
2020-07-09 10:39 Michał Górny
2020-06-05 13:57 Michał Górny
2020-06-01 20:30 Michał Górny
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-30 11:51 Michał Górny
2020-05-27 11:00 Michał Górny
2020-05-27  7:16 Michał Górny
2020-05-27  7:16 Michał Górny
2020-03-04  5:01 Michał Górny
2019-12-04 22:28 Patrick McLean
2019-12-04 19:44 Sergei Trofimovich
2019-11-25  8:32 Patrick McLean
2019-11-22  3:15 Patrick McLean
2019-11-22  0:20 Patrick McLean

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=1638266488.dbc73b98f8ae481346020eaec2129bcec64dc7d6.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