commit: 361769bdf158a147a162c09a3648e01f72f7ecf1
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 10:48:42 2020 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 10:49:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=361769bd
sci-physics/uproot: bump to 3.12.0.
Add python 3.7 and 3.8 targets.
Package-Manager: Portage-2.3.88, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-physics/uproot/uproot-3.12.0.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/sci-physics/uproot/uproot-3.12.0.ebuild
b/sci-physics/uproot/uproot-3.12.0.ebuild
new file mode 100644
index 000000000..d6cf2148f
--- /dev/null
+++ b/sci-physics/uproot/uproot-3.12.0.ebuild
@@ -0,0 +1,21 @@
+# 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="Manipulate arrays of complex data structures as easily as Numpy."
+HOMEPAGE="https://github.com/scikit-hep/${PN}"
+SRC_URI="https://github.com/scikit-hep/${PN}/archive/${PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
+ sci-libs/awkward-array[${PYTHON_USEDEP}]
+ sci-physics/uproot-methods[${PYTHON_USEDEP}]
+ dev-python/cachetools[${PYTHON_USEDEP}]"