commit: 567964848893e5eff970c5c319c4de183c534d9a
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 10:47:45 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=56796484
sci-physics/uproot-methods: bump to 0.7.4.
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>
.../uproot-methods/uproot-methods-0.7.4.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
b/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
new file mode 100644
index 000000000..f1e393642
--- /dev/null
+++ b/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
@@ -0,0 +1,20 @@
+# 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}]"
+DEPEND=""