From a242d84aeadeff1d8767f1de00b933617bfbc705 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Jan 06 2007 03:02:21 +0000 Subject: auto-import pyflakes-0.2.1-3 on branch devel from pyflakes-0.2.1-3.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..ae3026c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pyflakes-0.2.1.tar.gz diff --git a/pyflakes.spec b/pyflakes.spec new file mode 100644 index 0000000..097b074 --- /dev/null +++ b/pyflakes.spec @@ -0,0 +1,58 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: pyflakes +Version: 0.2.1 +Release: 3%{?dist} +Summary: A Lint-like tool for Python + +Group: Development/Languages +License: MIT +URL: http://divmod.org/trac/wiki/DivmodPyflakes + +Source0: http://divmod.org/static/projects/pyflakes/pyflakes-0.2.1.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel + +%description +PyFlakes is a Lint-like tool for Python, like PyChecker. It is focused +on identifying common errors quickly without executing Python +code. Its primary advantage over PyChecker is that it is fast. You +don't have to sit around for minutes waiting for the checker to run; +it runs on most large projects in only a few seconds. + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%doc LICENSE +%{_bindir}/pyflakes +%{python_sitelib}/* + +%changelog +* Sat Dec 9 2006 Jeffrey C. Ollie - 0.2.1-3 +- Correctly identify the license + +* Sat Dec 9 2006 Jeffrey C. Ollie - 0.2.1-2 +- Revert to released tarball + +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.2.1-1.10526svn +- Fix version number + +* Fri Dec 8 2006 Jeffrey C. Ollie - 0.0-1.10526svn +- Fix up versioning + +* Tue Dec 5 2006 Jeffrey C. Ollie - 0.0-0.1.10526 +- First version for Fedora Extras diff --git a/sources b/sources index e69de29..ad63296 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e65d9245d706350b3db811280d897f30 pyflakes-0.2.1.tar.gz