rpms/python-pep8/F-11 import.log, NONE, 1.1 python-pep8.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Weller ianweller at fedoraproject.org
Sun Nov 29 07:39:56 UTC 2009


Author: ianweller

Update of /cvs/pkgs/rpms/python-pep8/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16746/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-pep8.spec 
Log Message:
import python-pep8-0.4.2-2


--- NEW FILE import.log ---
python-pep8-0_4_2-2_fc12:F-11:python-pep8-0.4.2-2.fc12.src.rpm:1259480378


--- NEW FILE python-pep8.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           python-pep8
Version:        0.4.2
Release:        2%{?dist}
Summary:        Python style guide checker

Group:          Development/Languages
# License is held in the comments of pep8.py
# setup.py claims license is Expat license, which is the same as MIT
License:        MIT
URL:            http://github.com/cburroughs/pep8.py
Source0:        http://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools

%description
pep8 is a tool to check your Python code against some of the style conventions
in PEP 8. It has a plguin architecture, making new checks easy, and its output
is parseable, making it easy to jump to an error location in your editor.


%prep
%setup -qn pep8-%{version}
# Remove #! from pep8.py
sed --in-place "s:#!\s*/usr.*::" pep8.py


%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 CHANGES.txt README.rst TODO.txt
%{_bindir}/pep8
%{python_sitelib}/*


%changelog
* Mon Nov  9 2009 Ian Weller <ian at ianweller.org> - 0.4.2-2
- Add BR: python-setuptools
- Change URL to the correct upstream

* Sun Nov  8 2009 Ian Weller <ian at ianweller.org> - 0.4.2-1
- Initial package build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-pep8/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Nov 2009 03:54:05 -0000	1.1
+++ .cvsignore	29 Nov 2009 07:39:55 -0000	1.2
@@ -0,0 +1 @@
+pep8-0.4.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-pep8/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Nov 2009 03:54:05 -0000	1.1
+++ sources	29 Nov 2009 07:39:55 -0000	1.2
@@ -0,0 +1 @@
+da8562ef0b18ae9ced210cff742a2d1b  pep8-0.4.2.tar.gz




More information about the fedora-extras-commits mailing list