1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: python-f2py
Section: python
Priority: extra
Maintainer: José Fonseca <j_r_fonseca@yahoo.co.uk>
Uploaders: Alexandre Fayolle <afayolle@debian.org>, Marco Presi <zufus@debian.org>
Build-Depends-Indep: debhelper (>> 4.0), python, python2.2-dev, python2.3-dev, python2.4-dev, python2.2-numeric, python2.3-numeric, python2.4-numeric, python2.2-scipy-core, python2.3-scipy-core, python2.4-scipy-core, python-docutils
Standards-Version: 3.6.1
Package: python-f2py-doc
Architecture: all
Description: Fortran to Python interface generator
F2PY is a Python extension tool for creating Python C/API modules from
(handwritten or F2PY generated) signature files (or directly from Fortran
sources).
Package: python2.2-f2py
Architecture: all
Depends: ${python:Depends}, python2.2-numeric, python2.2-scipy-core
Recommends: g77 | fortran77-compiler
Description: Fortran to Python interface generator
F2PY is a Python extension tool for creating Python C/API modules from
(handwritten or F2PY generated) signature files (or directly from Fortran
sources).
.
This package provides F2PY for Python 2.2.
Package: python2.3-f2py
Architecture: all
Depends: ${python:Depends}, python2.3-numeric, python2.3-scipy-core
Recommends: g77 | fortran77-compiler
Description: Fortran to Python interface generator
F2PY is a Python extension tool for creating Python C/API modules from
(handwritten or F2PY generated) signature files (or directly from Fortran
sources).
.
This package provides F2PY for Python 2.3.
Package: python2.4-f2py
Architecture: all
Depends: ${python:Depends}, python2.4-numeric, python2.4-scipy-core
Recommends: g77 | fortran77-compiler
Description: Fortran to Python interface generator
F2PY is a Python extension tool for creating Python C/API modules from
(handwritten or F2PY generated) signature files (or directly from Fortran
sources).
.
This package provides F2PY for Python 2.4.
Package: python-f2py
Architecture: all
Depends: python2.3-f2py
Recommends: python-f2py-doc
Description: Fortran to Python interface generator
F2PY is a Python extension tool for creating Python C/API modules from
(handwritten or F2PY generated) signature files (or directly from Fortran
sources).
.
This package is a dependency package, which depends on the python*-f2py
package for Debian's default Python version (currently v2.3).
|