commit:     bb37720a26a2301bc3f202c0a249e6f689cb4509
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 20:34:45 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 20:34:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb37720a

dev-python/pyicu: drop 2.9, 2.10, 2.10.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pyicu/Manifest            |  3 ---
 dev-python/pyicu/pyicu-2.10.1.ebuild | 38 ----------------------------------
 dev-python/pyicu/pyicu-2.10.ebuild   | 40 ------------------------------------
 dev-python/pyicu/pyicu-2.9.ebuild    | 40 ------------------------------------
 4 files changed, 121 deletions(-)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 29d997d925e7..fbdf9f62a871 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1,4 +1 @@
-DIST pyicu-v2.10.1.tar.bz2 192780 BLAKE2B 
0a8dea0091e07b889fbe79895b1a1fd030e29f9be02303e9b70b7380defaea14eeecc87031e4c1e57bab4a56680fad51f1489d117f31492a50c0323eefaa288d
 SHA512 
a542fafdd1c64971ac4cf7fe0189324969cc4039319950663819e7040d9406ea200a84d3f2821a9a94c944087d0dbfe74fecebb430a01476114b6963ba83c739
 DIST pyicu-v2.10.2.tar.bz2 192890 BLAKE2B 
b865e2777d922d7ec7ec1abab5e745670affa6e31704db7b23f906eab8ac99ac612c756f433119380a0fed2d180373dba05003722a1ba0990cafc7c4d9d3fbdd
 SHA512 
687f48e0315cc72917b54c7431ee29d503ec79354842e5f6db564cc951a13d32cb4df97435d04c4b125a2a654f70429592ef2197e154624dd9a246b9bacfa4a9
-DIST pyicu-v2.10.tar.bz2 192789 BLAKE2B 
824b83177b420bb78633a2d7b93bdcc781ec87ea105e7441be59547c6f56fadf292aa331decac96f095672a4d2741d709ed32dec4841b070bc056e7f0f8d65d0
 SHA512 
8f752ba97fc5ffc3004591826b47bd76c9b99d73a3784b2bba746cb611969a47a98971c89fe0b35dc817fd14b93b1bf0e85f4bf23986af22bcf5401485899c9e
-DIST pyicu-v2.9.tar.bz2 243533 BLAKE2B 
c2ea32f69637e2d12a57ded96b570ba7fd41c92aed4a0dea36ebe5c224b80fa8d1672251f8218e0a35d463957ab4291cff778c3e690f0763e465dc6f0a1af26d
 SHA512 
f10025afe1a0de5a1726c3d4aaec5b10ba62064c33205117efe643185dcd3560e8971b600606e9699269cca795477bf86ed2f9e604e9c0e04bb75a86f31cd114

diff --git a/dev-python/pyicu/pyicu-2.10.1.ebuild 
b/dev-python/pyicu/pyicu-2.10.1.ebuild
deleted file mode 100644
index 1759ece5b608..000000000000
--- a/dev-python/pyicu/pyicu-2.10.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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 ~riscv ~x86"
-
-DEPEND="
-       dev-libs/icu:=
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-       test? (
-               dev-python/six[${PYTHON_USEDEP}]
-       )
-"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyicu/pyicu-2.10.ebuild 
b/dev-python/pyicu/pyicu-2.10.ebuild
deleted file mode 100644
index 28f46b028f2e..000000000000
--- a/dev-python/pyicu/pyicu-2.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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 ~riscv ~x86"
-
-DEPEND="
-       dev-libs/icu:=
-"
-RDEPEND="
-       ${DEPEND}
-"
-BDEPEND="
-       test? (
-               dev-python/six[${PYTHON_USEDEP}]
-       )
-"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest

diff --git a/dev-python/pyicu/pyicu-2.9.ebuild 
b/dev-python/pyicu/pyicu-2.9.ebuild
deleted file mode 100644
index ae449e97fce1..000000000000
--- a/dev-python/pyicu/pyicu-2.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
-
-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 ~riscv x86"
-
-RDEPEND="
-       dev-libs/icu:=
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       test? (
-               dev-python/six[${PYTHON_USEDEP}]
-       )
-"
-
-DOCS=( CHANGES CREDITS README.md )
-
-distutils_enable_tests pytest

Reply via email to