          MODULE=numpy
         VERSION=1.6.1
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=$SFORGE_URL/numpy
      SOURCE_VFY=sha1:3f73ff9231a1c15e28e6e259ef5cc35a72b34059
        WEB_SITE=http://numpy.scipy.org
         ENTERED=20020708
         UPDATED=20110918
           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

