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 D7461138350 for ; Fri, 27 Mar 2020 09:16:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C21CE0E7C; Fri, 27 Mar 2020 09:16:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1CA1FE0E7C for ; Fri, 27 Mar 2020 09:16:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A17A034FA85 for ; Fri, 27 Mar 2020 09:16:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD5AA1BC for ; Fri, 27 Mar 2020 09:16:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1585300587.29be561bb54092d1190309cd1be8c85b962c8f55.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flufl-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flufl-i18n/Manifest dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild X-VCS-Directories: dev-python/flufl-i18n/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29be561bb54092d1190309cd1be8c85b962c8f55 X-VCS-Branch: master Date: Fri, 27 Mar 2020 09:16:37 +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: 719b0b8c-dadd-4bc2-adbf-b5d7d91266af X-Archives-Hash: 9988b69aaeb6493980ddaba2210f2084 commit: 29be561bb54092d1190309cd1be8c85b962c8f55 Author: Michał Górny gentoo org> AuthorDate: Fri Mar 27 09:12:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 27 09:16:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29be561b dev-python/flufl-i18n: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/flufl-i18n/Manifest | 1 - dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/flufl-i18n/Manifest b/dev-python/flufl-i18n/Manifest index 8ab39e236a9..82d120c4cfe 100644 --- a/dev-python/flufl-i18n/Manifest +++ b/dev-python/flufl-i18n/Manifest @@ -1,2 +1 @@ -DIST flufl-i18n-2.0.1.tar.gz 18572 BLAKE2B 372240eb6cf3778844fc0d5b59a60e2fd50498969165a6ea1096e1e333a536b177cbd9afbad14bfafc2cf7150923c8bdf0c84944d1426f0ae284028b406559e1 SHA512 372a27c81c0c58994b7b4b9ddb177f6acd3106536391c82c61cf1ba1b8b2e920be559720d98046ee9aa977a9119f231f7bbe71535cfb538d8563fff1da737ee1 DIST flufl-i18n-2.0.2.tar.gz 19106 BLAKE2B 407f69708234e4c24403733c752ed79dfc0ff7d269a325c2d599ac00a0de077dfe63078fd050556f683008296885f397a59ea42b6d0692549856535166e63805 SHA512 05d9283bed456ee8d48704dc595f514e13b0c74096df177ed49bf178987baeee014ddc4331cc7d36edffbee1dcb58fcae152c2cb317b7ce73d9630864b98f1cd diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild deleted file mode 100644 index b182d9665ef..00000000000 --- a/dev-python/flufl-i18n/flufl-i18n-2.0.1.ebuild +++ /dev/null @@ -1,22 +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 - -MY_PN=${PN/-/.} - -DESCRIPTION="A high level API for Python internationalization." -HOMEPAGE="https://gitlab.com/warsaw/flufl.i18n" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/atpublic[${PYTHON_USEDEP}]"