aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-19 21:38:41 +0000
committerBenda Xu <heroxbd@gentoo.org>2020-12-20 19:48:17 +0800
commita97eaed2a39366b1e3e535d8b7818603bd388b95 (patch)
treebf01fc94f339cc69fdb252caecf583cd6bccd8b0 /sci-libs/awkward-array/awkward-array-0.13.0.ebuild
parentRevert "eclass/rpm-extended: add eclass" (diff)
downloadsci-a97eaed2a39366b1e3e535d8b7818603bd388b95.tar.gz
sci-a97eaed2a39366b1e3e535d8b7818603bd388b95.tar.bz2
sci-a97eaed2a39366b1e3e535d8b7818603bd388b95.zip
sci-physics/uproot: remove with its dependencies.
Alternatively, uproot3 ebuild from https://github.com/jiegec/gentoo-pypi-sci is available. Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/awkward-array/awkward-array-0.13.0.ebuild')
-rw-r--r--sci-libs/awkward-array/awkward-array-0.13.0.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-libs/awkward-array/awkward-array-0.13.0.ebuild b/sci-libs/awkward-array/awkward-array-0.13.0.ebuild
deleted file mode 100644
index d4e8f2f3c..000000000
--- a/sci-libs/awkward-array/awkward-array-0.13.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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/awkward-array"
-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}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i -e '/pytest-runner/d' setup.py || die
- distutils-r1_python_prepare_all
-}