diff --git a/README.md b/README.md index 9792c61..cf33f70 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # python-autopep8 +autopep8 is automatic generated to pep8 checked code. +This is old style tool, wrapped pep8 via subprocess module. + diff --git a/python-autopep8.spec b/python-autopep8.spec new file mode 100644 index 0000000..db3a77d --- /dev/null +++ b/python-autopep8.spec @@ -0,0 +1,91 @@ +Name: python-autopep8 +Version: 0.9.7 +Release: 1mamba +Summary: Automatic generated to pep8 checked code +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://github.com/hhatto/autopep8 +Source: http://pypi.python.org/packages/source/a/autopep8/autopep8-%{version}.tar.gz +License: MIT +BuildRequires: libpython-devel +Requires: python >= %python_version +Requires: python-pep8 +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +autopep8 is automatic generated to pep8 checked code. +This is old style tool, wrapped pep8 via subprocess module. + +%prep +%setup -q -n autopep8-%{version} + +%build +CFLAGS="%{optflags}" %{__python} setup.py build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%{__python} setup.py install \ + -O1 --skip-build \ + --root="%{buildroot}" \ + --install-headers=%{_includedir}/python \ + --install-lib=%{python_sitearch} \ + --single-version-externally-managed \ + --record=%{name}.filelist + +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + +%files -f %{name}.filelist +%defattr(-,root,root) +%doc README.rst + +%changelog +* Fri Dec 27 2013 Automatic Build System 0.9.7-1mamba +- automatic update by autodist + +* Sun Sep 22 2013 Automatic Build System 0.9.4-1mamba +- automatic update by autodist + +* Thu Aug 22 2013 Automatic Build System 0.9.3-1mamba +- automatic update by autodist + +* Wed Jul 17 2013 Automatic Build System 0.9.2-1mamba +- automatic update by autodist + +* Sun Jun 09 2013 Automatic Build System 0.9.1-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Silvan Calarco 0.9-2mamba +- python 2.7 mass rebuild + +* Thu May 16 2013 Automatic Build System 0.9-1mamba +- automatic version update by autodist + +* Mon Mar 04 2013 Automatic Build System 0.8.7-1mamba +- automatic version update by autodist + +* Thu Feb 28 2013 Automatic Build System 0.8.6-1mamba +- automatic version update by autodist + +* Sat Jan 12 2013 Automatic Build System 0.8.5-1mamba +- automatic version update by autodist + +* Sun Nov 25 2012 Automatic Build System 0.8.3-1mamba +- automatic version update by autodist + +* Thu Nov 08 2012 Automatic Build System 0.8.2-1mamba +- automatic version update by autodist + +* Fri Oct 12 2012 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + +* Wed Aug 15 2012 Automatic Build System 0.7.3-1mamba +- automatic version update by autodist + +* Thu Jun 14 2012 Automatic Build System 0.6.5-1mamba +- automatic version update by autodist + +* Sat Sep 10 2011 Stefano Cotta Ramusino 0.1.3-1mamba +- package created by autospec