commit:     0b0dfebc137e0a8b65cb1604b5ee514bbd4a18d1
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  5 16:36:20 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Jan  5 16:36:20 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b0dfebc

sci-physics/uproot-methods: initial commit.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>

 sci-physics/uproot-methods/metadata.xml              |  7 +++++++
 .../uproot-methods/uproot-methods-0.7.2.ebuild       | 20 ++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/sci-physics/uproot-methods/metadata.xml 
b/sci-physics/uproot-methods/metadata.xml
new file mode 100644
index 000000000..7203fb853
--- /dev/null
+++ b/sci-physics/uproot-methods/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>hero...@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>

diff --git a/sci-physics/uproot-methods/uproot-methods-0.7.2.ebuild 
b/sci-physics/uproot-methods/uproot-methods-0.7.2.ebuild
new file mode 100644
index 000000000..f6aab1a35
--- /dev/null
+++ b/sci-physics/uproot-methods/uproot-methods-0.7.2.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 )
+
+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=""

Reply via email to