public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
  2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
@ 2013-06-14 11:21 ` Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a89caae5ae617dc0fdebaabb8f1c71b69c73ccc9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:01:05 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 11:01:05 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a89caae5

dev-python/ufl: Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/ufl/ChangeLog        |  5 ++++-
 dev-python/ufl/metadata.xml     |  4 ++--
 dev-python/ufl/ufl-0.5.4.ebuild | 17 ++++++-----------
 3 files changed, 12 insertions(+), 14 deletions(-)

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

diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index 8f11ba1..f430bd6 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/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 Unified Form Language (UFL) is a domain specific language for
 		declaration of finite element discretizations of variational forms. More
 		precisely, it defines a flexible interface for choosing finite element

diff --git a/dev-python/ufl/ufl-0.5.4.ebuild b/dev-python/ufl/ufl-0.5.4.ebuild
index f9e2c36..83fd556 100644
--- a/dev-python/ufl/ufl-0.5.4.ebuild
+++ b/dev-python/ufl/ufl-0.5.4.ebuild
@@ -1,23 +1,18 @@
-# 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="Domain specific language for declaration of finite element discretizations of variational forms"
+DESCRIPTION="Domain specific language for declaration of FE discretizations of variational forms"
 HOMEPAGE="http://launchpad.net/ufl"
 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
-
+KEYWORDS="~amd64 ~x86"
 IUSE=""
-
-DEPEND=""
-RDEPEND=""


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

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

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

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/ufl/ChangeLog        | 10 ++++++++--
 dev-python/ufl/metadata.xml     |  3 +++
 dev-python/ufl/ufl-1.3.0.ebuild | 23 +++++++++++++++++++++++
 dev-python/ufl/ufl-1.4.0.ebuild | 23 +++++++++++++++++++++++
 4 files changed, 57 insertions(+), 2 deletions(-)

diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog
index c398241..1357665 100644
--- a/dev-python/ufl/ChangeLog
+++ b/dev-python/ufl/ChangeLog
@@ -1,7 +1,14 @@
 # ChangeLog for dev-python/ufl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ufl-1.3.0 (16 Jul 2014)
+*ufl-1.4.0 (16 Jul 2014)
+
+  16 Jul 2014; Andrew Reisner <andrew@reisner.co> +ufl-1.3.0.ebuild,
+  +ufl-1.4.0.ebuild, metadata.xml:
+  version bump
+
   14 Jun 2013; Justin Lecher <jlec@gentoo.org> ufl-0.5.4.ebuild, metadata.xml:
   Bump to EAPI=5 and distutils-r1.eclass
 
@@ -10,4 +17,3 @@
   14 Dec 2010; Nico Schlömer <nico.schloemer@gmail.com> +ufl-0.5.4.ebuild,
   +metadata.xml:
   Initial import.
-

diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index f430bd6..c1c8020 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/metadata.xml
@@ -9,4 +9,7 @@
 		spaces and defining expressions for weak forms in a notation close to
 		mathematical notation.
 	</longdescription>
+	<use>
+		<flag name="scipy">Adds support for evaluating Bessel functions using <pkg>dev-python/scipy</pkg></flag>
+	</use>
 </pkgmetadata>

diff --git a/dev-python/ufl/ufl-1.3.0.ebuild b/dev-python/ufl/ufl-1.3.0.ebuild
new file mode 100644
index 0000000..622187c
--- /dev/null
+++ b/dev-python/ufl/ufl-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# 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="Domain specific language for declaration of FE discretizations of variational forms"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="scipy"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
+	"

diff --git a/dev-python/ufl/ufl-1.4.0.ebuild b/dev-python/ufl/ufl-1.4.0.ebuild
new file mode 100644
index 0000000..622187c
--- /dev/null
+++ b/dev-python/ufl/ufl-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# 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="Domain specific language for declaration of FE discretizations of variational forms"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="scipy"
+
+RDEPEND="
+	dev-python/numpy[${PYTHON_USEDEP}]
+	scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
+	"


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

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

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

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

Package-Manager: portage-2.2.20

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

diff --git a/dev-python/ufl/ChangeLog b/dev-python/ufl/ChangeLog
index 1357665..1685c46 100644
--- a/dev-python/ufl/ChangeLog
+++ b/dev-python/ufl/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for dev-python/ufl
-# 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/ufl: Add bitbucket to remote-id in metadata.xml
+
 *ufl-1.3.0 (16 Jul 2014)
 *ufl-1.4.0 (16 Jul 2014)
 

diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index c1c8020..ddf216c 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/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 Unified Form Language (UFL) is a domain specific language for
 		declaration of finite element discretizations of variational forms. More
 		precisely, it defines a flexible interface for choosing finite element
@@ -12,4 +12,7 @@
 	<use>
 		<flag name="scipy">Adds support for evaluating Bessel functions using <pkg>dev-python/scipy</pkg></flag>
 	</use>
+	<upstream>
+		<remote-id type="bitbucket">fenics-project/ufl</remote-id>
+	</upstream>
 </pkgmetadata>


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

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

commit:     0b24382d47b7a5e24a594896bd37baac6d53b6ff
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:18:43 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:19:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b24382d

dev-python/ufl: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6
* Use optfeaure() for optional runtime deps

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

 dev-python/ufl/metadata.xml     |  3 ---
 dev-python/ufl/ufl-1.4.0.ebuild | 19 ++++++++++---------
 2 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/dev-python/ufl/metadata.xml b/dev-python/ufl/metadata.xml
index 7505450..af0327c 100644
--- a/dev-python/ufl/metadata.xml
+++ b/dev-python/ufl/metadata.xml
@@ -12,9 +12,6 @@
 		spaces and defining expressions for weak forms in a notation close to
 		mathematical notation.
 	</longdescription>
-	<use>
-		<flag name="scipy">Adds support for evaluating Bessel functions using <pkg>dev-python/scipy</pkg></flag>
-	</use>
 	<upstream>
 		<remote-id type="bitbucket">fenics-project/ufl</remote-id>
 		<remote-id type="launchpad">ufl</remote-id>

diff --git a/dev-python/ufl/ufl-1.4.0.ebuild b/dev-python/ufl/ufl-1.4.0.ebuild
index b31a526..df8a50c 100644
--- a/dev-python/ufl/ufl-1.4.0.ebuild
+++ b/dev-python/ufl/ufl-1.4.0.ebuild
@@ -1,23 +1,24 @@
-# 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
+inherit distutils-r1 eutils
 
-DESCRIPTION="Domain specific language for declaration of FE discretizations of variational forms"
+DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
 HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
 SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="scipy"
+IUSE=""
 
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
-	"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+pkg_postinst() {
+	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
+}


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

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

commit:     51cec738814f50d73d23d5af19e8726a4f4a5f7e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:16:06 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:16:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=51cec738

dev-python/ufl: Drop old

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

 dev-python/ufl/ufl-0.5.4.ebuild | 18 ------------------
 dev-python/ufl/ufl-1.3.0.ebuild | 23 -----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/ufl/ufl-0.5.4.ebuild b/dev-python/ufl/ufl-0.5.4.ebuild
deleted file mode 100644
index 168dcff..0000000
--- a/dev-python/ufl/ufl-0.5.4.ebuild
+++ /dev/null
@@ -1,18 +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="Domain specific language for declaration of FE discretizations of variational forms"
-HOMEPAGE="http://launchpad.net/ufl"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-python/ufl/ufl-1.3.0.ebuild b/dev-python/ufl/ufl-1.3.0.ebuild
deleted file mode 100644
index b31a526..0000000
--- a/dev-python/ufl/ufl-1.3.0.ebuild
+++ /dev/null
@@ -1,23 +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="Domain specific language for declaration of FE discretizations of variational forms"
-HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
-SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="scipy"
-
-RDEPEND="
-	dev-python/numpy[${PYTHON_USEDEP}]
-	scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] )
-	"


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

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

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

dev-python/ufl: version bump to 2016.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.2

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

diff --git a/dev-python/ufl/ufl-2016.2.0.ebuild b/dev-python/ufl/ufl-2016.2.0.ebuild
new file mode 100644
index 000000000..78ce49375
--- /dev/null
+++ b/dev-python/ufl/ufl-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 eutils
+
+DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+pkg_postinst() {
+	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
+}


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

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

commit:     0ca262869bb6ea7cabb4235b6f72d2fb529467c2
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:25:37 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:25:37 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ca26286

dev-python/ufl: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/ufl/ufl-2017.1.0.ebuild b/dev-python/ufl/ufl-2017.1.0.ebuild
new file mode 100644
index 000000000..78ce49375
--- /dev/null
+++ b/dev-python/ufl/ufl-2017.1.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 eutils
+
+DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
+HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
+SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+pkg_postinst() {
+	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
@ 2020-09-22 17:00 Aisha Tammy
  0 siblings, 0 replies; 12+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     61e5573fe6618377d61fefe483fd1aea1a7f70e1
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 16:52:59 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 16:59:50 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=61e5573f

dev-python/ufl: version bump to 2019.1.0

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/ufl/ufl-2019.1.0.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/ufl/ufl-2019.1.0.ebuild b/dev-python/ufl/ufl-2019.1.0.ebuild
new file mode 100644
index 000000000..c1ecb9d44
--- /dev/null
+++ b/dev-python/ufl/ufl-2019.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
+HOMEPAGE="https://github.com/FEniCS/ufl"
+SRC_URI="https://github.com/FEniCS/ufl/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+	distutils_install_for_testing
+	pytest -vv || die "pytest failed for ${EPYTHON}"
+}
+
+pkg_postinst() {
+	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
@ 2020-09-22 17:00 Aisha Tammy
  0 siblings, 0 replies; 12+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     427de2a4dbbed7e0d8a962e0584d0c04bb3e1ac4
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 16:53:33 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 16:59:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=427de2a4

dev-python/ufl: drop old version

Package-Manager: Portage-3.0.7, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/ufl/ufl-1.4.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/ufl/ufl-1.4.0.ebuild b/dev-python/ufl/ufl-1.4.0.ebuild
deleted file mode 100644
index 0922a2b4a..000000000
--- a/dev-python/ufl/ufl-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 eutils
-
-DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
-HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
-SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-pkg_postinst() {
-	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
-}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
@ 2020-09-22 17:00 Aisha Tammy
  0 siblings, 0 replies; 12+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5bacaf2a3209277a6249990d42dad5c0059ba015
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 16:53:55 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 16:59:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bacaf2a

dev-python/ufl: drop old version

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/ufl/ufl-2016.2.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/ufl/ufl-2016.2.0.ebuild b/dev-python/ufl/ufl-2016.2.0.ebuild
deleted file mode 100644
index 78ce49375..000000000
--- a/dev-python/ufl/ufl-2016.2.0.ebuild
+++ /dev/null
@@ -1,23 +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 eutils
-
-DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
-HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
-SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-pkg_postinst() {
-	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
-}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
@ 2020-09-22 17:00 Aisha Tammy
  0 siblings, 0 replies; 12+ messages in thread
From: Aisha Tammy @ 2020-09-22 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     3e8623f630df866f310c3d6bbf3db4359e9e3502
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 16:54:17 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 16:59:54 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=3e8623f6

dev-python/ufl: drop old version

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 dev-python/ufl/ufl-2017.1.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/ufl/ufl-2017.1.0.ebuild b/dev-python/ufl/ufl-2017.1.0.ebuild
deleted file mode 100644
index a7c1e2d9a..000000000
--- a/dev-python/ufl/ufl-2017.1.0.ebuild
+++ /dev/null
@@ -1,23 +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 eutils
-
-DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
-HOMEPAGE="https://bitbucket.org/fenics-project/ufl/"
-SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-pkg_postinst() {
-	optfeature "Support for evaluating Bessel functions" sci-libs/scipy
-}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/ufl/
@ 2021-05-08 14:26 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-05-08 14:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat May  8 14:26:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat May  8 14:26:23 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b2db80a

dev-python/ufl: eutils --> optfeature

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-python/ufl/ufl-2019.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ufl/ufl-2019.1.0.ebuild b/dev-python/ufl/ufl-2019.1.0.ebuild
index e165312a8..ef75774a2 100644
--- a/dev-python/ufl/ufl-2019.1.0.ebuild
+++ b/dev-python/ufl/ufl-2019.1.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 PYTHON_COMPAT=( python3_{7..9} )
 
-inherit distutils-r1 eutils
+inherit distutils-r1 optfeature
 
 DESCRIPTION="Unified Form Language for declaration of for FE discretizations"
 HOMEPAGE="https://github.com/FEniCS/ufl"


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

end of thread, other threads:[~2021-05-08 14:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-22 17:00 [gentoo-commits] proj/sci:master commit in: dev-python/ufl/ Aisha Tammy
  -- strict thread matches above, loose matches on Subject: below --
2021-05-08 14:26 Andrew Ammerlaan
2020-09-22 17:00 Aisha Tammy
2020-09-22 17:00 Aisha Tammy
2020-09-22 17:00 Aisha Tammy
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
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher

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