From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/
Date: Wed, 24 Jan 2024 11:44:57 +0000 (UTC) [thread overview]
Message-ID: <1706096694.03ff5023ff8aaa6007f8d916fb048be420c5c320.mgorny@gentoo> (raw)
commit: 03ff5023ff8aaa6007f8d916fb048be420c5c320
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 11:43:55 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 11:44:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03ff5023
dev-python/polib: Require old gettext for testing
Bug: https://bugs.gentoo.org/910477
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/polib/polib-1.2.0.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-python/polib/polib-1.2.0.ebuild b/dev-python/polib/polib-1.2.0.ebuild
index 627a252a2d0a..5764d76c5cae 100644
--- a/dev-python/polib/polib-1.2.0.ebuild
+++ b/dev-python/polib/polib-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,6 +18,8 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
distutils_enable_sphinx docs
@@ -25,6 +27,12 @@ PATCHES=(
"${FILESDIR}"/${PN}-1.0.7-BE-test.patch
)
+BDEPEND="
+ test? (
+ <sys-devel/gettext-0.22
+ )
+"
+
python_test() {
"${EPYTHON}" tests/tests.py -v || die "Tests failed under ${EPYTHON}"
}
next reply other threads:[~2024-01-24 11:45 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-24 11:44 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-04 14:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/ Michał Górny
2024-06-15 17:33 Michał Górny
2024-02-20 5:24 Sam James
2024-01-25 11:37 Michał Górny
2023-06-01 4:13 Michał Górny
2023-03-27 19:03 Michał Górny
2023-03-27 17:58 Arthur Zamarin
2023-02-24 6:00 Michał Górny
2022-10-04 19:51 Marek Szuba
2021-05-10 21:56 Michał Górny
2021-04-27 18:22 Michał Górny
2021-04-27 18:09 Sam James
2021-04-27 11:37 Michał Górny
2021-03-27 7:49 Michał Górny
2021-03-27 7:49 Michał Górny
2021-01-27 15:34 Lars Wendler
2020-08-23 11:45 David Seifert
2020-08-02 8:36 Michał Górny
2019-12-14 23:05 Pacho Ramos
2019-12-02 13:48 Andreas Sturmlechner
2019-11-27 13:35 Mikle Kolyada
2019-11-23 1:52 Aaron Bauman
2019-11-22 13:44 Matt Turner
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:35 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-20 11:21 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 11:58 Agostino Sarubbo
2019-05-04 6:59 Lars Wendler
2019-04-15 23:55 Aaron Bauman
2019-02-02 12:53 Sergei Trofimovich
2018-03-27 23:47 Matt Turner
2018-03-11 2:09 Tim Harder
2018-03-11 2:09 Tim Harder
2018-01-22 18:20 Mikle Kolyada
2018-01-22 16:00 Mikle Kolyada
2018-01-18 19:03 Markus Meier
2018-01-18 18:05 Mikle Kolyada
2017-12-28 11:58 Sergei Trofimovich
2017-12-26 23:49 Sergei Trofimovich
2017-12-21 22:34 Sergei Trofimovich
2017-12-21 5:45 Markus Meier
2017-12-19 23:16 Sergei Trofimovich
2017-05-11 13:17 Manuel Rüger
2017-02-22 16:08 Agostino Sarubbo
2016-08-30 16:50 Patrice Clement
2016-05-07 12:11 Ian Delaney
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=1706096694.03ff5023ff8aaa6007f8d916fb048be420c5c320.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