mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 14:17:27 -08:00
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
18 lines
691 B
XML
18 lines
691 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>sci</herd>
|
|
<herd>python</herd>
|
|
<longdescription lang="en">
|
|
NumPy is a general-purpose array-processing Python package designed to
|
|
efficiently manipulate large multi-dimensional arrays of arbitrary
|
|
records without sacrificing too much speed for small multi-dimensional
|
|
arrays. There are also basic facilities for discrete fourier transform,
|
|
basic linear algebra and random number generation.
|
|
It is the successor of Numeric and numarray.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">numpy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|