commit:     378f706f43d00b19feedea4b0257494bf9395d96
Author:     Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Wed Jan 13 22:49:06 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb  4 10:20:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378f706f

app-i18n/transifex-client: remove old version

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

 .../transifex-client-0.14.2.ebuild                 | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild 
b/app-i18n/transifex-client/transifex-client-0.14.2.ebuild
deleted file mode 100644
index 5aa568ca73a..00000000000
--- a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 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 )"
-
-BDEPEND="test? ( <dev-python/mock-4.0[${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}]"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-       eapply_user
-       sed -i -e 's:test_fetch_timestamp_from_git_tree:_&:' \
-               tests/test_utils.py || die
-}

Reply via email to