aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-25 04:31:05 -0400
committerHorea Christian <chr@chymera.eu>2020-09-25 04:31:05 -0400
commitb17029223ac60a7c1459a52f22c95feab8b131a6 (patch)
tree9d42be4b47bab3664124a64e9dd1fcd9203611b7
parentdev-python/instant: removed dead package (diff)
downloadsci-b17029223ac60a7c1459a52f22c95feab8b131a6.tar.gz
sci-b17029223ac60a7c1459a52f22c95feab8b131a6.tar.bz2
sci-b17029223ac60a7c1459a52f22c95feab8b131a6.zip
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@chymera.eu>
-rw-r--r--dev-python/fiat/Manifest4
-rw-r--r--dev-python/fiat/fiat-1.4.0.ebuild23
-rw-r--r--dev-python/fiat/fiat-2017.1.0.ebuild22
-rw-r--r--dev-python/fiat/fiat-2019.1.0.ebuild (renamed from dev-python/fiat/fiat-2016.2.0.ebuild)10
4 files changed, 6 insertions, 53 deletions
diff --git a/dev-python/fiat/Manifest b/dev-python/fiat/Manifest
index ad573d4d1..23a0ea045 100644
--- a/dev-python/fiat/Manifest
+++ b/dev-python/fiat/Manifest
@@ -1,3 +1 @@
-DIST fiat-1.4.0.tar.gz 57087 BLAKE2B ae774cfbf50471858f6d6ccdb3c1b54df4f9ad23ac144867ebc228d5ab177a5224e6e3d995a1589dd2fdacfd96b6c64684bffb8f6594cc0bb27f4c6da3c1e894 SHA512 4566d2b5b74fbf6fb5ea640a0c86b33009f29e818cbf6d6f19e96b413220bb3ad29ade1ed3739cf2eb4d97caa603ceaafcc77fccff06c5cef7070e87eac37467
-DIST fiat-2016.2.0.tar.gz 97293 BLAKE2B f4ea65a59a012cd423a465808175d134026e81f3d6dccd6a5dbbf816c6d05953e5b80c290c5a62a3d02b312f1677cbeae7b2310052565100903277c094144503 SHA512 a058da6ed913eb7e6962f469c75959dfac8756268006a5224a5b6b7f3c56df8a796cee5b20f0c5dcc76f61dea50b7beca2e2f4dcaa90a8e78887cedf4743490a
-DIST fiat-2017.1.0.tar.gz 99849 BLAKE2B bac0bbb23312bbbda6564b4f78e32d174b1c21160f6aa6ca6151a180883a2c302f390eb5c9ad1a7aff4a5b1b33badf4d265f805aa805be3f22c6963e04c22a79 SHA512 86219bddd21349c90e187963b61d67982af4a11e31f0cf69107b54a5031ed26c5d636bba6358df9d5fdd6304d3be668390e53c7dc70fe8f8d33ecc77aeb7a690
+DIST 2019.1.0.tar.gz 108440 BLAKE2B ebf4f9e342e063be3be51daf28d433274a3238f6dda7515e350d374427157490d86dfbfd4faba13fef1def58623ff38ed3df445815b5cbe2e1f6afd4b0dfa374 SHA512 15de17b2a28ba5071c0dd9ecc05ec36eeae76de3aa9f068577d43b7526778116e2ded412fa8c26189e7c505881dd2b68b2c45704c8446d9ef9d9d3797c3592e6
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
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"