commit: e24493eb48375cf61d1f12c30c958f015d0e788b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 20:21:03 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 23:14:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24493eb
dev-python/pyicu: drop 2.7.3
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pyicu/Manifest | 1 -
dev-python/pyicu/pyicu-2.7.3.ebuild | 28 ----------------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 440fa0ff265..5baa5574415 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1,2 +1 @@
-DIST pyicu-v2.7.3.tar.bz2 239703 BLAKE2B
ce575c313d0e24838f87d270afce70e8b702753ec41d188bcdd60492f97ea276bca194c1bfd6224de17eaf84455509079e007b81e58c09ad0f48340b231e8671
SHA512
ff3bfdc5f24f259dc470f44c65707f7c29bff5c56dc85be7d4551269e5b6cc6e8f3a6953c5faae63aa9eb62e55f6ac75b32a1524f80ce2a7661de56ee1a5bf99
DIST pyicu-v2.7.4.tar.bz2 241794 BLAKE2B
b76455809704b417a42a60f002b1bfcc0fdf03dd4934b514464b06c4c53d1afa2f99645d9b69a131c3c9218f36a18a4412a6742a912450ce47f856dfc088e568
SHA512
bc68d94d2bd070cd1b7a2f214f998831d2f75a3f4528ad5b1d3394b343d357c24daa6b29443d35a7c984ab0bbafd3b45949d1ccbf89b061423329efa08181fc0
diff --git a/dev-python/pyicu/pyicu-2.7.3.ebuild
b/dev-python/pyicu/pyicu-2.7.3.ebuild
deleted file mode 100644
index c8c40052fa1..00000000000
--- a/dev-python/pyicu/pyicu-2.7.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_P=${P/-/-v}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="
- https://gitlab.pyicu.org/main/pyicu/
- https://pypi.org/project/PyICU/"
-SRC_URI="
- https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/icu:="
-DEPEND="${RDEPEND}"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest