commit: b17029223ac60a7c1459a52f22c95feab8b131a6
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 08:31:05 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 08:31:05 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b1702922
dev-python/fiat: 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/fiat/fiat-1.4.0.ebuild | 23 ----------------------
dev-python/fiat/fiat-2017.1.0.ebuild | 22 ---------------------
.../{fiat-2016.2.0.ebuild => fiat-2019.1.0.ebuild} | 10 +++++-----
3 files changed, 5 insertions(+), 50 deletions(-)
diff --git a/dev-python/fiat/fiat-1.4.0.ebuild
b/dev-python/fiat/fiat-1.4.0.ebuild
deleted file mode 100644
index c01e789b0..000000000
--- a/dev-python/fiat/fiat-1.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="FInite element Automatic Tabulator"
-HOMEPAGE="https://bitbucket.org/fenics-project/fiat"
-SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-python/scientificpython[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- "
diff --git a/dev-python/fiat/fiat-2017.1.0.ebuild
b/dev-python/fiat/fiat-2017.1.0.ebuild
deleted file mode 100644
index 21d3b22e3..000000000
--- a/dev-python/fiat/fiat-2017.1.0.ebuild
+++ /dev/null
@@ -1,22 +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="FInite element Automatic Tabulator"
-HOMEPAGE="https://bitbucket.org/fenics-project/fiat"
-SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
- "
diff --git a/dev-python/fiat/fiat-2016.2.0.ebuild
b/dev-python/fiat/fiat-2019.1.0.ebuild
similarity index 56%
rename from dev-python/fiat/fiat-2016.2.0.ebuild
rename to dev-python/fiat/fiat-2019.1.0.ebuild
index 33ab972fe..8fee58aaf 100644
--- a/dev-python/fiat/fiat-2016.2.0.ebuild
+++ b/dev-python/fiat/fiat-2019.1.0.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2017 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
DESCRIPTION="FInite element Automatic Tabulator"
-HOMEPAGE="https://bitbucket.org/fenics-project/fiat"
-SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
+HOMEPAGE="https://github.com/FEniCS/fiat"
+SRC_URI="https://github.com/FEniCS/fiat/archive/2019.1.0.tar.gz"
LICENSE="LGPL-3"
SLOT="0"