          MODULE=python-numpy
         VERSION=2.3.3
          SOURCE=numpy-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/n/numpy/
      SOURCE_VFY=sha256:ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029
SOURCE_DIRECTORY=$BUILD_DIRECTORY/numpy-$VERSION
        WEB_SITE=http://www.numpy.org/
        REPLACES=numpy
         ENTERED=20020708
         UPDATED=20250913
           SHORT="Fundamental package for scientific computing with Python"

cat << EOF
numpy contains:
    * a powerful N-dimensional array object
    * sophisticated (broadcasting) functions
    * basic linear algebra functions
    * basic Fourier transforms
    * sophisticated random number capabilities
    * tools for integrating Fortran code.

NumPy derives from the old Numeric code base and can be used as a replacement
for Numeric. It also adds the features introduced by Numarray and can also be
used to replace Numarray.
EOF
