Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scipy/
Date: Sat, 30 Jul 2022 09:20:37
Message-Id: 1659172826.336eb895bf8ce8209585f5d45abda80717f27878.sam@gentoo
1 commit: 336eb895bf8ce8209585f5d45abda80717f27878
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 09:14:46 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 09:20:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336eb895
7
8 dev-python/scipy: add github upstream metadata
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/scipy/metadata.xml | 49 ++++++++++++++++++++++---------------------
13 1 file changed, 25 insertions(+), 24 deletions(-)
14
15 diff --git a/dev-python/scipy/metadata.xml b/dev-python/scipy/metadata.xml
16 index 0192620473a3..727696087804 100644
17 --- a/dev-python/scipy/metadata.xml
18 +++ b/dev-python/scipy/metadata.xml
19 @@ -1,28 +1,29 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 - <maintainer type="project">
24 - <email>sci@g.o</email>
25 - <name>Gentoo Science Project</name>
26 - </maintainer>
27 - <maintainer type="project">
28 - <email>python@g.o</email>
29 - <name>Python</name>
30 - </maintainer>
31 - <longdescription lang="en">
32 - SciPy is an open source library of scientific tools for Python. SciPy
33 - supplements the popular numpy module, gathering a variety of high level
34 - science and engineering modules together as a single package.
35 - SciPy includes modules for graphics and plotting, optimization,
36 - integration, special functions, signal and image processing, genetic
37 - algorithms, ODE solvers, and others.
38 -</longdescription>
39 - <use>
40 - <flag name="pythran">Use <pkg>dev-python/pythran</pkg> to accelerate runtime</flag>
41 - <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
42 - </use>
43 - <upstream>
44 - <remote-id type="pypi">scipy</remote-id>
45 - <remote-id type="sourceforge">scipy</remote-id>
46 - </upstream>
47 + <maintainer type="project">
48 + <email>sci@g.o</email>
49 + <name>Gentoo Science Project</name>
50 + </maintainer>
51 + <maintainer type="project">
52 + <email>python@g.o</email>
53 + <name>Python</name>
54 + </maintainer>
55 + <longdescription lang="en">
56 + SciPy is an open source library of scientific tools for Python. SciPy
57 + supplements the popular numpy module, gathering a variety of high level
58 + science and engineering modules together as a single package.
59 + SciPy includes modules for graphics and plotting, optimization,
60 + integration, special functions, signal and image processing, genetic
61 + algorithms, ODE solvers, and others.
62 + </longdescription>
63 + <use>
64 + <flag name="pythran">Use <pkg>dev-python/pythran</pkg> to accelerate runtime</flag>
65 + <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
66 + </use>
67 + <upstream>
68 + <remote-id type="github">scipy/scipy</remote-id>
69 + <remote-id type="pypi">scipy</remote-id>
70 + <remote-id type="sourceforge">scipy</remote-id>
71 + </upstream>
72 </pkgmetadata>