From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E4DA1382C5 for ; Sun, 3 Jan 2021 04:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3290E0837; Sun, 3 Jan 2021 04:32:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A280CE082F for ; Sun, 3 Jan 2021 04:32:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C9F6341002 for ; Sun, 3 Jan 2021 04:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF447487 for ; Sun, 3 Jan 2021 04:32:20 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1609648212.574fc6b172a1c4afd0fc849e998283050e7f371d.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/dijitso/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/dijitso/dijitso-2016.2.0.ebuild dev-python/dijitso/dijitso-2017.1.0.ebuild X-VCS-Directories: dev-python/dijitso/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 574fc6b172a1c4afd0fc849e998283050e7f371d X-VCS-Branch: master Date: Sun, 3 Jan 2021 04:32:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a1b1c83-6b6e-49f0-bcdf-963e7970106f X-Archives-Hash: 1dcf9235f24bd44d1c10eb9801e20924 commit: 574fc6b172a1c4afd0fc849e998283050e7f371d Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 2 12:26:59 2021 +0000 Commit: Horea Christian gmail 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 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..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