summaryrefslogtreecommitdiff
path: root/dev-python/PyICU/PyICU-2.6.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-04-11 09:30:50 +0200
committerMichał Górny <mgorny@gentoo.org>2021-04-11 12:46:53 +0200
commit4261385fcfd00fefc9341b845f990d64af70ddfa (patch)
treeb9bebedaeda51b2ca9a9e096b24718ef8b7161d9 /dev-python/PyICU/PyICU-2.6.ebuild
parent46fb8b0e95ab487d1cb53d5f8248693665bbfde4 (diff)
downloadgentoo-4261385fcfd00fefc9341b845f990d64af70ddfa.tar.gz
gentoo-4261385fcfd00fefc9341b845f990d64af70ddfa.tar.bz2
gentoo-4261385fcfd00fefc9341b845f990d64af70ddfa.zip
Rename dev-python/{PyICU → pyicu}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyICU/PyICU-2.6.ebuild')
-rw-r--r--dev-python/PyICU/PyICU-2.6.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/PyICU/PyICU-2.6.ebuild b/dev-python/PyICU/PyICU-2.6.ebuild
deleted file mode 100644
index 8b50556d8dcd..000000000000
--- a/dev-python/PyICU/PyICU-2.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-MY_PN=PyICU
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="Python bindings for dev-libs/icu"
-HOMEPAGE="https://github.com/ovalhub/pyicu"
-SRC_URI="mirror://pypi/${MY_PN::1}/${MY_PN}/${MY_P}.tar.gz"
-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