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

commit:     65298055b297f1e4fb458408dd89c8594cfad14f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 09:52:58 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 09:52:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=65298055

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

Package-Manager: portage-2.2.0_alpha179

---
 dev-python/instant/ChangeLog            |  8 +++++++-
 dev-python/instant/instant-0.9.8.ebuild | 23 -----------------------
 dev-python/instant/instant-1.2.0.ebuild | 18 ++++++++++++++++++
 dev-python/instant/metadata.xml         |  4 ++--
 4 files changed, 27 insertions(+), 26 deletions(-)

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

diff --git a/dev-python/instant/instant-0.9.8.ebuild b/dev-python/instant/instant-0.9.8.ebuild
deleted file mode 100644
index 8072f46..0000000
--- a/dev-python/instant/instant-0.9.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="http://launchpad.net/instant"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""

diff --git a/dev-python/instant/instant-1.2.0.ebuild b/dev-python/instant/instant-1.2.0.ebuild
new file mode 100644
index 0000000..d563376
--- /dev/null
+++ b/dev-python/instant/instant-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Instant inlining of C and C++ code in Python"
+HOMEPAGE="http://launchpad.net/instant"
+SRC_URI="https://launchpad.net/instant/1.2.x/${PV}/+download/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""

diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml
index b64917f..c446ffa 100644
--- a/dev-python/instant/metadata.xml
+++ b/dev-python/instant/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">
 		Instant is a Python module that allows for instant inlining of C and C++
 		code in Python. It is a small Python module built on top of SWIG and
 		Distutils. It is part of the FEniCS Project (http://www.fenics.org)


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

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

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

version bump

Package-Manager: portage-2.2.8-r1

---
 dev-python/instant/ChangeLog            | 10 ++++++++--
 dev-python/instant/instant-1.3.0.ebuild | 21 +++++++++++++++++++++
 dev-python/instant/instant-1.4.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 50 insertions(+), 2 deletions(-)

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

diff --git a/dev-python/instant/instant-1.3.0.ebuild b/dev-python/instant/instant-1.3.0.ebuild
new file mode 100644
index 0000000..ffa211a
--- /dev/null
+++ b/dev-python/instant/instant-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# 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="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild
new file mode 100644
index 0000000..ffa211a
--- /dev/null
+++ b/dev-python/instant/instant-1.4.0.ebuild
@@ -0,0 +1,21 @@
+# 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="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"


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

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

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

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

Package-Manager: portage-2.2.20

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

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

diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml
index c446ffa..37fa71c 100644
--- a/dev-python/instant/metadata.xml
+++ b/dev-python/instant/metadata.xml
@@ -1,10 +1,13 @@
 <?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">
 		Instant is a Python module that allows for instant inlining of C and C++
 		code in Python. It is a small Python module built on top of SWIG and
 		Distutils. It is part of the FEniCS Project (http://www.fenics.org)
 	</longdescription>
+	<upstream>
+		<remote-id type="bitbucket">fenics-project/instant</remote-id>
+	</upstream>
 </pkgmetadata>


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

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

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

dev-python/instant: version bump to 2016.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.2

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

diff --git a/dev-python/instant/instant-2016.2.0.ebuild b/dev-python/instant/instant-2016.2.0.ebuild
new file mode 100644
index 000000000..d9ee9318b
--- /dev/null
+++ b/dev-python/instant/instant-2016.2.0.ebuild
@@ -0,0 +1,20 @@
+# 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="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"


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

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

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

dev-python/instant: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-python/instant/instant-1.2.0.ebuild | 17 -----------------
 dev-python/instant/instant-1.3.0.ebuild | 20 --------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-python/instant/instant-1.2.0.ebuild b/dev-python/instant/instant-1.2.0.ebuild
deleted file mode 100644
index 06cb8162f..000000000
--- a/dev-python/instant/instant-1.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="http://launchpad.net/instant"
-SRC_URI="https://launchpad.net/instant/1.2.x/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""

diff --git a/dev-python/instant/instant-1.3.0.ebuild b/dev-python/instant/instant-1.3.0.ebuild
deleted file mode 100644
index d72f562a0..000000000
--- a/dev-python/instant/instant-1.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
-SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/swig"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"


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

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

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

dev-python/instant: version bump to 2017.1.0

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/instant/instant-2017.1.0.ebuild b/dev-python/instant/instant-2017.1.0.ebuild
new file mode 100644
index 000000000..d9ee9318b
--- /dev/null
+++ b/dev-python/instant/instant-2017.1.0.ebuild
@@ -0,0 +1,20 @@
+# 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="Instant inlining of C and C++ code in Python"
+HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
+SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-lang/swig"
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"


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

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

commit:     0348c55cb973ee222210ff98cd7fd3236bd827c7
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Sep 25 08:24:19 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Sep 25 08:24:19 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0348c55c

dev-python/instant: removed dead package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 dev-python/instant/instant-1.4.0.ebuild    | 20 --------------------
 dev-python/instant/instant-2016.2.0.ebuild | 20 --------------------
 dev-python/instant/instant-2017.1.0.ebuild | 20 --------------------
 dev-python/instant/metadata.xml            | 16 ----------------
 4 files changed, 76 deletions(-)

diff --git a/dev-python/instant/instant-1.4.0.ebuild b/dev-python/instant/instant-1.4.0.ebuild
deleted file mode 100644
index d72f562a0..000000000
--- a/dev-python/instant/instant-1.4.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
-SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/swig"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/dev-python/instant/instant-2016.2.0.ebuild b/dev-python/instant/instant-2016.2.0.ebuild
deleted file mode 100644
index d9ee9318b..000000000
--- a/dev-python/instant/instant-2016.2.0.ebuild
+++ /dev/null
@@ -1,20 +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
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
-SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/swig"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/dev-python/instant/instant-2017.1.0.ebuild b/dev-python/instant/instant-2017.1.0.ebuild
deleted file mode 100644
index 5e6cf2907..000000000
--- a/dev-python/instant/instant-2017.1.0.ebuild
+++ /dev/null
@@ -1,20 +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="Instant inlining of C and C++ code in Python"
-HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
-SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/swig"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"

diff --git a/dev-python/instant/metadata.xml b/dev-python/instant/metadata.xml
deleted file mode 100644
index bd49e87a7..000000000
--- a/dev-python/instant/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-Instant is a Python module that allows for instant inlining of C and C++
-code in Python. It is a small Python module built on top of SWIG and
-Distutils. It is part of the FEniCS Project (http://www.fenics.org)
-</longdescription>
-	<upstream>
-		<remote-id type="bitbucket">fenics-project/instant</remote-id>
-	</upstream>
-</pkgmetadata>


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-25  8:25 [gentoo-commits] proj/sci:master commit in: dev-python/instant/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2017-09-14 18:41 Matthias Maier
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2015-06-07 18:33 Justin Lecher
2014-07-21 22:47 Christoph Junghans
2013-06-14 11:21 Justin Lecher

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