summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2017-02-13 11:19:37 -0600
committerKacper Kowalik <xarthisius@gentoo.org>2017-02-13 11:19:37 -0600
commit85fe078abbaf6e0f0c5860583c808ead0a19f324 (patch)
tree80ce230f2a89433c83f511fe27be0890698e4282 /sci-visualization
parentx11-apps/xinit: remove version 1.3.4 (diff)
downloadgentoo-85fe078abbaf6e0f0c5860583c808ead0a19f324.tar.gz
gentoo-85fe078abbaf6e0f0c5860583c808ead0a19f324.tar.bz2
gentoo-85fe078abbaf6e0f0c5860583c808ead0a19f324.zip
sci-visualization/yt: version bump, drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/yt/Manifest3
-rw-r--r--sci-visualization/yt/yt-3.3.2.ebuild42
-rw-r--r--sci-visualization/yt/yt-3.3.4.ebuild (renamed from sci-visualization/yt/yt-3.3.3.ebuild)5
3 files changed, 2 insertions, 48 deletions
diff --git a/sci-visualization/yt/Manifest b/sci-visualization/yt/Manifest
index 3aa7dfe3187f..7cbddb0f7f66 100644
--- a/sci-visualization/yt/Manifest
+++ b/sci-visualization/yt/Manifest
@@ -1,3 +1,2 @@
DIST yt-3.2.3.tar.gz 8585635 SHA256 4d6ccf345d9fab965335c9faf8708c7eea79366b81d77f0f302808be3e82c0ed SHA512 4e77cea0370148678c816ecd7be9c7549a10e0ddd02c68bc2ea6c88f1751eec9616f5fa844781b317f2dda644dfee8ebaa2c5f6dfaef554902451295c3e6ef72 WHIRLPOOL 79df77314c8e5bc6b10d8f36d9e63174eac30b9387c7dfaa0def43555e6e2d09a4ba532276ff7971b4fe892f40a08b9c0e15f80c401d2696080fd6c185bf15f9
-DIST yt-3.3.2.tar.gz 9924953 SHA256 a18e4cf498349804c64eec6509ec4d3a6beaa34ea63366543290c35774337f0e SHA512 82241087155c5d805012d2853b16d725e2d86e791036390cd363accbab049c37cbe689e56aca18c4ab7098f0fbe3250c21997a43007699911e607cd9782fb586 WHIRLPOOL 8f6389684208ddc7e93cc796fb86e64a338b0dd1145c39ec23c3adf1b1c01ec81c2fde6ae52dc7c19991efd775d15e38e7844b35d12f287281d38eb1463ae2b6
-DIST yt-3.3.3.tar.gz 8911901 SHA256 edf6453927eee311d4b51afacb52cd5504b2b57cc6d3d92dab9c6bfaf6d883df SHA512 e98325f91f7681bf6b72aef0b4e52fb78363c55c164739b18240d11eada37edc1c55cd63a9f6c32ada2414521704cae6b9f395f96245de3c15d468cddf07633a WHIRLPOOL d5c3d5e3714d666eecc588f832dd1a6de0ad60510dbd5d914f665d396ee5ed0aa1c47f741f20bacc0c30dfcfd2d6f935c16c6f6034fa99aa2396f5ffb4a257a8
+DIST yt-3.3.4.tar.gz 8913821 SHA256 64c109ba4baf5afc0e1bc276ed2e3de13f1c5ce85c6d8b4c60e9a47c54bf3bcb SHA512 8fb74b264f99c45c75a6ccf3509b6d1b5ad1e8cb11e437ee858fbe978548cd40fbfa61ee6790a41c252497ded6a840e48b237778a404473ec184672f2f8d52c6 WHIRLPOOL c5a4be7b2ad25e2064fe92ad1e7fc547f9f232beb7a323fbe82e3bcc70857da2780f18117f60bf0a4ef55bc8d7b0b21fe6db97608fe4872076830f58e7454acd
diff --git a/sci-visualization/yt/yt-3.3.2.ebuild b/sci-visualization/yt/yt-3.3.2.ebuild
deleted file mode 100644
index 0ff81757f9b8..000000000000
--- a/sci-visualization/yt/yt-3.3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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,3_5} )
-
-inherit distutils-r1 flag-o-matic
-
-DESCRIPTION="Astrophysical Simulation Analysis and Vizualization package"
-HOMEPAGE="http://yt-project.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-CDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${CDEPEND}
- 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.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
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- pushd "${BUILD_DIR}"/lib > /dev/null
- nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
- popd > /dev/null
-}
diff --git a/sci-visualization/yt/yt-3.3.3.ebuild b/sci-visualization/yt/yt-3.3.4.ebuild
index 617c30eeacec..4c87148160a3 100644
--- a/sci-visualization/yt/yt-3.3.3.ebuild
+++ b/sci-visualization/yt/yt-3.3.4.ebuild
@@ -29,9 +29,6 @@ DEPEND="${CDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
)"
-# Test fails in 3.3.3
-RESTRICT=test
-
python_prepare_all() {
append-flags -fno-strict-aliasing
distutils-r1_python_prepare_all
@@ -39,6 +36,6 @@ python_prepare_all() {
python_test() {
pushd "${BUILD_DIR}"/lib >/dev/null || die
- nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
+ nosetests -sv --exclude=test_flake8 || die "Tests fail with ${EPYTHON} ${PWD}"
popd >/dev/null || die
}