forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-i18n/transifex-client: add version 0.13.9
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
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|