From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9B68B1381F3 for ; Fri, 14 Jun 2013 11:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EF7CE0A5D; Fri, 14 Jun 2013 11:21:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FA9CE0A5D for ; Fri, 14 Jun 2013 11:21:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75E1133DBAB for ; Fri, 14 Jun 2013 11:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2AE38E5465 for ; Fri, 14 Jun 2013 11:21:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371203578.65298055b297f1e4fb458408dd89c8594cfad14f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/instant/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/instant/ChangeLog dev-python/instant/instant-0.9.8.ebuild dev-python/instant/instant-1.2.0.ebuild dev-python/instant/metadata.xml X-VCS-Directories: dev-python/instant/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 65298055b297f1e4fb458408dd89c8594cfad14f X-VCS-Branch: master Date: Fri, 14 Jun 2013 11:21:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c33a8db9-c259-4031-b3ac-6694908171c9 X-Archives-Hash: 6d60431b831a73d3fdaa41af646e071b commit: 65298055b297f1e4fb458408dd89c8594cfad14f Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 14 09:52:58 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 14 09:52:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65298055 dev-python/instant: Version Bump; Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/instant/ChangeLog | 8 +++++++- dev-python/instant/instant-0.9.8.ebuild | 23 ----------------------- dev-python/instant/instant-1.2.0.ebuild | 18 ++++++++++++++++++ dev-python/instant/metadata.xml | 4 ++-- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog index 4577605..99e1f9e 100644 --- a/dev-python/instant/ChangeLog +++ b/dev-python/instant/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-python/instant -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*instant-1.2.0 (14 Jun 2013) + + 14 Jun 2013; Justin Lecher -instant-0.9.8.ebuild, + +instant-1.2.0.ebuild, metadata.xml: + Version Bump; Bump to EAPI=5 and distutils-r1.eclass + *instant-0.9.8 (14 Dec 2010) 14 Dec 2010; Nico Schlömer diff --git a/dev-python/instant/instant-0.9.8.ebuild b/dev-python/instant/instant-0.9.8.ebuild deleted file mode 100644 index 8072f46..0000000 --- a/dev-python/instant/instant-0.9.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Instant inlining of C and C++ code in Python" -HOMEPAGE="http://launchpad.net/instant" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-python/instant/instant-1.2.0.ebuild b/dev-python/instant/instant-1.2.0.ebuild new file mode 100644 index 0000000..d563376 --- /dev/null +++ b/dev-python/instant/instant-1.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="http://launchpad.net/instant" +SRC_URI="https://launchpad.net/instant/1.2.x/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml index b64917f..c446ffa 100644 --- a/dev-python/instant/metadata.xml +++ b/dev-python/instant/metadata.xml @@ -1,8 +1,8 @@ - sci - + sci + Instant is a Python module that allows for instant inlining of C and C++ code in Python. It is a small Python module built on top of SWIG and Distutils. It is part of the FEniCS Project (http://www.fenics.org) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2EDF41381F3 for ; Fri, 14 Jun 2013 11:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44BDE0919; Fri, 14 Jun 2013 11:21:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5AC3E0949 for ; Fri, 14 Jun 2013 11:21:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A46C033DBAB for ; Fri, 14 Jun 2013 11:21:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7328DE5463 for ; Fri, 14 Jun 2013 11:21:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371203578.65298055b297f1e4fb458408dd89c8594cfad14f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:fixing commit in: dev-python/instant/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/instant/ChangeLog dev-python/instant/instant-0.9.8.ebuild dev-python/instant/instant-1.2.0.ebuild dev-python/instant/metadata.xml X-VCS-Directories: dev-python/instant/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 65298055b297f1e4fb458408dd89c8594cfad14f X-VCS-Branch: fixing Date: Fri, 14 Jun 2013 11:21:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0db0093a-2069-4b38-aa98-e48a3aa0d96a X-Archives-Hash: ec4d2a1f6f2ff6ef8c28aa2a1d322976 Message-ID: <20130614112131.Qg81-TituVhtGlqsE8wzk8jkAQjuXb-49ghUMbxRqjc@z> commit: 65298055b297f1e4fb458408dd89c8594cfad14f Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 14 09:52:58 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 14 09:52:58 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65298055 dev-python/instant: Version Bump; Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/instant/ChangeLog | 8 +++++++- dev-python/instant/instant-0.9.8.ebuild | 23 ----------------------- dev-python/instant/instant-1.2.0.ebuild | 18 ++++++++++++++++++ dev-python/instant/metadata.xml | 4 ++-- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog index 4577605..99e1f9e 100644 --- a/dev-python/instant/ChangeLog +++ b/dev-python/instant/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-python/instant -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*instant-1.2.0 (14 Jun 2013) + + 14 Jun 2013; Justin Lecher -instant-0.9.8.ebuild, + +instant-1.2.0.ebuild, metadata.xml: + Version Bump; Bump to EAPI=5 and distutils-r1.eclass + *instant-0.9.8 (14 Dec 2010) 14 Dec 2010; Nico Schlömer diff --git a/dev-python/instant/instant-0.9.8.ebuild b/dev-python/instant/instant-0.9.8.ebuild deleted file mode 100644 index 8072f46..0000000 --- a/dev-python/instant/instant-0.9.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="Instant inlining of C and C++ code in Python" -HOMEPAGE="http://launchpad.net/instant" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/dev-python/instant/instant-1.2.0.ebuild b/dev-python/instant/instant-1.2.0.ebuild new file mode 100644 index 0000000..d563376 --- /dev/null +++ b/dev-python/instant/instant-1.2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Instant inlining of C and C++ code in Python" +HOMEPAGE="http://launchpad.net/instant" +SRC_URI="https://launchpad.net/instant/1.2.x/${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml index b64917f..c446ffa 100644 --- a/dev-python/instant/metadata.xml +++ b/dev-python/instant/metadata.xml @@ -1,8 +1,8 @@ - sci - + sci + Instant is a Python module that allows for instant inlining of C and C++ code in Python. It is a small Python module built on top of SWIG and Distutils. It is part of the FEniCS Project (http://www.fenics.org)