From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/
Date: Tue, 22 Jun 2021 23:23:19 +0000 (UTC) [thread overview]
Message-ID: <1624404185.9bdd7772d88c344744692e16c0be8e1a6d5bbdf1.sam@gentoo> (raw)
commit: 9bdd7772d88c344744692e16c0be8e1a6d5bbdf1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 23:21:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 23:23:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bdd7772
dev-python/oslo-i18n: guard test dependencies behind test? ( ... )
Revbumping to allow people to depclean these without relying on
dynamic deps.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{oslo-i18n-5.0.1.ebuild => oslo-i18n-5.0.1-r1.ebuild} | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
similarity index 82%
rename from dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild
rename to dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
index 818c78cd180..29cb1ee5c79 100644
--- a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild
+++ b/dev-python/oslo-i18n/oslo-i18n-5.0.1-r1.ebuild
@@ -12,7 +12,7 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="Oslo i18n library"
HOMEPAGE="https://launchpad.net/oslo"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
@@ -26,8 +26,10 @@ RDEPEND="
"
BDEPEND="
${CDEPEND}
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ test? (
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ )
"
distutils_enable_tests unittest
next reply other threads:[~2021-06-22 23:23 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-22 23:23 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 17:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/oslo-i18n/ Michał Górny
2025-03-08 13:25 Arthur Zamarin
2025-02-22 7:50 Michał Górny
2024-12-07 11:59 Michał Górny
2024-12-07 11:50 Sam James
2024-11-20 7:56 Michał Górny
2024-09-07 13:06 Michał Górny
2024-09-07 12:31 Jakov Smolić
2024-08-21 19:13 Michał Górny
2024-06-11 13:32 Michał Górny
2024-02-23 3:40 Michał Górny
2023-11-29 10:12 Michał Górny
2023-09-30 6:46 Michał Górny
2023-09-30 5:52 Arthur Zamarin
2023-08-28 16:53 Michał Górny
2023-06-22 14:36 Michał Górny
2023-03-21 20:06 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-14 5:02 Michał Górny
2023-03-13 19:39 Arthur Zamarin
2023-02-11 7:27 Michał Górny
2022-06-27 19:27 Arthur Zamarin
2022-06-27 19:26 Arthur Zamarin
2022-05-28 16:00 Jakov Smolić
2022-05-21 17:17 Michał Górny
2021-10-10 16:18 Michał Górny
2021-10-01 6:14 Arthur Zamarin
2021-10-01 6:14 Arthur Zamarin
2021-09-06 20:13 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-06-22 10:02 Michał Górny
2021-02-22 23:50 Matthew Thode
2020-11-16 0:02 Michał Górny
2020-11-15 23:50 Sam James
2020-11-14 21:52 Michał Górny
2020-10-11 1:29 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-06-18 1:59 Matt Thode
2018-02-16 6:08 Matt Thode
2018-01-28 4:13 Matt Thode
2017-12-21 7:13 Matt Thode
2017-11-22 2:00 Matt Thode
2017-11-22 2:00 Matt Thode
2017-03-13 1:30 Zac Medico
2017-02-27 2:16 Matt Thode
2016-03-29 18:55 Matt Thode
2016-03-25 3:13 Matt Thode
2016-02-28 7:08 Matt Thode
2016-02-09 9:33 Justin Lecher
2015-11-22 23:13 Alex Brandt
2015-11-22 23:13 Alex Brandt
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-19 6:44 Matt Thode
2015-10-18 7:01 Matt Thode
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=1624404185.9bdd7772d88c344744692e16c0be8e1a6d5bbdf1.sam@gentoo \
--to=sam@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