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

idella4     13/04/14 10:31:36

  Modified:             ChangeLog
  Added:                envisageplugins-3.2.0-r1.ebuild
  Log:
  migration -> distutils-r1
  
  (Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.13                 dev-python/envisageplugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Feb 2013 02:39:31 -0000	1.12
+++ ChangeLog	14 Apr 2013 10:31:36 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/envisageplugins
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.12 2013/02/04 02:39:31 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/envisageplugins/ChangeLog,v 1.13 2013/04/14 10:31:36 idella4 Exp $
+
+*envisageplugins-3.2.0-r1 (14 Apr 2013)
+
+  14 Apr 2013; Ian Delaney <idella4@gentoo.org>
+  +envisageplugins-3.2.0-r1.ebuild, +files/set-INFO.patch,
+  envisageplugins-3.2.0.ebuild:
+  migration -> distutils-r1
 
   04 Feb 2013; Benda Xu <heroxbd@gentoo.org> envisageplugins-3.2.0.ebuild:
   keyword ~amd64-linux



1.1                  dev-python/envisageplugins/envisageplugins-3.2.0-r1.ebuild

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

Index: envisageplugins-3.2.0-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/envisageplugins/envisageplugins-3.2.0-r1.ebuild,v 1.1 2013/04/14 10:31:36 idella4 Exp $

EAPI=5
PYTHON_COMPAT=python2_7

inherit distutils-r1

MY_PN="EnvisagePlugins"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Enthought Tool Suite: Plug-ins for the Envisage framework"
HOMEPAGE="http://code.enthought.com/projects/envisage_plugins.php"
SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"

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

RDEPEND=">=dev-python/envisage-4.0.0[${PYTHON_USEDEP}]
	dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	test? (
		dev-python/coverage[${PYTHON_USEDEP}]
		dev-python/nose[${PYTHON_USEDEP}]
		media-fonts/font-cursor-misc
		media-fonts/font-misc-misc
	)"

S="${WORKDIR}/${MY_P}"

# Set dep to >=dev-python/envisage-4
PATCHES=( "${FILESDIR}"/set-INFO.patch )

python_test() {
	export ETS_TOOLKIT=wx
	nosetests || die
}

python_install_all() {
	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi

	distutils-r1_python_install_all
}





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

only message in thread, other threads:[~2013-04-14 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 10:31 [gentoo-commits] gentoo-x86 commit in dev-python/envisageplugins: envisageplugins-3.2.0-r1.ebuild ChangeLog 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