From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/
Date: Thu, 4 Feb 2021 10:21:54 +0000 (UTC) [thread overview]
Message-ID: <1612434045.2bd03a213b1c859d9d05d77f67ce1bf8b3490d31.juippis@gentoo> (raw)
commit: 2bd03a213b1c859d9d05d77f67ce1bf8b3490d31
Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Wed Jan 13 22:48:28 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 10:20:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd03a21
app-i18n/transifex-client: drop dependency to dev-python/mock
Bug: https://bugs.gentoo.org/765349
Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../transifex-client-0.14.2-r1.ebuild | 34 ++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild b/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
new file mode 100644
index 00000000000..9705b2b75d1
--- /dev/null
+++ b/app-i18n/transifex-client/transifex-client-0.14.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="A command line interface for Transifex"
+HOMEPAGE="https://pypi.org/project/transifex-client/ https://www.transifex.net/"
+SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-python/GitPython[${PYTHON_USEDEP}]
+ <dev-python/python-slugify-5.0.0[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ <dev-python/six-2.0.0[${PYTHON_USEDEP}]
+ dev-python/urllib3[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+ eapply_user
+ sed -i -e 's:test_fetch_timestamp_from_git_tree:_&:' \
+ tests/test_utils.py || die
+ sed -i '/tests_require=\["mock>=3.0.5,<4.0"\]/d' setup.py || die
+}
next reply other threads:[~2021-02-04 10:21 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-04 10:21 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-07 6:46 [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/ Joonas Niilola
2024-10-07 6:46 Joonas Niilola
2024-08-23 8:54 Yixun Lan
2024-08-23 8:54 Yixun Lan
2024-08-22 2:07 Sam James
2024-08-22 2:07 Sam James
2024-07-11 16:29 Eli Schwartz
2024-07-11 16:29 Eli Schwartz
2024-06-28 7:43 Joonas Niilola
2024-06-28 7:43 Joonas Niilola
2024-04-27 11:39 Yixun Lan
2024-04-27 11:39 Yixun Lan
2023-09-06 7:12 Joonas Niilola
2023-09-06 7:12 Joonas Niilola
2023-04-13 6:03 Joonas Niilola
2023-02-26 7:26 Joonas Niilola
2023-02-26 7:26 Joonas Niilola
2023-02-16 22:57 Sam James
2023-02-16 22:57 Sam James
2022-12-09 7:12 Joonas Niilola
2022-12-09 7:12 Joonas Niilola
2022-12-09 7:12 Joonas Niilola
2022-11-18 4:54 Sam James
2022-11-18 4:54 Sam James
2022-10-30 9:35 Sam James
2022-10-30 9:35 Sam James
2022-09-22 11:35 Joonas Niilola
2022-09-22 11:35 Joonas Niilola
2022-09-13 5:13 Joonas Niilola
2022-09-13 5:13 Joonas Niilola
2022-08-10 8:31 Joonas Niilola
2022-08-10 8:31 Joonas Niilola
2022-07-05 8:52 Joonas Niilola
2022-05-17 7:13 Sam James
2022-05-17 7:12 Sam James
2022-05-16 12:22 Jakov Smolić
2022-05-15 22:07 Jakov Smolić
2022-04-08 15:50 Joonas Niilola
2022-04-08 15:50 Joonas Niilola
2022-03-30 20:09 Jakov Smolić
2022-03-30 20:09 Jakov Smolić
2022-02-26 2:43 Sam James
2022-02-26 2:43 Sam James
2022-02-25 9:41 Yixun Lan
2022-02-25 9:40 Yixun Lan
2022-02-25 9:40 Yixun Lan
2022-02-19 10:09 Matthew Smith
2022-02-19 10:09 Matthew Smith
2022-02-11 19:07 Jakov Smolić
2022-02-11 7:24 Agostino Sarubbo
2022-01-28 18:53 Arthur Zamarin
2022-01-28 7:53 Sam James
2022-01-21 19:11 Sam James
2022-01-19 0:09 Sam James
2021-12-29 7:41 Sam James
2021-12-29 7:35 Sam James
2021-12-29 1:51 Sam James
2021-07-14 14:32 Joonas Niilola
2021-07-14 14:32 Joonas Niilola
2021-03-03 22:01 Sam James
2021-03-02 14:17 Thomas Deutschmann
2021-02-18 17:12 Sam James
2021-02-16 8:25 Sergei Trofimovich
2021-02-04 10:25 Joonas Niilola
2021-02-04 10:21 Joonas Niilola
2021-02-04 10:21 Joonas Niilola
2020-12-17 13:48 Joonas Niilola
2020-12-17 13:48 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-11-24 13:26 Joonas Niilola
2020-10-02 7:32 Joonas Niilola
2020-05-14 22:12 Aaron Bauman
2020-05-13 10:08 Agostino Sarubbo
2020-05-12 13:05 Agostino Sarubbo
2020-04-30 12:00 Joonas Niilola
2020-04-29 8:10 Joonas Niilola
2019-01-27 10:15 Pacho Ramos
2018-07-01 9:52 Mikle Kolyada
2018-06-27 17:15 Pacho Ramos
2017-08-13 13:00 Patrice Clement
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=1612434045.2bd03a213b1c859d9d05d77f67ce1bf8b3490d31.juippis@gentoo \
--to=juippis@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