From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AA331382C5 for ; Thu, 14 May 2020 22:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE134E0ADD; Thu, 14 May 2020 22:12:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8EFAE0ADD for ; Thu, 14 May 2020 22:12:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B665350E25 for ; Thu, 14 May 2020 22:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74589219 for ; Thu, 14 May 2020 22:12:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589494332.2e1b1e42c562cd5e191948841b33b2ca7c60d09a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/transifex-client/Manifest app-i18n/transifex-client/transifex-client-0.12.4.ebuild X-VCS-Directories: app-i18n/transifex-client/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2e1b1e42c562cd5e191948841b33b2ca7c60d09a X-VCS-Branch: master Date: Thu, 14 May 2020 22:12:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6098ab88-a869-4fec-9ace-4e5a39fccb13 X-Archives-Hash: 1bfd74d0f2f83733ca9eb715203b36ba commit: 2e1b1e42c562cd5e191948841b33b2ca7c60d09a Author: Robert Siebeck r123 de> AuthorDate: Wed May 13 20:44:52 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu May 14 22:12:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1b1e42 app-i18n/transifex-client: remove old version Signed-off-by: Robert Siebeck r123.de> Closes: https://github.com/gentoo/gentoo/pull/15781 Signed-off-by: Aaron Bauman gentoo.org> app-i18n/transifex-client/Manifest | 1 - .../transifex-client-0.12.4.ebuild | 27 ---------------------- 2 files changed, 28 deletions(-) diff --git a/app-i18n/transifex-client/Manifest b/app-i18n/transifex-client/Manifest index c5263f78037..7db2792949c 100644 --- a/app-i18n/transifex-client/Manifest +++ b/app-i18n/transifex-client/Manifest @@ -1,2 +1 @@ -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 diff --git a/app-i18n/transifex-client/transifex-client-0.12.4.ebuild b/app-i18n/transifex-client/transifex-client-0.12.4.ebuild deleted file mode 100644 index 44dd3f5483d..00000000000 --- a/app-i18n/transifex-client/transifex-client-0.12.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="A command line interface for Transifex" -HOMEPAGE="https://pypi.org/project/transifex-client/ http://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 )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - dev-python/urllib3[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}