public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
Date: Fri, 25 Sep 2020 08:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1601022665.b17029223ac60a7c1459a52f22c95feab8b131a6.chymera@gentoo> (raw)

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"


             reply	other threads:[~2020-09-25  8:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25  8:31 Horea Christian [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 18:41 [gentoo-commits] proj/sci:master commit in: dev-python/fiat/ Matthias Maier
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2016-02-10 18:27 Justin Lecher
2016-02-10 18:27 Justin Lecher
2015-06-07 18:33 Justin Lecher
2014-07-21 22:47 Christoph Junghans
2014-07-21 22:47 Christoph Junghans
2013-06-13 16:42 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1601022665.b17029223ac60a7c1459a52f22c95feab8b131a6.chymera@gentoo \
    --to=horea.christ@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox