commit: c398073778d3b0b67dbf35b5eb54ffd34d353a14 Author: Andrew Reisner <andrew <AT> reisner <DOT> co> AuthorDate: Wed Jul 16 04:10:52 2014 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Wed Jul 16 04:10:52 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3980737
version bump Package-Manager: portage-2.2.8-r1 --- dev-python/instant/ChangeLog | 10 ++++++++-- dev-python/instant/instant-1.3.0.ebuild | 21 +++++++++++++++++++++ dev-python/instant/instant-1.4.0.ebuild | 21 +++++++++++++++++++++ 3 files changed, 50 insertions(+), 2 deletions(-) diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog index 99e1f9e..af28b7f 100644 --- a/dev-python/instant/ChangeLog +++ b/dev-python/instant/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for dev-python/instant -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*instant-1.3.0 (16 Jul 2014) +*instant-1.4.0 (16 Jul 2014) + + 16 Jul 2014; Andrew Reisner <[email protected]> +instant-1.3.0.ebuild, + +instant-1.4.0.ebuild: + version bump + *instant-1.2.0 (14 Jun 2013) 14 Jun 2013; Justin Lecher <[email protected]> -instant-0.9.8.ebuild, @@ -13,4 +20,3 @@ 14 Dec 2010; Nico Schlömer <[email protected]> +instant-0.9.8.ebuild, +metadata.xml: Initial import. - diff --git a/dev-python/instant/instant-1.3.0.ebuild b/dev-python/instant/instant-1.3.0.ebuild new file mode 100644 index 0000000..ffa211a --- /dev/null +++ b/dev-python/instant/instant-1.3.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="https://bitbucket.org/fenics-project/instant/" +SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/swig" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild new file mode 100644 index 0000000..ffa211a --- /dev/null +++ b/dev-python/instant/instant-1.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="https://bitbucket.org/fenics-project/instant/" +SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/swig" +RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
