commit:     cf333c97ee5a13a85b3b7abfa7e0a73937f75294
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 08:33:18 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 08:33:18 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cf333c97

dev-python/ffc: version bump 2019.1.0 and removed old versions

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/ffc/ffc-2016.2.0.ebuild                 | 25 ----------------------
 dev-python/ffc/ffc-2017.1.0.ebuild                 | 25 ----------------------
 .../ffc/{ffc-1.4.0.ebuild => ffc-2019.1.0.ebuild}  |  7 +++---
 3 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/dev-python/ffc/ffc-2016.2.0.ebuild 
b/dev-python/ffc/ffc-2016.2.0.ebuild
deleted file mode 100644
index 9dc670306..000000000
--- a/dev-python/ffc/ffc-2016.2.0.ebuild
+++ /dev/null
@@ -1,25 +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="Compiler for multilinear forms by generating C or C++ code"
-HOMEPAGE="https://bitbucket.org/fenics-project/ffc/";
-SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       !sci-mathematics/ufc
-       ~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-       ~dev-python/instant-${PV}[${PYTHON_USEDEP}]
-       ~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       "

diff --git a/dev-python/ffc/ffc-2017.1.0.ebuild 
b/dev-python/ffc/ffc-2017.1.0.ebuild
deleted file mode 100644
index 69b633667..000000000
--- a/dev-python/ffc/ffc-2017.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_4 python3_5 python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Compiler for multilinear forms by generating C or C++ code"
-HOMEPAGE="https://bitbucket.org/fenics-project/ffc/";
-SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       !sci-mathematics/ufc
-       ~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-       ~dev-python/instant-${PV}[${PYTHON_USEDEP}]
-       ~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
-       dev-python/numpy[${PYTHON_USEDEP}]
-       "

diff --git a/dev-python/ffc/ffc-1.4.0.ebuild 
b/dev-python/ffc/ffc-2019.1.0.ebuild
similarity index 80%
rename from dev-python/ffc/ffc-1.4.0.ebuild
rename to dev-python/ffc/ffc-2019.1.0.ebuild
index 55f6e913d..66c2fd3d7 100644
--- a/dev-python/ffc/ffc-1.4.0.ebuild
+++ b/dev-python/ffc/ffc-2019.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,6 @@ IUSE=""
 RDEPEND="
        !sci-mathematics/ufc
        ~dev-python/ufl-${PV}[${PYTHON_USEDEP}]
-       ~dev-python/instant-${PV}[${PYTHON_USEDEP}]
        ~dev-python/fiat-${PV}[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        "

Reply via email to