summaryrefslogtreecommitdiff
path: root/dev-python/PyICU/PyICU-2.5.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 12:32:23 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-07-29 12:32:23 +0000
commitfec0ff061555dbef14f1b3afd93e5f7a37a2d5aa (patch)
treea1d4bf2448edfa97fa0fa717f3c33ae04f814041 /dev-python/PyICU/PyICU-2.5.ebuild
parent5cb8c34e72e3dc1219a0dde4799d0be2d6e4e0bb (diff)
downloadbaldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.tar.gz
baldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.tar.xz
baldeagleos-repo-fec0ff061555dbef14f1b3afd93e5f7a37a2d5aa.zip
Updating liguros repo
Diffstat (limited to 'dev-python/PyICU/PyICU-2.5.ebuild')
-rw-r--r--dev-python/PyICU/PyICU-2.5.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/PyICU/PyICU-2.5.ebuild b/dev-python/PyICU/PyICU-2.5.ebuild
new file mode 100644
index 000000000000..c737ed56c1eb
--- /dev/null
+++ b/dev-python/PyICU/PyICU-2.5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7,8,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