diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-08-29 09:23:52 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-08-29 10:04:44 -0600 |
commit | aa86ff47eeae89e91e7b679e9e50b500b961c584 (patch) | |
tree | dfbcd14d8f349071f0be4ce133623f23f2e0a381 /bento.info | |
parent | 7001d613aaa445ff650a273ec3d4db6787daf2e3 (diff) | |
download | numpy-aa86ff47eeae89e91e7b679e9e50b500b961c584.tar.gz |
MAINT: Remove bento related files.
Numpy will no longer support the bento build system, so remove the
associated files.
Diffstat (limited to 'bento.info')
-rw-r--r-- | bento.info | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/bento.info b/bento.info deleted file mode 100644 index d2adcc394..000000000 --- a/bento.info +++ /dev/null @@ -1,92 +0,0 @@ -Name: numpy -Version: 1.10.0 -Summary: NumPy: array processing for numbers, strings, records, and objects. -Url: http://www.numpy.org -DownloadUrl: http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103 -Description: - NumPy is a general-purpose array-processing package designed to - efficiently manipulate large multi-dimensional arrays of arbitrary - records without sacrificing too much speed for small multi-dimensional - arrays. NumPy is built on the Numeric code base and adds features - introduced by numarray as well as an extended C-API and the ability to - create arrays of arbitrary type which also makes NumPy suitable for - interfacing with general-purpose data-base applications. - - There are also basic facilities for discrete fourier transform, - basic linear algebra and random number generation. -Author: Travis E. Oliphant, et.al. -AuthorEmail: oliphant@enthought.com -Maintainer: NumPy Developers -MaintainerEmail: numpy-discussion@scipy.org -License: BSD -Platforms: Windows,Linux,Solaris,Mac OS-X,Unix -Classifiers: - Development Status :: 5 - Production/Stable, - Intended Audience :: Science/Research, - Intended Audience :: Developers, - License :: OSI Approved, - Programming Language :: C, - Programming Language :: Python, - Programming Language :: Python :: 2, - Programming Language :: Python :: 2.6, - Programming Language :: Python :: 2.7, - Programming Language :: Python :: 3, - Programming Language :: Python :: 3.2, - Programming Language :: Python :: 3.3, - Programming Language :: Python :: 3.4, - Programming Language :: Python :: 3.5, - Programming Language :: Python :: Implementation :: CPython, - Topic :: Software Development, - Topic :: Scientific/Engineering, - Operating System :: Microsoft :: Windows, - Operating System :: POSIX, - Operating System :: Unix, - Operating System :: MacOS - -ExtraSourceFiles: - setup.py, - numpy/core/include/numpy/*.h, - numpy/core/include/numpy/*.in, - numpy/core/*.ini.in, - numpy/core/src/npymath/*.h, - numpy/core/src/multiarray/*.c, - numpy/core/src/multiarray/*.c.src, - numpy/core/src/multiarray/*.h, - numpy/core/src/private/*.h, - numpy/core/src/private/*.h.src, - numpy/core/src/umath/*.src, - numpy/core/src/umath/*.h, - numpy/core/src/umath/*.c, - numpy/fft/*.h, - numpy/random/mtrand/*.h - -DataFiles: tests - TargetDir: $sitedir/numpy - SourceDir: numpy - Files: - **/tests/*.py, - core/tests/data/*.fits, - core/tests/data/*.pkl, - f2py/tests/src/array_from_pyobj/*.c, - f2py/src/test/*.c, - f2py/src/test/*.f, - f2py/src/test/*.f90 - -DataFiles: f2py-data - TargetDir: $sitedir - Files: - numpy/f2py/src/fortranobject.* - -DataFiles: numpy-includes - TargetDir: $sitedir - Files: - numpy/core/include/numpy/*.h - -HookFile: bscript -MetaTemplateFiles: numpy/version.py.in, numpy/__config__.py.in -Recurse: numpy -UseBackends: Waf - -Library: - Packages: - numpy |