Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/languages
In directory usw-pr-cvs1:/tmp/cvs-serv8696

Added Files:
        f2py-2.23.190-1369-1.info f2py-2.23.190-1369-1.patch 
Log Message:
New upstream version.


--- NEW FILE: f2py-2.23.190-1369-1.info ---
Package: f2py
Version: 2.23.190-1369
Revision: 1
GCC: 3.1
Description: Fortran to Python Interface Generator
DescDetail: <<
 The Fortran to Python Interface Generator, or F2PY for short, is a
 command line tool (f2py) for generating Python C/API modules for
 wrapping Fortran 77/90/95 subroutines, accessing common blocks from
 Python, and calling Python functions from Fortran (call-backs).
 Interfacing subroutines/data from Fortran 90/95 modules is supported.
<<
Source: http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-%v.tar.gz
Patch: %f.patch
BuildDepends: db3 (>= 3.3.11-8), readline (>= 4.3-5), gdbm, gmp, expat, tcltk-dev
Depends: python (>= 2.2.1-8), numeric, g77 (>= 3.1-20020420-1)
CompileScript: python setup.py build
InstallScript: python setup.py install --prefix=%i
DocFiles: docs/*txt
License: LGPL
DescPort: Patch to prevent installation of scipy_distutils,
 which is provided by scipy.
Homepage: http://cens.ioc.ee/projects/f2py2e
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: f2py-2.23.190-1369-1.patch ---
--- F2PY-2.13.175-1233/setup.py.orig    Tue Mar  5 12:34:09 2002
+++ F2PY-2.13.175-1233/setup.py Tue Mar  5 12:38:36 2002
@@ -88,10 +88,12 @@
           url               = "http://cens.ioc.ee/projects/f2py2e/";,
           cmdclass          = {'install_data': my_install_data},
           scripts           = [f2py_exe],
-          packages=['f2py2e','scipy_distutils','scipy_distutils.command'],
-          package_dir = {'f2py2e':'.',
-                         'scipy_distutils':'scipy_distutils',
-                         },
+#         packages=['f2py2e','scipy_distutils','scipy_distutils.command'],
+#         package_dir = {'f2py2e':'.',
+#                        'scipy_distutils':'scipy_distutils',
+#                        },
+          packages=['f2py2e'],
+          package_dir = {'f2py2e':'.'},
           data_files        = [('f2py2e/src',
                                 ['src/fortranobject.c','src/fortranobject.h'])]
           )



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to