Skip to content

Commit

Permalink
app-i18n/transifex-client: add version 0.13.9
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/718222
Closes: https://bugs.gentoo.org/665246
Signed-off-by: Robert Siebeck <[email protected]>
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
robert7k authored and juippis committed Apr 29, 2020
1 parent 223d874 commit b6a3769
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
1 change: 1 addition & 0 deletions app-i18n/transifex-client/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST transifex-client-0.12.4.tar.gz 179349 BLAKE2B 4287bf32a31a5319f54ae5f141f53fa00554c542d7f0f1000e985547f01029b05dc18f38ef992d37c08c6c0ab54d934a4ab37c37f0bfee299d824224316acbad SHA512 516531a0c5a7242da27e8b34a0513b24b806d3b3a271cfe29b31ef7969472f82a37e6fbb1d6198feb1c5bd99d7503bacf3f162808504415ea46670af3fe2369e
DIST transifex-client-0.13.9.tar.gz 197283 BLAKE2B 9fd6f63a54d09f190f7dd6701e4994e4fd67e23cf630dcb49641a3c7356e55f1146be7c2a590fb09a52cccfa99e709c48fffd7df416d1d4c10231c4f42919380 SHA512 3dc4a1e713a797ce1ea626c9e85dd353fec3034ba21ab04bc89e5b927e0298b4f6560a793eec50d1a99c7ab340462c33d18c1e159697c476001be868cb7f87fa
27 changes: 27 additions & 0 deletions app-i18n/transifex-client/transifex-client-0.13.9.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
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 )"

BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
RDEPEND="<dev-python/python-slugify-2.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.19.1[${PYTHON_USEDEP}]
<dev-python/six-2.0.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.24.2[${PYTHON_USEDEP}]"

distutils_enable_tests setup.py
5 changes: 0 additions & 5 deletions profiles/package.mask
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,6 @@ app-text/doconce
app-misc/openastro
app-misc/openastro-data

# Michał Górny <[email protected]> (2020-04-19)
# Unmaintained. Stuck on Python 3.6. A few releases behind upstream.
# Removal in 30 days. Bug #718222.
app-i18n/transifex-client

# Michał Górny <[email protected]> (2020-04-19)
# Unmaintained. Discontinued upstream. Uses old ACMEv1 API.
# Stuck on Python 3.6.
Expand Down

0 comments on commit b6a3769

Please sign in to comment.