public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-libs/awkward-array/, sci-physics/uproot-methods/, sci-physics/uproot/, ...
@ 2020-12-20 11:50 Benda XU
  0 siblings, 0 replies; only message in thread
From: Benda XU @ 2020-12-20 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     a97eaed2a39366b1e3e535d8b7818603bd388b95
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sat Dec 19 21:38:41 2020 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 11:48:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a97eaed2

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 <AT> gentoo.org>

 profiles/package.mask                              |  1 -
 sci-libs/awkward-array/awkward-array-0.13.0.ebuild | 25 ----------------------
 sci-libs/awkward-array/metadata.xml                |  7 ------
 sci-physics/uproot-methods/metadata.xml            |  7 ------
 .../uproot-methods/uproot-methods-0.7.2.ebuild     | 20 -----------------
 .../uproot-methods/uproot-methods-0.7.4.ebuild     | 20 -----------------
 sci-physics/uproot/metadata.xml                    |  7 ------
 sci-physics/uproot/uproot-3.11.0.ebuild            | 21 ------------------
 sci-physics/uproot/uproot-3.12.0.ebuild            | 21 ------------------
 9 files changed, 129 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 793206041..6a455be74 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -156,5 +156,4 @@ sci-misc/kaldi
 sci-misc/kotus-sanalista
 sci-physics/fullprof-bin
 sci-physics/openmx
-sci-physics/uproot
 x11-libs/tr

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
-}

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

diff --git a/sci-physics/uproot-methods/metadata.xml b/sci-physics/uproot-methods/metadata.xml
deleted file mode 100644
index 7203fb853..000000000
--- a/sci-physics/uproot-methods/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>heroxbd@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
deleted file mode 100644
index f6aab1a35..000000000
--- a/sci-physics/uproot-methods/uproot-methods-0.7.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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=""

diff --git a/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild b/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
deleted file mode 100644
index f1e393642..000000000
--- a/sci-physics/uproot-methods/uproot-methods-0.7.4.ebuild
+++ /dev/null
@@ -1,20 +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/${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=""

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

diff --git a/sci-physics/uproot/uproot-3.11.0.ebuild b/sci-physics/uproot/uproot-3.11.0.ebuild
deleted file mode 100644
index 599c499b5..000000000
--- a/sci-physics/uproot/uproot-3.11.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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}]
-	sci-physics/uproot-methods[${PYTHON_USEDEP}]
-	dev-python/cachetools[${PYTHON_USEDEP}]"

diff --git a/sci-physics/uproot/uproot-3.12.0.ebuild b/sci-physics/uproot/uproot-3.12.0.ebuild
deleted file mode 100644
index d6cf2148f..000000000
--- a/sci-physics/uproot/uproot-3.12.0.ebuild
+++ /dev/null
@@ -1,21 +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/${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}]
-	sci-physics/uproot-methods[${PYTHON_USEDEP}]
-	dev-python/cachetools[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-20 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-20 11:50 [gentoo-commits] proj/sci:master commit in: sci-libs/awkward-array/, sci-physics/uproot-methods/, sci-physics/uproot/, Benda XU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox