]> git.pld-linux.org Git - packages/f2py.git/commitdiff
- obsoleted by f2py from python-numpy master
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 5 Apr 2011 11:10:32 +0000 (11:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    f2py.spec -> 1.10

f2py.spec [deleted file]

diff --git a/f2py.spec b/f2py.spec
deleted file mode 100644 (file)
index 2151648..0000000
--- a/f2py.spec
+++ /dev/null
@@ -1,45 +0,0 @@
-%define        module  f2py2e
-Summary:       Fortran to Python interface generator
-Summary(pl.UTF-8):     Generator interfejsów z Fortranu do Pythona
-Name:          f2py
-Version:       2.45.241_1926
-Release:       3
-License:       LGPL
-Group:         Networking/Utilities
-Source0:       http://cens.ioc.ee/projects/f2py2e/2.x/F2PY-%{version}.tar.gz
-# Source0-md5: 8aedac9cad32afdcddcfb026b6393ece
-URL:           http://cens.ioc.ee/projects/f2py2e/
-%pyrequires_eq  python-modules
-BuildRequires: python-modules
-BuildRequires: rpm-pythonprov
-BuildArch:     noarch
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Fortran to Python interface generator.
-
-%description -l pl.UTF-8
-Generator interfejsów z Fortranu do Pythona.
-
-%prep
-%setup -q -n F2PY-%{version}
-
-%build
-python setup.py build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-python setup.py install \
-       --root=$RPM_BUILD_ROOT \
-       --optimize=2
-
-find $RPM_BUILD_ROOT%{py_sitescriptdir} -name "*.py" | xargs rm
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/%{module}
This page took 0.075918 seconds and 4 git commands to generate.