xarthisius    15/07/29 03:28:38

  Modified:             ChangeLog
  Added:                yt-3.2.ebuild
  Removed:              yt-3.0.1.ebuild yt-3.0.2.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  Changes    Path
1.7                  sci-visualization/yt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/yt/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/yt/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/yt/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/yt/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   4 Jun 2015 11:05:15 -0000       1.6
+++ ChangeLog   29 Jul 2015 03:28:38 -0000      1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/yt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/yt/ChangeLog,v 1.6 
2015/06/04 11:05:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/yt/ChangeLog,v 1.7 
2015/07/29 03:28:38 xarthisius Exp $
+
+*yt-3.2 (29 Jul 2015)
+
+  29 Jul 2015; Kacper Kowalik <xarthis...@gentoo.org> +yt-3.2.ebuild,
+  -yt-3.0.1.ebuild, -yt-3.0.2.ebuild:
+  Version bump, drop old
 
   04 Jun 2015; Justin Lecher <j...@gentoo.org> metadata.xml:
   Add pypi to remote-id in metadata.xml



1.1                  sci-visualization/yt/yt-3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/yt/yt-3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/yt/yt-3.2.ebuild?rev=1.1&content-type=text/plain

Index: yt-3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/yt/yt-3.2.ebuild,v 1.1 
2015/07/29 03:28:38 xarthisius Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_4} )

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="media-libs/libpng:0=
        sci-libs/hdf5:=
        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-0.7[${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
}

python_test() {
        pushd "${BUILD_DIR}"/lib > /dev/null
        nosetests -sv || die "Tests fail with ${EPYTHON} ${PWD}"
        popd > /dev/null
}




Reply via email to