public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/scimath: ChangeLog scimath-4.1.2-r1.ebuild scimath-3.0.7.ebuild
@ 2013-04-16  6:39 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-04-16  6:39 UTC (permalink / raw
  To: gentoo-commits

idella4     13/04/16 06:39:28

  Modified:             ChangeLog
  Added:                scimath-4.1.2-r1.ebuild
  Removed:              scimath-3.0.7.ebuild
  Log:
  drop old -3.0.7, migration -> distutils-r1
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.15                 dev-python/scimath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scimath/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scimath/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scimath/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Apr 2013 08:50:40 -0000	1.14
+++ ChangeLog	16 Apr 2013 06:39:28 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/scimath
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.14 2013/04/03 08:50:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/ChangeLog,v 1.15 2013/04/16 06:39:28 idella4 Exp $
+
+*scimath-4.1.2-r1 (16 Apr 2013)
+
+  16 Apr 2013; Ian Delaney <idella4@gentoo.org> +scimath-4.1.2-r1.ebuild,
+  -scimath-3.0.7.ebuild, scimath-4.1.2.ebuild:
+  drop old -3.0.7, migration -> distutils-r1
 
 *scimath-4.1.2 (03 Apr 2013)
 



1.1                  dev-python/scimath/scimath-4.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scimath/scimath-4.1.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/scimath/scimath-4.1.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: scimath-4.1.2-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scimath/scimath-4.1.2-r1.ebuild,v 1.1 2013/04/16 06:39:28 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 virtualx

DESCRIPTION="Enthought Tool Suite: Scientific and mathematical tools"
HOMEPAGE="http://code.enthought.com/projects/sci_math/ http://pypi.python.org/pypi/scimath"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
DISTUTILS_IN_SOURCE_BUILD=1

RDEPEND=">=dev-python/traits-4.1[${PYTHON_USEDEP}]
	>=dev-python/traitsui-4.1[${PYTHON_USEDEP}]
	sci-libs/scipy[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? (
		${RDEPEND}
		media-fonts/font-cursor-misc
		media-fonts/font-misc-misc
		x11-apps/xhost
	)"

python_compile_all() {
	use doc && emake -C docs html
}

python_test() {
	# ONE test assumes PYTHONPATH in its own dir!!!  !  !! !
	PYTHONPATH=build/lib/:build/lib/scimath/interpolate/
	VIRTUALX_COMMAND="nosetests" virtualmake
}

python_install_all() {
	distutils-r1_python_install_all

	use doc && dohtml -r docs/build/html/*
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-16  6:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-16  6:39 [gentoo-commits] gentoo-x86 commit in dev-python/scimath: ChangeLog scimath-4.1.2-r1.ebuild scimath-3.0.7.ebuild Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox