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-methods/
Date: Sat, 29 Aug 2020 10:49:13
Message-Id: 1598698142.567964848893e5eff970c5c319c4de183c534d9a.heroxbd@gentoo
1 commit: 567964848893e5eff970c5c319c4de183c534d9a
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 10:47:45 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=56796484
7
8 sci-physics/uproot-methods: bump to 0.7.4.
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 .../uproot-methods/uproot-methods-0.7.4.ebuild | 20 ++++++++++++++++++++
16 1 file changed, 20 insertions(+)
17
18 diff --git a/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild b/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
19 new file mode 100644
20 index 000000000..f1e393642
21 --- /dev/null
22 +++ b/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
23 @@ -0,0 +1,20 @@
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 +DEPEND=""