diff options
author | Sam James <sam@gentoo.org> | 2022-07-30 10:14:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 10:20:26 +0100 |
commit | 336eb895bf8ce8209585f5d45abda80717f27878 (patch) | |
tree | 5238b28eb26094defc63965b51becd885bf273f3 /dev-python/scipy | |
parent | net-analyzer/fprobe: update EAPI 6 -> 8 (diff) | |
download | gentoo-336eb895bf8ce8209585f5d45abda80717f27878.tar.gz gentoo-336eb895bf8ce8209585f5d45abda80717f27878.tar.bz2 gentoo-336eb895bf8ce8209585f5d45abda80717f27878.zip |
dev-python/scipy: add github upstream metadata
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/scipy')
-rw-r--r-- | dev-python/scipy/metadata.xml | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/dev-python/scipy/metadata.xml b/dev-python/scipy/metadata.xml index 0192620473a3..727696087804 100644 --- a/dev-python/scipy/metadata.xml +++ b/dev-python/scipy/metadata.xml @@ -1,28 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - SciPy is an open source library of scientific tools for Python. SciPy - supplements the popular numpy module, gathering a variety of high level - science and engineering modules together as a single package. - SciPy includes modules for graphics and plotting, optimization, - integration, special functions, signal and image processing, genetic - algorithms, ODE solvers, and others. -</longdescription> - <use> - <flag name="pythran">Use <pkg>dev-python/pythran</pkg> to accelerate runtime</flag> - <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag> - </use> - <upstream> - <remote-id type="pypi">scipy</remote-id> - <remote-id type="sourceforge">scipy</remote-id> - </upstream> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <longdescription lang="en"> + SciPy is an open source library of scientific tools for Python. SciPy + supplements the popular numpy module, gathering a variety of high level + science and engineering modules together as a single package. + SciPy includes modules for graphics and plotting, optimization, + integration, special functions, signal and image processing, genetic + algorithms, ODE solvers, and others. + </longdescription> + <use> + <flag name="pythran">Use <pkg>dev-python/pythran</pkg> to accelerate runtime</flag> + <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag> + </use> + <upstream> + <remote-id type="github">scipy/scipy</remote-id> + <remote-id type="pypi">scipy</remote-id> + <remote-id type="sourceforge">scipy</remote-id> + </upstream> </pkgmetadata> |