From: "Benda XU" <heroxbd@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/
Date: Mon, 12 Mar 2018 07:49:07 +0000 (UTC) [thread overview]
Message-ID: <1520840940.91da98ffd189a16e302e615b9c6228e89433e952.heroxbd@gentoo> (raw)
commit: 91da98ffd189a16e302e615b9c6228e89433e952
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 07:22:11 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 07:49:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91da98ff
dev-python/root_numpy: bump to 4.7.3 and remove old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/root_numpy/Manifest | 4 +--
dev-python/root_numpy/root_numpy-3.3.0.ebuild | 35 ----------------------
dev-python/root_numpy/root_numpy-3.3.1.ebuild | 35 ----------------------
..._numpy-3.2.0.ebuild => root_numpy-4.7.3.ebuild} | 6 ++--
4 files changed, 4 insertions(+), 76 deletions(-)
diff --git a/dev-python/root_numpy/Manifest b/dev-python/root_numpy/Manifest
index 858b007f216..8f35909f970 100644
--- a/dev-python/root_numpy/Manifest
+++ b/dev-python/root_numpy/Manifest
@@ -1,4 +1,2 @@
-DIST root_numpy-3.2.0.tar.gz 316240 BLAKE2B a8e4b26fefe6ba312e9d8cf9f93ee269d11018a5d7b74dbe2be2b1f5e98a100203292454c893b1a0f63cce6b56cdf965fdc400ca4ef48b7eb9ea3c416814b245 SHA512 da08a33eeb225a57053eafc6247e55fec8c56e231455c255d71d3adfb6119d35d0b41fcf54d5d99690743a525e9d5ecfcde7efe53fb0551e38affa10e336485f
-DIST root_numpy-3.3.0.tar.gz 359688 BLAKE2B 62e0b8ce43863ec5dbbd6a1fbee5cec3dd22cff3c4f3822999ab2a8306a830e61cad5cb07bd2a27937b332a7b7bbd998b8fd61d822173ba8649ceaab52aaf567 SHA512 97a75ed46cdb25ff6f7c680c359cc84cf1a9b0f6204d5ee9e7cf0d1bd0847910be7d0599e9a38df42593c56842d7cf6ecd982c2f3620db5c9162442af59c1acb
-DIST root_numpy-3.3.1.tar.gz 361107 BLAKE2B ec1e38a6342e9ca7de9ff257f2b9442c8e6bca84a6a92abe749833ccd02d837294f9c3feddc9b4d5471f2a5b6ff51e56f10d26939b779293cfe6da09fbc55c1f SHA512 5fe0340c8e0550492b97bde0a75bef4c3b5a302d61090f79e2858b9adf93e0b522dba341a3fb60ca6557d033c429f6c93c1330caf38568a6060ad41e664063e9
DIST root_numpy-4.4.0.tar.gz 441522 BLAKE2B af3b0b08e80e7cba57730cdb32719ad56be914b5329d953693b898f2bb30c19b3bfa7bb4594e7fed819b08a3ba6894580e38d03f9520ecffab7a67daa17898be SHA512 24afa043e4bdaa74412c36ff90ee8c1fc411801d9dc394ab5036035924910a7f4f304c5c90f4c5f389aaee9dda07b0b7e25566e68c4da424f1b4d59e6184f5b2
+DIST root_numpy-4.7.3.tar.gz 522432 BLAKE2B 9aab3090c894d8917218a68d83269c0f426ee4e7f81628081e9e710c4239bba5e8f88dcb1d91156cf02c7c36b1ee5d03cdd0c3931ca6e2f3eee6c78201386705 SHA512 7c2684ac0e4e68676304e2a72c7169e0299cfea5b4b63f2525a422974ca83f9c9b4f9f11d992acef7d8565cda7f7a85bd13621513cd7c47f1887aaa0cc46d6e7
diff --git a/dev-python/root_numpy/root_numpy-3.3.0.ebuild b/dev-python/root_numpy/root_numpy-3.3.0.ebuild
deleted file mode 100644
index c472f85d822..00000000000
--- a/dev-python/root_numpy/root_numpy-3.3.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Interface between ROOT and numpy"
-HOMEPAGE="https://github.com/rootpy/root_numpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-physics/root[python,${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- cd "${BUILD_DIR}" || die
- nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( tutorial/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/root_numpy/root_numpy-3.3.1.ebuild b/dev-python/root_numpy/root_numpy-3.3.1.ebuild
deleted file mode 100644
index c472f85d822..00000000000
--- a/dev-python/root_numpy/root_numpy-3.3.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Interface between ROOT and numpy"
-HOMEPAGE="https://github.com/rootpy/root_numpy"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples test"
-
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- sci-physics/root[python,${PYTHON_USEDEP}]"
-
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- cd "${BUILD_DIR}" || die
- nosetests -v || die "Testing failed with ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES=( tutorial/. )
- distutils-r1_python_install_all
-}
diff --git a/dev-python/root_numpy/root_numpy-3.2.0.ebuild b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
similarity index 87%
rename from dev-python/root_numpy/root_numpy-3.2.0.ebuild
rename to dev-python/root_numpy/root_numpy-4.7.3.ebuild
index c472f85d822..81df51049d4 100644
--- a/dev-python/root_numpy/root_numpy-3.2.0.ebuild
+++ b/dev-python/root_numpy/root_numpy-4.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -12,14 +12,14 @@ DESCRIPTION="Interface between ROOT and numpy"
HOMEPAGE="https://github.com/rootpy/root_numpy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="MIT"
+LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples test"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
- sci-physics/root[python,${PYTHON_USEDEP}]"
+ sci-physics/root:=[python,${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
next reply other threads:[~2018-03-12 7:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-12 7:49 Benda XU [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-20 9:58 [gentoo-commits] repo/gentoo:master commit in: dev-python/root_numpy/ David Seifert
2020-01-16 6:05 Michał Górny
2020-01-16 6:05 Michał Górny
2018-03-16 5:26 Benda XU
2015-10-08 7:50 Benda XU
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520840940.91da98ffd189a16e302e615b9c6228e89433e952.heroxbd@gentoo \
--to=heroxbd@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox