From: "Kacper Kowalik" <xarthisius@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/yt/
Date: Mon, 1 Aug 2016 19:37:01 +0000 (UTC) [thread overview]
Message-ID: <1470080130.389dd14360d1fa9d594f0e358242ac2ef2e74cb9.xarthisius@gentoo> (raw)
commit: 389dd14360d1fa9d594f0e358242ac2ef2e74cb9
Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 1 19:35:30 2016 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon Aug 1 19:35:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389dd143
sci-visualization/yt: version bump, drop old
Package-Manager: portage-2.2.28
sci-visualization/yt/Manifest | 2 +-
sci-visualization/yt/{yt-3.2.2.ebuild => yt-3.3.1.ebuild} | 15 +++++----------
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/sci-visualization/yt/Manifest b/sci-visualization/yt/Manifest
index 4ae1fc9..23d09d8 100644
--- a/sci-visualization/yt/Manifest
+++ b/sci-visualization/yt/Manifest
@@ -1,2 +1,2 @@
-DIST yt-3.2.2.tar.gz 7428532 SHA256 78866f51e4751534ad60987000f149a8295952b99b37ca249d45e4d11095a5df SHA512 5e8ad307103242cc75a4206b454653cb421bfaaa8e73fcf0a58197aa7adf39f5b1a5f577ee834cb64b68ab6734ec1bd32a96dc1dfe4ca6d85a08f09202c7b19e WHIRLPOOL 5345c6cdd0a57f81d74cb05d92ef64e3c251f08f75cdeccab8ad70bfded2d72262f6ab345ef111d0b023934bb96091c467f2996645ed6d45f6e422f2e6ff3d97
DIST yt-3.2.3.tar.gz 8585635 SHA256 4d6ccf345d9fab965335c9faf8708c7eea79366b81d77f0f302808be3e82c0ed SHA512 4e77cea0370148678c816ecd7be9c7549a10e0ddd02c68bc2ea6c88f1751eec9616f5fa844781b317f2dda644dfee8ebaa2c5f6dfaef554902451295c3e6ef72 WHIRLPOOL 79df77314c8e5bc6b10d8f36d9e63174eac30b9387c7dfaa0def43555e6e2d09a4ba532276ff7971b4fe892f40a08b9c0e15f80c401d2696080fd6c185bf15f9
+DIST yt-3.3.1.tar.gz 8927443 SHA256 01e3b3398d43b8eab698d55ba37ef3d701ea026b899c0940a1ee34b215e25a31 SHA512 4e7e8d8efe533b399952a8d7cd6ca9162e35e57148b96be46aaca65d3e53e09c22b90a31f4bf58951ba46aa59fc0e9269ef99453a2b729971821dece2f932099 WHIRLPOOL c8276b3d36db4f7bb34cb9f8e45d9033eb53f51d2786bf5a1769ca9ca78c64af9eb720b24e26166788879a901fc7abf058b663ba64752c17737b4a3dd7072d90
diff --git a/sci-visualization/yt/yt-3.2.2.ebuild b/sci-visualization/yt/yt-3.3.1.ebuild
similarity index 69%
rename from sci-visualization/yt/yt-3.2.2.ebuild
rename to sci-visualization/yt/yt-3.3.1.ebuild
index 34cc285..0ff8175 100644
--- a/sci-visualization/yt/yt-3.2.2.ebuild
+++ b/sci-visualization/yt/yt-3.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 flag-o-matic
@@ -17,26 +17,21 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
-CDEPEND="media-libs/libpng:0=
- sci-libs/hdf5:=
- dev-python/numpy[${PYTHON_USEDEP}]"
+CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
RDEPEND="${CDEPEND}
- dev-python/ipython[notebook,${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/sympy[${PYTHON_USEDEP}]"
# dev-python/pyx[${PYTHON_USEDEP}]
DEPEND="${CDEPEND}
- >=dev-python/cython-0.22[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]
+ >=dev-python/cython-0.24[${PYTHON_USEDEP}]
+ >=dev-python/setuptools-20.0[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
python_prepare_all() {
append-flags -fno-strict-aliasing
- sed -i yt/utilities/setup.py \
- -e "s:/usr:${EPREFIX}/usr:g" || die
distutils-r1_python_prepare_all
}
next reply other threads:[~2016-08-01 19:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-01 19:37 Kacper Kowalik [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-16 6:05 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/yt/ Michał Górny
2020-01-16 6:05 Michał Górny
2017-08-14 22:32 Sebastien Fabbro
2017-07-04 23:05 Sebastien Fabbro
2017-06-20 12:53 Pacho Ramos
2017-02-13 17:19 Kacper Kowalik
2017-01-29 22:51 David Seifert
2016-10-27 16:23 Kacper Kowalik
2015-11-13 22:44 Kacper Kowalik
2015-09-14 15:30 Kacper Kowalik
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=1470080130.389dd14360d1fa9d594f0e358242ac2ef2e74cb9.xarthisius@gentoo \
--to=xarthisius@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