[python-pywt] modified: .gitignore new file: python-pywt.spec modified: sources

helloworld1 helloworld1 at fedoraproject.org
Wed Nov 24 12:52:58 UTC 2010


commit d12372ce8d39f7ae3f6bfb563b3432253d7ed2ff
Author: Howard Liberty <liberty at anymemo.org>
Date:   Wed Nov 24 07:52:38 2010 -0500

    	modified:   .gitignore
    	new file:   python-pywt.spec
    	modified:   sources
    
    * Initial import

 .gitignore       |    1 +
 python-pywt.spec |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 3 files changed, 55 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6b739b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/PyWavelets-0.2.0.tar.bz2
diff --git a/python-pywt.spec b/python-pywt.spec
new file mode 100644
index 0000000..e8c8833
--- /dev/null
+++ b/python-pywt.spec
@@ -0,0 +1,53 @@
+%global srcname PyWavelets
+
+Name:		python-pywt
+Version:	0.2.0
+Release:	3%{?dist}
+Summary:	Python wavelet transforms module
+
+Group:		Development/Libraries
+License:	MIT
+URL:		http://pypi.python.org/pypi/PyWavelets/
+Source0:	http://pypi.python.org/packages/source/P/%{srcname}/%{srcname}-%{version}.tar.bz2
+
+BuildRequires:	python2-devel
+BuildRequires:	Cython
+Requires:	numpy
+
+
+%description
+PyWavelets is a Python wavelet transforms module that includes:
+* 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
+* 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)
+* 1D and 2D Wavelet Packet decomposition and reconstruction
+* Computing Approximations of wavelet and scaling functions
+* Over seventy built-in wavelet filters and support for custom wavelets
+* Single and double precision calculations
+* Results compatibility with Matlab Wavelet Toolbox (tm)
+
+%prep
+%setup -q -n %{srcname}-%{version}
+
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc README.txt THANKS.txt COPYING.txt CHANGES.txt
+%{python_sitearch}/pywt*
+%{python_sitearch}/PyWavelets*
+
+
+%changelog
+* Thu Nov 18 2010 Howard Ning <mrlhwliberty at gmail.com> - 0.2.0-3
+- Fix the naming issue again
+
+* Wed Nov 17 2010 Howard Ning <mrlhwliberty at gmail.com> - 0.2.0-2
+- Fix the naming issue
+
+* Tue Oct 20 2010 Howard Ning <mrlhwliberty at gmail.com> - 0.2.0-1
+- Initial Release
diff --git a/sources b/sources
index e69de29..6f8f7a9 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c817b0d0e019ef2e7177d7c8a345e6bf  PyWavelets-0.2.0.tar.bz2


More information about the scm-commits mailing list