public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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, 13 Feb 2017 17:19:57 +0000 (UTC)	[thread overview]
Message-ID: <1487006377.85fe078abbaf6e0f0c5860583c808ead0a19f324.xarthisius@gentoo> (raw)

commit:     85fe078abbaf6e0f0c5860583c808ead0a19f324
Author:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 13 17:19:37 2017 +0000
Commit:     Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon Feb 13 17:19:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85fe078a

sci-visualization/yt: version bump, drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sci-visualization/yt/Manifest                      |  3 +-
 sci-visualization/yt/yt-3.3.2.ebuild               | 42 ----------------------
 .../yt/{yt-3.3.3.ebuild => yt-3.3.4.ebuild}        |  5 +--
 3 files changed, 2 insertions(+), 48 deletions(-)

diff --git a/sci-visualization/yt/Manifest b/sci-visualization/yt/Manifest
index 3aa7dfe318..7cbddb0f7f 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 0ff81757f9..0000000000
--- 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
similarity index 91%
rename from sci-visualization/yt/yt-3.3.3.ebuild
rename to sci-visualization/yt/yt-3.3.4.ebuild
index 617c30eeac..4c87148160 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
 }


             reply	other threads:[~2017-02-13 17:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 17:19 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-01-29 22:51 David Seifert
2016-10-27 16:23 Kacper Kowalik
2016-08-01 19:37 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=1487006377.85fe078abbaf6e0f0c5860583c808ead0a19f324.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