public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2013-06-13 16:42 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2013-06-13 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     33797466ab08e6e08a8299b11b2dabb48c9c083e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 13:27:19 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 13:27:19 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=33797466

dev-python/fiat: Version Bump; Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/fiat/ChangeLog                              |  8 +++++++-
 dev-python/fiat/{fiat-0.9.2.ebuild => fiat-1.1.ebuild} | 14 ++++++--------
 dev-python/fiat/metadata.xml                           |  4 ++--
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index 6502569..563d72b 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-python/fiat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fiat-1.1 (13 Jun 2013)
+
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> -fiat-0.9.2.ebuild,
+  +fiat-1.1.ebuild, metadata.xml:
+  Version Bump; Bump to EAPI=5 and distutils-r1.eclass
+
 *fiat-0.9.2 (14 Dec 2010)
 
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +fiat-0.9.2.ebuild,

diff --git a/dev-python/fiat/fiat-0.9.2.ebuild b/dev-python/fiat/fiat-1.1.ebuild
similarity index 56%
rename from dev-python/fiat/fiat-0.9.2.ebuild
rename to dev-python/fiat/fiat-1.1.ebuild
index 6e687e2..6d79e6a 100644
--- a/dev-python/fiat/fiat-0.9.2.ebuild
+++ b/dev-python/fiat/fiat-1.1.ebuild
@@ -1,23 +1,21 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=5
 
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit distutils
+inherit distutils-r1
 
 DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
 HOMEPAGE="http://launchpad.net/fiat"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
+SRC_URI="https://launchpad.net/fiat/1.1.x/release-1.1/+download/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64"
-
 IUSE=""
 
 DEPEND=""
-RDEPEND="dev-python/scientificpython"
+RDEPEND="dev-python/scientificpython[${PYTHON_USEDEP}]"

diff --git a/dev-python/fiat/metadata.xml b/dev-python/fiat/metadata.xml
index 69bdd83..a67ae62 100644
--- a/dev-python/fiat/metadata.xml
+++ b/dev-python/fiat/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
 		The FInite element Automatic Tabulator FIAT supports generation of
 		arbitrary order instances of the Lagrange elements on lines, triangles,
 		and tetrahedra. It is also capable of generating arbitrary order


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d884b119019e039425d902317f0ce8344ceaf7ce
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Tue Jul 15 04:01:44 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 04:01:44 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d884b119

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/fiat/ChangeLog         | 10 ++++++++--
 dev-python/fiat/fiat-1.3.0.ebuild | 24 ++++++++++++++++++++++++
 dev-python/fiat/fiat-1.4.0.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 2 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index 563d72b..d482dce 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-python/fiat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fiat-1.3.0 (15 Jul 2014)
+*fiat-1.4.0 (15 Jul 2014)
+
+  15 Jul 2014; Andrew Reisner <andrew@reisner.co> +fiat-1.3.0.ebuild,
+  +fiat-1.4.0.ebuild:
+  version bump
+
 *fiat-1.1 (13 Jun 2013)
 
   13 Jun 2013; Justin Lecher <jlec@gentoo.org> -fiat-0.9.2.ebuild,
@@ -13,4 +20,3 @@
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +fiat-0.9.2.ebuild,
   +metadata.xml:
   Initial import.
-

diff --git a/dev-python/fiat/fiat-1.3.0.ebuild b/dev-python/fiat/fiat-1.3.0.ebuild
new file mode 100644
index 0000000..777bc84
--- /dev/null
+++ b/dev-python/fiat/fiat-1.3.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
+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"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	dev-python/scientificpython[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild
new file mode 100644
index 0000000..777bc84
--- /dev/null
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
+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"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	dev-python/scientificpython[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2014-07-21 22:47 Christoph Junghans
  0 siblings, 0 replies; 10+ messages in thread
From: Christoph Junghans @ 2014-07-21 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     40745c4d7d11a8fc25da7d46890b9cf09a25810f
Author:     Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Wed Jul 16 04:16:52 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 04:16:52 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=40745c4d

Added keyword

Package-Manager: portage-2.2.8-r1

---
 dev-python/fiat/ChangeLog         | 4 ++++
 dev-python/fiat/fiat-1.3.0.ebuild | 2 +-
 dev-python/fiat/fiat-1.4.0.ebuild | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index d482dce..26d00d3 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Jul 2014; Andrew Reisner <andrew@reisner.co> fiat-1.3.0.ebuild,
+  fiat-1.4.0.ebuild:
+  Added keyword
+
 *fiat-1.3.0 (15 Jul 2014)
 *fiat-1.4.0 (15 Jul 2014)
 

diff --git a/dev-python/fiat/fiat-1.3.0.ebuild b/dev-python/fiat/fiat-1.3.0.ebuild
index 777bc84..3db5363 100644
--- a/dev-python/fiat/fiat-1.3.0.ebuild
+++ b/dev-python/fiat/fiat-1.3.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild
index 777bc84..3db5363 100644
--- a/dev-python/fiat/fiat-1.4.0.ebuild
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2015-06-07 18:33 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2015-06-07 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     729ddd9f71728c1080b9008201316d4ae5dfd357
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 18:32:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 18:32:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=729ddd9f

dev-python/fiat: Add bitbucket to remote-id in metadata.xml

Package-Manager: portage-2.2.20

 dev-python/fiat/ChangeLog    | 5 ++++-
 dev-python/fiat/metadata.xml | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/fiat/ChangeLog b/dev-python/fiat/ChangeLog
index 26d00d3..2c71ff6 100644
--- a/dev-python/fiat/ChangeLog
+++ b/dev-python/fiat/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-python/fiat
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  dev-python/fiat: Add bitbucket to remote-id in metadata.xml
+
   16 Jul 2014; Andrew Reisner <andrew@reisner.co> fiat-1.3.0.ebuild,
   fiat-1.4.0.ebuild:
   Added keyword

diff --git a/dev-python/fiat/metadata.xml b/dev-python/fiat/metadata.xml
index a67ae62..b9c29fa 100644
--- a/dev-python/fiat/metadata.xml
+++ b/dev-python/fiat/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>sci</herd>
-  <longdescription lang="en">
+	<herd>sci</herd>
+	<longdescription lang="en">
 		The FInite element Automatic Tabulator FIAT supports generation of
 		arbitrary order instances of the Lagrange elements on lines, triangles,
 		and tetrahedra. It is also capable of generating arbitrary order
@@ -12,4 +12,7 @@
 		supported on triangles and tetrahedra. Upcoming versions will also
 		support Hermite and nonconforming elements.
 	</longdescription>
+	<upstream>
+		<remote-id type="bitbucket">fenics-project/fiat</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2016-02-10 18:27 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2016-02-10 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     9bcb1cd01d7d5a87aee476d47057db52d0204bbc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:13:18 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:13:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9bcb1cd0

dev-python/fiat: Drop old

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/fiat/fiat-1.1.ebuild   | 21 ---------------------
 dev-python/fiat/fiat-1.3.0.ebuild | 24 ------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/fiat/fiat-1.1.ebuild b/dev-python/fiat/fiat-1.1.ebuild
deleted file mode 100644
index 7d0fcc6..0000000
--- a/dev-python/fiat/fiat-1.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
-HOMEPAGE="http://launchpad.net/fiat"
-SRC_URI="https://launchpad.net/fiat/1.1.x/release-1.1/+download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-python/scientificpython[${PYTHON_USEDEP}]"

diff --git a/dev-python/fiat/fiat-1.3.0.ebuild b/dev-python/fiat/fiat-1.3.0.ebuild
deleted file mode 100644
index ff5be1d..0000000
--- a/dev-python/fiat/fiat-1.3.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
-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}]
-	"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2016-02-10 18:27 Justin Lecher
  0 siblings, 0 replies; 10+ messages in thread
From: Justin Lecher @ 2016-02-10 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     287bfbe63c4cb78549d5dfc7b0afc94e7a472921
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:15:12 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:15:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=287bfbe6

dev-python/fiat: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/fiat/fiat-1.4.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/fiat/fiat-1.4.0.ebuild b/dev-python/fiat/fiat-1.4.0.ebuild
index ff5be1d..56430d9 100644
--- a/dev-python/fiat/fiat-1.4.0.ebuild
+++ b/dev-python/fiat/fiat-1.4.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra"
+DESCRIPTION="FInite element Automatic Tabulator"
 HOMEPAGE="https://bitbucket.org/fenics-project/fiat"
 SRC_URI="https://bitbucket.org/fenics-project/fiat/downloads/${P}.tar.gz"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2017-04-11 14:50 Marius Brehler
  0 siblings, 0 replies; 10+ messages in thread
From: Marius Brehler @ 2017-04-11 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     cc8b036f569513e2013e519a6b88d902f04fa346
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 02:25:25 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr  7 02:25:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=cc8b036f

dev-python/fiat: version bump to 2016.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-python/fiat/fiat-2016.2.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/dev-python/fiat/fiat-2016.2.0.ebuild b/dev-python/fiat/fiat-2016.2.0.ebuild
new file mode 100644
index 000000000..356c93333
--- /dev/null
+++ b/dev-python/fiat/fiat-2016.2.0.ebuild
@@ -0,0 +1,23 @@
+# 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="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}]
+	"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2017-04-11 14:50 Marius Brehler
  0 siblings, 0 replies; 10+ messages in thread
From: Marius Brehler @ 2017-04-11 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     713766875950a06132c140fddfcb9318e563dbaf
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  7 02:35:42 2017 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr  7 02:35:42 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=71376687

fixup fiat

 dev-python/fiat/fiat-2016.2.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/fiat/fiat-2016.2.0.ebuild b/dev-python/fiat/fiat-2016.2.0.ebuild
index 356c93333..33ab972fe 100644
--- a/dev-python/fiat/fiat-2016.2.0.ebuild
+++ b/dev-python/fiat/fiat-2016.2.0.ebuild
@@ -18,6 +18,5 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="
-	dev-python/scientificpython[${PYTHON_USEDEP}]
 	dev-python/numpy[${PYTHON_USEDEP}]
 	"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2017-09-14 18:41 Matthias Maier
  0 siblings, 0 replies; 10+ messages in thread
From: Matthias Maier @ 2017-09-14 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     914ac6389537fef65a90e79755c4df1e032bff5b
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:27:40 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:27:40 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=914ac638

dev-python/fiat: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/fiat/fiat-2017.1.0.ebuild | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/fiat/fiat-2017.1.0.ebuild b/dev-python/fiat/fiat-2017.1.0.ebuild
new file mode 100644
index 000000000..33ab972fe
--- /dev/null
+++ b/dev-python/fiat/fiat-2017.1.0.ebuild
@@ -0,0 +1,22 @@
+# 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="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}]
+	"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-python/fiat/
@ 2020-09-25  8:31 Horea Christian
  0 siblings, 0 replies; 10+ messages in thread
From: Horea Christian @ 2020-09-25  8:31 UTC (permalink / raw
  To: gentoo-commits

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"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-09-25  8:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-11 14:50 [gentoo-commits] proj/sci:master commit in: dev-python/fiat/ Marius Brehler
  -- strict thread matches above, loose matches on Subject: below --
2020-09-25  8:31 Horea Christian
2017-09-14 18:41 Matthias Maier
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox