Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/yt/
Date: Mon, 13 Feb 2017 17:20:01
Message-Id: 1487006377.85fe078abbaf6e0f0c5860583c808ead0a19f324.xarthisius@gentoo
1 commit: 85fe078abbaf6e0f0c5860583c808ead0a19f324
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 17:19:37 2017 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 17:19:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fe078a
7
8 sci-visualization/yt: version bump, drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-visualization/yt/Manifest | 3 +-
13 sci-visualization/yt/yt-3.3.2.ebuild | 42 ----------------------
14 .../yt/{yt-3.3.3.ebuild => yt-3.3.4.ebuild} | 5 +--
15 3 files changed, 2 insertions(+), 48 deletions(-)
16
17 diff --git a/sci-visualization/yt/Manifest b/sci-visualization/yt/Manifest
18 index 3aa7dfe318..7cbddb0f7f 100644
19 --- a/sci-visualization/yt/Manifest
20 +++ b/sci-visualization/yt/Manifest
21 @@ -1,3 +1,2 @@
22 DIST yt-3.2.3.tar.gz 8585635 SHA256 4d6ccf345d9fab965335c9faf8708c7eea79366b81d77f0f302808be3e82c0ed SHA512 4e77cea0370148678c816ecd7be9c7549a10e0ddd02c68bc2ea6c88f1751eec9616f5fa844781b317f2dda644dfee8ebaa2c5f6dfaef554902451295c3e6ef72 WHIRLPOOL 79df77314c8e5bc6b10d8f36d9e63174eac30b9387c7dfaa0def43555e6e2d09a4ba532276ff7971b4fe892f40a08b9c0e15f80c401d2696080fd6c185bf15f9
23 -DIST yt-3.3.2.tar.gz 9924953 SHA256 a18e4cf498349804c64eec6509ec4d3a6beaa34ea63366543290c35774337f0e SHA512 82241087155c5d805012d2853b16d725e2d86e791036390cd363accbab049c37cbe689e56aca18c4ab7098f0fbe3250c21997a43007699911e607cd9782fb586 WHIRLPOOL 8f6389684208ddc7e93cc796fb86e64a338b0dd1145c39ec23c3adf1b1c01ec81c2fde6ae52dc7c19991efd775d15e38e7844b35d12f287281d38eb1463ae2b6
24 -DIST yt-3.3.3.tar.gz 8911901 SHA256 edf6453927eee311d4b51afacb52cd5504b2b57cc6d3d92dab9c6bfaf6d883df SHA512 e98325f91f7681bf6b72aef0b4e52fb78363c55c164739b18240d11eada37edc1c55cd63a9f6c32ada2414521704cae6b9f395f96245de3c15d468cddf07633a WHIRLPOOL d5c3d5e3714d666eecc588f832dd1a6de0ad60510dbd5d914f665d396ee5ed0aa1c47f741f20bacc0c30dfcfd2d6f935c16c6f6034fa99aa2396f5ffb4a257a8
25 +DIST yt-3.3.4.tar.gz 8913821 SHA256 64c109ba4baf5afc0e1bc276ed2e3de13f1c5ce85c6d8b4c60e9a47c54bf3bcb SHA512 8fb74b264f99c45c75a6ccf3509b6d1b5ad1e8cb11e437ee858fbe978548cd40fbfa61ee6790a41c252497ded6a840e48b237778a404473ec184672f2f8d52c6 WHIRLPOOL c5a4be7b2ad25e2064fe92ad1e7fc547f9f232beb7a323fbe82e3bcc70857da2780f18117f60bf0a4ef55bc8d7b0b21fe6db97608fe4872076830f58e7454acd
26
27 diff --git a/sci-visualization/yt/yt-3.3.2.ebuild b/sci-visualization/yt/yt-3.3.2.ebuild
28 deleted file mode 100644
29 index 0ff81757f9..0000000000
30 --- a/sci-visualization/yt/yt-3.3.2.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
40 -
41 -inherit distutils-r1 flag-o-matic
42 -
43 -DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
44 -HOMEPAGE="http://yt-project.org/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
50 -IUSE="test"
51 -
52 -CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
53 -RDEPEND="${CDEPEND}
54 - dev-python/h5py[${PYTHON_USEDEP}]
55 - dev-python/matplotlib[${PYTHON_USEDEP}]
56 - dev-python/sympy[${PYTHON_USEDEP}]"
57 -# dev-python/pyx[${PYTHON_USEDEP}]
58 -DEPEND="${CDEPEND}
59 - >=dev-python/cython-0.24[${PYTHON_USEDEP}]
60 - >=dev-python/setuptools-20.0[${PYTHON_USEDEP}]
61 - test? ( ${RDEPEND}
62 - dev-python/nose[${PYTHON_USEDEP}]
63 - )"
64 -
65 -python_prepare_all() {
66 - append-flags -fno-strict-aliasing
67 - distutils-r1_python_prepare_all
68 -}
69 -
70 -python_test() {
71 - pushd "${BUILD_DIR}"/lib > /dev/null
72 - nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
73 - popd > /dev/null
74 -}
75
76 diff --git a/sci-visualization/yt/yt-3.3.3.ebuild b/sci-visualization/yt/yt-3.3.4.ebuild
77 similarity index 91%
78 rename from sci-visualization/yt/yt-3.3.3.ebuild
79 rename to sci-visualization/yt/yt-3.3.4.ebuild
80 index 617c30eeac..4c87148160 100644
81 --- a/sci-visualization/yt/yt-3.3.3.ebuild
82 +++ b/sci-visualization/yt/yt-3.3.4.ebuild
83 @@ -29,9 +29,6 @@ DEPEND="${CDEPEND}
84 dev-python/nose[${PYTHON_USEDEP}]
85 )"
86
87 -# Test fails in 3.3.3
88 -RESTRICT=test
89 -
90 python_prepare_all() {
91 append-flags -fno-strict-aliasing
92 distutils-r1_python_prepare_all
93 @@ -39,6 +36,6 @@ python_prepare_all() {
94
95 python_test() {
96 pushd "${BUILD_DIR}"/lib >/dev/null || die
97 - nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
98 + nosetests -sv --exclude=test_flake8 || die "Tests fail with ${EPYTHON} ${PWD}"
99 popd >/dev/null || die
100 }