summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Siebeck <gentoo.2019@r123.de>2021-03-03 22:46:26 +0100
committerSam James <sam@gentoo.org>2021-03-03 22:01:24 +0000
commitb3b4ce4072e9f84278af7a017b01552af9a92e03 (patch)
tree3c94187e48c242e16f1c85486881f3eb399b1553 /app-i18n/transifex-client
parentprofiles/base: drop obsolete games-strategy/0ad[nvtt] flag (diff)
downloadgentoo-b3b4ce4072e9f84278af7a017b01552af9a92e03.tar.gz
gentoo-b3b4ce4072e9f84278af7a017b01552af9a92e03.tar.bz2
gentoo-b3b4ce4072e9f84278af7a017b01552af9a92e03.zip
app-i18n/transifex-client: remove version 0.13.9
Closes: https://bugs.gentoo.org/765349 Signed-off-by: Robert Siebeck <gentoo.2019@r123.de> Closes: https://github.com/gentoo/gentoo/pull/19758 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/transifex-client')
-rw-r--r--app-i18n/transifex-client/Manifest1
-rw-r--r--app-i18n/transifex-client/transifex-client-0.13.9.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest
index 0f299aa5755d..3586445e35f7 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -1,2 +1 @@
-DIST transifex-client-0.13.9.tar.gz 197283 BLAKE2B 9fd6f63a54d09f190f7dd6701e4994e4fd67e23cf630dcb49641a3c7356e55f1146be7c2a590fb09a52cccfa99e709c48fffd7df416d1d4c10231c4f42919380 SHA512 3dc4a1e713a797ce1ea626c9e85dd353fec3034ba21ab04bc89e5b927e0298b4f6560a793eec50d1a99c7ab340462c33d18c1e159697c476001be868cb7f87fa
DIST transifex-client-0.14.2.tar.gz 211398 BLAKE2B 4210a06da9fd09e689d28ae77a90c65f96cbba7b44a2cc506c2e385dc2f34659bfbda25eb81cef850442f4b3da22a859e19761798ec123888564b0327f0c6503 SHA512 5d7f8241d61621197df95cb42b2a8fb8088e77543f076c2401db14f7e44d67e49478d0b04cb525fc6281b37e5026edc8121f90cb7332e669d63be6112264044d
diff --git a/app-i18n/transifex-client/transifex-client-0.13.9.ebuild b/app-i18n/transifex-client/transifex-client-0.13.9.ebuild
deleted file mode 100644
index 4a4c865bd3fb..000000000000
--- a/app-i18n/transifex-client/transifex-client-0.13.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-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 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