Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/uproot/
Date: Sat, 29 Aug 2020 10:49:12
Message-Id: 1598698142.361769bdf158a147a162c09a3648e01f72f7ecf1.heroxbd@gentoo
1 commit: 361769bdf158a147a162c09a3648e01f72f7ecf1
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 10:48:42 2020 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 10:49:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=361769bd
7
8 sci-physics/uproot: bump to 3.12.0.
9
10 Add python 3.7 and 3.8 targets.
11
12 Package-Manager: Portage-2.3.88, Repoman-2.3.18
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 sci-physics/uproot/uproot-3.12.0.ebuild | 21 +++++++++++++++++++++
16 1 file changed, 21 insertions(+)
17
18 diff --git a/sci-physics/uproot/uproot-3.12.0.ebuild b/sci-physics/uproot/uproot-3.12.0.ebuild
19 new file mode 100644
20 index 000000000..d6cf2148f
21 --- /dev/null
22 +++ b/sci-physics/uproot/uproot-3.12.0.ebuild
23 @@ -0,0 +1,21 @@
24 +# Copyright 1999-2020 Gentoo Authors
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI=7
28 +
29 +PYTHON_COMPAT=( python3_{6,7,8} )
30 +
31 +inherit distutils-r1
32 +
33 +DESCRIPTION="Manipulate arrays of complex data structures as easily as Numpy."
34 +HOMEPAGE="https://github.com/scikit-hep/${PN}"
35 +SRC_URI="https://github.com/scikit-hep/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 +
37 +LICENSE="BSD"
38 +SLOT="0"
39 +KEYWORDS="~amd64"
40 +
41 +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
42 + sci-libs/awkward-array[${PYTHON_USEDEP}]
43 + sci-physics/uproot-methods[${PYTHON_USEDEP}]
44 + dev-python/cachetools[${PYTHON_USEDEP}]"