public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Wed, 14 Jul 2021 14:32:52 +0000 (UTC)	[thread overview]
Message-ID: <1626273162.150bae1016319f60c0862cdef534b52afab09efb.juippis@gentoo> (raw)

commit:     150bae1016319f60c0862cdef534b52afab09efb
Author:     Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Mon Jul  5 17:52:20 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 14:32:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150bae10

app-i18n/transifex-client: add new version 0.14.3

Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Closes: https://github.com/gentoo/gentoo/pull/21540
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-i18n/transifex-client/Manifest                 |  1 +
 .../transifex-client-0.14.3.ebuild                 | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest
index 3586445e35f..6de5f4bc971 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -1 +1,2 @@
 DIST transifex-client-0.14.2.tar.gz 211398 BLAKE2B 4210a06da9fd09e689d28ae77a90c65f96cbba7b44a2cc506c2e385dc2f34659bfbda25eb81cef850442f4b3da22a859e19761798ec123888564b0327f0c6503 SHA512 5d7f8241d61621197df95cb42b2a8fb8088e77543f076c2401db14f7e44d67e49478d0b04cb525fc6281b37e5026edc8121f90cb7332e669d63be6112264044d
+DIST transifex-client-0.14.3.tar.gz 211428 BLAKE2B cab17d7103016a78b226df6ca9905a0ddfd1b8765fb7b161c7390911ac5693d97e7a872a00cbc86e9c8e7d84fbcd85904768f463885bb679e22ab052463db418 SHA512 9034111fa0253ce8799c5ba181d6d35e2addd14b8c2edb7822d8d572255c27f49e4cfce9d82e7e70e352c32e87f2e7bdc6bf09c2a591e689606b0831414dd863

diff --git a/app-i18n/transifex-client/transifex-client-0.14.3.ebuild b/app-i18n/transifex-client/transifex-client-0.14.3.ebuild
new file mode 100644
index 00000000000..2058d749de0
--- /dev/null
+++ b/app-i18n/transifex-client/transifex-client-0.14.3.ebuild
@@ -0,0 +1,40 @@
+# 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/ https://github.com/transifex/transifex-client"
+SRC_URI="mirror://pypi/t/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
+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}]"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-0.14.2-r1-timestamp.patch"
+)
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+	default
+
+	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
+}


             reply	other threads:[~2021-07-14 14:32 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-14 14:32 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-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
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=1626273162.150bae1016319f60c0862cdef534b52afab09efb.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