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 456DA13835B for ; Wed, 20 Jan 2021 19:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50F17E0825; Wed, 20 Jan 2021 19:32:30 +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 38988E0825 for ; Wed, 20 Jan 2021 19:32:30 +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 D5BFB341052 for ; Wed, 20 Jan 2021 19:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB6B248B for ; Wed, 20 Jan 2021 19:32:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1611171119.8146e8f642792f854409bcb365ebfa6cab9f3902.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyICU/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyICU/Manifest dev-python/PyICU/PyICU-2.5.ebuild X-VCS-Directories: dev-python/PyICU/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8146e8f642792f854409bcb365ebfa6cab9f3902 X-VCS-Branch: master Date: Wed, 20 Jan 2021 19:32: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: 23fddeeb-ddad-42b3-84df-a8c2d1e121e7 X-Archives-Hash: fe01f8e252596aa1fc583c300bd8aa2d commit: 8146e8f642792f854409bcb365ebfa6cab9f3902 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 20 19:00:10 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 20 19:31:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8146e8f6 dev-python/PyICU: Drop 2.5 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/PyICU/Manifest | 1 - dev-python/PyICU/PyICU-2.5.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/PyICU/Manifest b/dev-python/PyICU/Manifest index 132d253f862..a364e5a1c08 100644 --- a/dev-python/PyICU/Manifest +++ b/dev-python/PyICU/Manifest @@ -1,2 +1 @@ -DIST PyICU-2.5.tar.gz 225591 BLAKE2B 0b0f61439cac355ca3ec930eea0624892ac5f158ecfc82a57f526044be486a676ac201231cf34cb2470e33bfbd2f198439462d0814959ddc25526d6408704151 SHA512 b2641c6f9956cd8026150923f0f10031712c426f45ed2b9fe468ce85917b028a6e1988ac73cd74e9eec2569601ece77018aa06863525e24df1944d4a5b762548 DIST PyICU-2.6.tar.gz 233826 BLAKE2B 318b87b878f8d49f47f48780567751671f5f88902c4cae9a243a81300b002ca6ea2336aee38bfc76a3037326f15f197fd71819173b678c68094d16f8db51864e SHA512 ab4c167cbeb80a23904476e51a3c16aa4721e26840b1d4c2f44b5a610e5467a6880c45f27636efb9e44e8e4302a095d437f4868409103270d79ecd56a3d90c9c diff --git a/dev-python/PyICU/PyICU-2.5.ebuild b/dev-python/PyICU/PyICU-2.5.ebuild deleted file mode 100644 index 9a4833b145d..00000000000 --- a/dev-python/PyICU/PyICU-2.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for dev-libs/icu" -HOMEPAGE="https://github.com/ovalhub/pyicu" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-libs/icu:=" -DEPEND="${RDEPEND}" - -DOCS=( CHANGES CREDITS README.md ) - -distutils_enable_tests pytest