          MODULE=python-numpy
         VERSION=2.4.3
          SOURCE=numpy-$VERSION.tar.gz
      SOURCE_URL=https://pypi.python.org/packages/source/n/numpy/
      SOURCE_VFY=sha256:483a201202b73495f00dbc83796c6ae63137a9bdade074f7648b3e32613412dd
SOURCE_DIRECTORY=$BUILD_DIRECTORY/numpy-$VERSION
        WEB_SITE=http://www.numpy.org/
        REPLACES=numpy
         ENTERED=20020708
         UPDATED=20260309
           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
