summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-05 17:10:33 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-05 17:18:15 +0200
commit541c619cf33eddeed6b6c54c223296d6555d5006 (patch)
treeb384e52bb18b61f3576b3a59750b0e1e2e5f6924 /dev-python/PyICU
parentwww-misc/shellinabox: clean up old. (diff)
downloadgentoo-541c619cf33eddeed6b6c54c223296d6555d5006.tar.gz
gentoo-541c619cf33eddeed6b6c54c223296d6555d5006.tar.bz2
gentoo-541c619cf33eddeed6b6c54c223296d6555d5006.zip
dev-python/PyICU: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyICU')
-rw-r--r--dev-python/PyICU/Manifest1
-rw-r--r--dev-python/PyICU/PyICU-2.4.3.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/PyICU/Manifest b/dev-python/PyICU/Manifest
index 1e7659d7cecd..17ec9e653fd7 100644
--- a/dev-python/PyICU/Manifest
+++ b/dev-python/PyICU/Manifest
@@ -1,2 +1 @@
-DIST PyICU-2.4.3.tar.gz 219819 BLAKE2B 5e4b9ecab9e726aa05ae4a30d3b277dec3a94a2e0393a7cd9a9f247c73f02051649f03079b3b5f6d5a1745f00d2dc367066de8e93cafe3291cce7aa09884d7af SHA512 77b81b0e9a17972696967ebc0421d05c1119a43c7e853f8d939390dddefa4a2a35dd316e08c10c10a283472bb64738016e47c5f45c7c6191d9dba296057740a0
DIST PyICU-2.5.tar.gz 225591 BLAKE2B 0b0f61439cac355ca3ec930eea0624892ac5f158ecfc82a57f526044be486a676ac201231cf34cb2470e33bfbd2f198439462d0814959ddc25526d6408704151 SHA512 b2641c6f9956cd8026150923f0f10031712c426f45ed2b9fe468ce85917b028a6e1988ac73cd74e9eec2569601ece77018aa06863525e24df1944d4a5b762548
diff --git a/dev-python/PyICU/PyICU-2.4.3.ebuild b/dev-python/PyICU/PyICU-2.4.3.ebuild
deleted file mode 100644
index 9721c4444477..000000000000
--- a/dev-python/PyICU/PyICU-2.4.3.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,7,8} )
-
-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