commit:     040acbbcdb9c66d26181490db4fc8fbc93061657
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 05:52:06 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr  7 05:52:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=040acbbc

dev-python/dijitso: initial commit

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-python/dijitso/dijitso-2016.2.0.ebuild | 19 +++++++++++++++++++
 dev-python/dijitso/metadata.xml            | 18 ++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/dijitso/dijitso-2016.2.0.ebuild 
b/dev-python/dijitso/dijitso-2016.2.0.ebuild
new file mode 100644
index 000000000..fb0bc43bd
--- /dev/null
+++ b/dev-python/dijitso/dijitso-2016.2.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module for distributed just-in-time shared library 
building"
+HOMEPAGE="https://bitbucket.org/fenics-project/dijitso/";
+SRC_URI="https://bitbucket.org/fenics-project/dijitso/downloads/${P}.tar.gz";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/mpi4py"

diff --git a/dev-python/dijitso/metadata.xml b/dev-python/dijitso/metadata.xml
new file mode 100644
index 000000000..489293405
--- /dev/null
+++ b/dev-python/dijitso/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo Science Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               This module was written to improve a core component of the 
FEniCS
+               framework, namely the just in time compilation of C++ code that 
is
+               generated from Python modules, but is only called from within a 
C++
+               library, and thus do not need wrapping in a nice Python 
interface.
+       </longdescription>
+       <upstream>
+               <remote-id type="bitbucket">fenics-project/ffc</remote-id>
+               <remote-id type="launchpad">ffc</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to