* [gentoo-commits] proj/sci:master commit in: dev-python/dijitso/
@ 2017-04-11 14:50 Marius Brehler
0 siblings, 0 replies; 3+ messages in thread
From: Marius Brehler @ 2017-04-11 14:50 UTC (permalink / raw
To: gentoo-commits
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>sci@gentoo.org</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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dijitso/
@ 2017-09-14 18:41 Matthias Maier
0 siblings, 0 replies; 3+ messages in thread
From: Matthias Maier @ 2017-09-14 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 2842175fb901ebe302adeca943414645bd941f6f
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:28:29 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:28:29 2017 +0000
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 000000000..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"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/dijitso/
@ 2021-01-03 4:32 Horea Christian
0 siblings, 0 replies; 3+ messages in thread
From: Horea Christian @ 2021-01-03 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 574fc6b172a1c4afd0fc849e998283050e7f371d
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 12:26:59 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 04:30:12 2021 +0000
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 <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> 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..000000000
--- 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-03 4:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 18:41 [gentoo-commits] proj/sci:master commit in: dev-python/dijitso/ Matthias Maier
-- strict thread matches above, loose matches on Subject: below --
2021-01-03 4:32 Horea Christian
2017-04-11 14:50 Marius Brehler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox