aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Schlömer <nico.schloemer@gmail.com>2010-12-14 15:27:24 +0100
committerNico Schlömer <nico.schloemer@gmail.com>2010-12-14 15:27:24 +0100
commit10cc79beee7859eb2aa64e1cdc74cd58b7d5d0dd (patch)
tree8a692fb84af497c5da5757e68fc45d9bc43e60cf /dev-python/instant
parent[dev-python/ffc] Initial import. (diff)
downloadsci-10cc79beee7859eb2aa64e1cdc74cd58b7d5d0dd.tar.gz
sci-10cc79beee7859eb2aa64e1cdc74cd58b7d5d0dd.tar.bz2
sci-10cc79beee7859eb2aa64e1cdc74cd58b7d5d0dd.zip
[dev-python/instant] Initial import.
Diffstat (limited to 'dev-python/instant')
-rw-r--r--dev-python/instant/ChangeLog10
-rw-r--r--dev-python/instant/Manifest3
-rw-r--r--dev-python/instant/instant-0.9.8.ebuild23
-rw-r--r--dev-python/instant/metadata.xml9
4 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/instant/ChangeLog b/dev-python/instant/ChangeLog
new file mode 100644
index 000000000..45776058d
--- /dev/null
+++ b/dev-python/instant/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/instant
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*instant-0.9.8 (14 Dec 2010)
+
+ 14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com>
+ +instant-0.9.8.ebuild, +metadata.xml:
+ Initial import.
+
diff --git a/dev-python/instant/Manifest b/dev-python/instant/Manifest
new file mode 100644
index 000000000..33f88b4e1
--- /dev/null
+++ b/dev-python/instant/Manifest
@@ -0,0 +1,3 @@
+DIST instant-0.9.8.tar.gz 112271 RMD160 e01817f836ff2c4d4eabad3c9286463f82337b79 SHA1 7604620103253e6fd035514c8bb86be7ac277828 SHA256 99286b1147f3eebf0e8a56501cfebbbd335bf0cd98cfba7f60f8d5c17005d896
+EBUILD instant-0.9.8.ebuild 447 RMD160 5a9474218e5976d88522d303a927dd195997bc52 SHA1 1692e775e0bcd1eabb693d463ff84191cbd12af3 SHA256 392898f00eb8b9f892d3534b00a4cd9eba60b611e06b77820feec47c632b73b8
+MISC metadata.xml 412 RMD160 18f3a82b9e70137231c56529bf1c04cae459551e SHA1 76dfafb931a39988d121f17b389264507e4673fd SHA256 5c71c5edc4a301d061fcdc587769ecb5ef0a23b1402bd72a8e2b9eeefe1b3a01
diff --git a/dev-python/instant/instant-0.9.8.ebuild b/dev-python/instant/instant-0.9.8.ebuild
new file mode 100644
index 000000000..8072f46ba
--- /dev/null
+++ b/dev-python/instant/instant-0.9.8.ebuild
@@ -0,0 +1,23 @@
+# 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/metadata.xml b/dev-python/instant/metadata.xml
new file mode 100644
index 000000000..b92567656
--- /dev/null
+++ b/dev-python/instant/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd></herd>
+<longdescription lang="en">
+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).
+</longdescription>
+</pkgmetadata>
+