rpms/pyflakes/devel pyflakes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Sat Jan 6 03:02:52 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/pyflakes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22789/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pyflakes.spec 
Log Message:
auto-import pyflakes-0.2.1-3 on branch devel from pyflakes-0.2.1-3.src.rpm


--- NEW FILE pyflakes.spec ---
%{!?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 <jeff at ocjtech.us> - 0.2.1-3
- Correctly identify the license

* Sat Dec  9 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.2.1-2
- Revert to released tarball

* Fri Dec  8 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.2.1-1.10526svn
- Fix version number

* Fri Dec  8 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0-1.10526svn
- Fix up versioning

* Tue Dec  5 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0-0.1.10526
- First version for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyflakes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Jan 2007 03:01:47 -0000	1.1
+++ .cvsignore	6 Jan 2007 03:02:21 -0000	1.2
@@ -0,0 +1 @@
+pyflakes-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyflakes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Jan 2007 03:01:47 -0000	1.1
+++ sources	6 Jan 2007 03:02:21 -0000	1.2
@@ -0,0 +1 @@
+e65d9245d706350b3db811280d897f30  pyflakes-0.2.1.tar.gz




More information about the scm-commits mailing list