aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Carretero <cJ@zougloub.eu>2022-11-12 05:12:23 -0500
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-15 12:53:43 +0100
commitb20587d17391fd67cf942830328eb1befffed609 (patch)
tree31fb728add2d084257a6df0902e01ef9989329e6 /sci-mathematics
parentsci-biology/bidsschematools: add 0.6.0 (diff)
downloadsci-b20587d17391fd67cf942830328eb1befffed609.tar.gz
sci-b20587d17391fd67cf942830328eb1befffed609.tar.bz2
sci-b20587d17391fd67cf942830328eb1befffed609.zip
add github remote-id when possible
Semi-automatically done with: https://gitlab.com/cJ/gentoo-bug-881037-github-reproducible-downloads Closes: https://github.com/gentoo/sci/pull/1182 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/freefem++/metadata.xml3
-rw-r--r--sci-mathematics/pulp/metadata.xml1
-rw-r--r--sci-mathematics/ripser/metadata.xml27
3 files changed, 19 insertions, 12 deletions
diff --git a/sci-mathematics/freefem++/metadata.xml b/sci-mathematics/freefem++/metadata.xml
index a605d78d7..5cee338ce 100644
--- a/sci-mathematics/freefem++/metadata.xml
+++ b/sci-mathematics/freefem++/metadata.xml
@@ -10,4 +10,7 @@ FreeFem++ is an implementation of a language dedicated to the finite
element method. It enables you to solve Partial Differential Equations
(PDE) easily.
</longdescription>
+ <upstream>
+ <remote-id type="github">FreeFem/FreeFem-sources</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sci-mathematics/pulp/metadata.xml b/sci-mathematics/pulp/metadata.xml
index ce584d233..c86c3b501 100644
--- a/sci-mathematics/pulp/metadata.xml
+++ b/sci-mathematics/pulp/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">PuLP</remote-id>
+ <remote-id type="github">coin-or/pulp</remote-id>
</upstream>
</pkgmetadata>
diff --git a/sci-mathematics/ripser/metadata.xml b/sci-mathematics/ripser/metadata.xml
index fbef5ab11..05f38b851 100644
--- a/sci-mathematics/ripser/metadata.xml
+++ b/sci-mathematics/ripser/metadata.xml
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>gentoo@aisha.cc</email>
- <name>Aisha Tammy</name>
- </maintainer>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <use>
- <flag name="progress">print progress of calculations in console</flag>
- <flag name="sparsehash">use google sparsehash for storage</flag>
- </use>
+ <maintainer type="person">
+ <email>gentoo@aisha.cc</email>
+ <name>Aisha Tammy</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <use>
+ <flag name="progress">print progress of calculations in console</flag>
+ <flag name="sparsehash">use google sparsehash for storage</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">Ripser/ripser</remote-id>
+ </upstream>
</pkgmetadata>