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

Reply via email to