File: control

package info (click to toggle)
python-f2py 2.45.241%2B1926-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 956 kB
  • ctags: 700
  • sloc: python: 8,720; ansic: 929; fortran: 109; makefile: 48; f90: 34
file content (23 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: debhelper (>= 5.0.37.1)
Build-Depends-Indep: python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central, python-docutils (>=0.4-1), python-scipy-core, python-numeric
Standards-Version: 3.7.2
XS-Python-Version: all


Package: python-f2py
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-numeric, python-scipy-core
Recommends: g77 | fortran77-compiler
Conflicts: python2.3-f2py, python-f2py-doc
Replaces: python2.3-f2py, python-f2py-doc
Provides: 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).