public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/enable: enable-4.3.0.ebuild ChangeLog enable-3.4.0.ebuild enable-4.2.0.ebuild enable-4.0.0.ebuild enable-3.4.1.ebuild enable-4.1.0.ebuild enable-4.2.0-r1.ebuild
@ 2013-05-14 13:57 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2013-05-14 13:57 UTC (permalink / raw
  To: gentoo-commits

idella4     13/05/14 13:57:22

  Modified:             ChangeLog
  Added:                enable-4.3.0.ebuild
  Removed:              enable-3.4.0.ebuild enable-4.2.0.ebuild
                        enable-4.0.0.ebuild enable-3.4.1.ebuild
                        enable-4.1.0.ebuild enable-4.2.0-r1.ebuild
  Log:
  bump, re-make of enable-4-rogue-tests.patch for new version, drop old
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.24                 dev-python/enable/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/enable/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	15 Apr 2013 19:31:48 -0000	1.23
+++ ChangeLog	14 May 2013 13:57:21 -0000	1.24
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/enable
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/ChangeLog,v 1.23 2013/04/15 19:31:48 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/ChangeLog,v 1.24 2013/05/14 13:57:21 idella4 Exp $
+
+*enable-4.3.0 (14 May 2013)
+
+  14 May 2013; Ian Delaney <idella4@gentoo.org> +enable-4.3.0.ebuild,
+  -enable-3.4.0.ebuild, -enable-3.4.1.ebuild, -enable-4.0.0.ebuild,
+  -enable-4.1.0.ebuild, -enable-4.2.0-r1.ebuild, -enable-4.2.0.ebuild,
+  files/enable-4-rogue-tests.patch:
+  bump, re-make of enable-4-rogue-tests.patch for new version, drop old
 
   15 Apr 2013; Ian Delaney <idella4@gentoo.org> enable-4.2.0-r1.ebuild:
   minor corrections/tidyup



1.1                  dev-python/enable/enable-4.3.0.ebuild

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

Index: enable-4.3.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-4.3.0.ebuild,v 1.1 2013/05/14 13:57:21 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SRC_TEST="nosetests"

inherit distutils-r1 virtualx

DESCRIPTION="Enthought Tool Suite: Drawing and interaction packages"
HOMEPAGE="http://code.enthought.com/projects/enable/ http://pypi.python.org/pypi/enable"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz
	http://dev.gentoo.org/~idella4/${PN}-4-TestsPaths.patch"

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

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/reportlab[${PYTHON_USEDEP}]
	>=dev-python/traitsui-4[${PYTHON_USEDEP}]
	>=media-libs/freetype-2
	virtual/opengl
	virtual/glu
	x11-libs/libX11"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
	dev-lang/swig
	dev-python/cython[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? (
		media-fonts/font-cursor-misc
		media-fonts/font-misc-misc
	)"

# Remove check for Darwin systems, set py.test style xfails,
# Re-set import paths in tests, 'enabling' enable to find its own in source modules!!?!
# https://github.com/enthought/enable/issues/99
PATCHES=( "${FILESDIR}"/${PN}-4-rogue-tests.patch \
	   "${DISTDIR}"/${PN}-4-TestsPaths.patch )

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

python_test() {
	VIRTUALX_COMMAND="nosetests" virtualmake
}

python_install_all() {
	use doc && dohtml -r docs/build/html/*

	use examples && local EXAMPLES=( examples/. )
	distutils-r1_python_install_all
}





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

only message in thread, other threads:[~2013-05-14 13:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 13:57 [gentoo-commits] gentoo-x86 commit in dev-python/enable: enable-4.3.0.ebuild ChangeLog enable-3.4.0.ebuild enable-4.2.0.ebuild enable-4.0.0.ebuild enable-3.4.1.ebuild enable-4.1.0.ebuild enable-4.2.0-r1.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