[gentoo-commits] proj/sci:master commit in: dev-python/dijitso/

2021-01-02 Thread Horea Christian
commit: 574fc6b172a1c4afd0fc849e998283050e7f371d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Jan  2 12:26:59 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jan  3 04:30:12 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=574fc6b1

dev-python/dijitso: bump python targets, enbale tests

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Horea Christian  chymera.eu>

 dev-python/dijitso/dijitso-2016.2.0.ebuild | 19 ---
 dev-python/dijitso/dijitso-2017.1.0.ebuild | 17 -
 2 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/dev-python/dijitso/dijitso-2016.2.0.ebuild 
b/dev-python/dijitso/dijitso-2016.2.0.ebuild
deleted file mode 100644
index fb0bc43bd..0
--- a/dev-python/dijitso/dijitso-2016.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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/dijitso-2017.1.0.ebuild 
b/dev-python/dijitso/dijitso-2017.1.0.ebuild
index cea6e39ff..cef1e1eb7 100644
--- a/dev-python/dijitso/dijitso-2017.1.0.ebuild
+++ b/dev-python/dijitso/dijitso-2017.1.0.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
+PYTHON_COMPAT=( python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 
@@ -14,6 +15,12 @@ 
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"
+RDEPEND="
+   dev-python/mpi4py[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+# TODO: fix this, seems to require self
+#distutils_enable_sphinx doc/sphinx/source
+distutils_enable_tests --install pytest



[gentoo-commits] proj/sci:master commit in: dev-python/dijitso/

2017-09-14 Thread Matthias Maier
commit: 2842175fb901ebe302adeca943414645bd941f6f
Author: Matthias Maier  gentoo  org>
AuthorDate: Thu Sep 14 18:28:29 2017 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Thu Sep 14 18:28:29 2017 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=2842175f

dev-python/dijitso: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/dijitso/dijitso-2017.1.0.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/dijitso/dijitso-2017.1.0.ebuild 
b/dev-python/dijitso/dijitso-2017.1.0.ebuild
new file mode 100644
index 0..fb0bc43bd
--- /dev/null
+++ b/dev-python/dijitso/dijitso-2017.1.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"



[gentoo-commits] proj/sci:master commit in: dev-python/dijitso/

2017-04-11 Thread Marius Brehler
commit: 040acbbcdb9c66d26181490db4fc8fbc93061657
Author: Matthias Maier  gentoo  org>
AuthorDate: Fri Apr  7 05:52:06 2017 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Apr  7 05:52:06 2017 +
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 0..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 0..489293405
--- /dev/null
+++ b/dev-python/dijitso/metadata.xml
@@ -0,0 +1,18 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   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.
+   
+   
+   fenics-project/ffc
+   ffc
+   
+