From 7a892f3d7a01336250f05230a6a73578df80c3e3 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:16:17 +0100 Subject: [PATCH] automatic update by autodist [release 1.5.5-1mamba;Fri Apr 11 2014] --- README.md | 2 ++ python-pep8.spec | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 python-pep8.spec diff --git a/README.md b/README.md index 8a74e9d..433e8ad 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # python-pep8 +pep8 is a tool to check your Python code against some of the style conventions in PEP 8. + diff --git a/python-pep8.spec b/python-pep8.spec new file mode 100644 index 0000000..afb612f --- /dev/null +++ b/python-pep8.spec @@ -0,0 +1,74 @@ +Name: python-pep8 +Version: 1.5.5 +Release: 1mamba +Summary: Python style guide checker +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Stefano Cotta Ramusino +URL: http://github.com/jcrocholl/pep8 +Source: http://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: libpython-devel +## AUTOBUILDREQ-END +BuildRequires: libpython-devel +Requires: python >= %python_version +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +pep8 is a tool to check your Python code against some of the style conventions in PEP 8. + +%prep +%setup -q -n pep8-%{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 CHANGES.txt README.rst + +%changelog +* Fri Apr 11 2014 Automatic Build System 1.5.5-1mamba +- automatic update by autodist + +* Fri Jul 05 2013 Automatic Build System 1.4.6-1mamba +- automatic version update by autodist + +* Fri May 17 2013 Silvan Calarco 1.4.5-2mamba +- python 2.7 mass rebuild + +* Tue Mar 12 2013 Automatic Build System 1.4.5-1mamba +- automatic version update by autodist + +* Fri Mar 01 2013 Automatic Build System 1.4.4-1mamba +- automatic version update by autodist + +* Wed Jan 23 2013 Automatic Build System 1.4.1-1mamba +- automatic version update by autodist + +* Wed Dec 26 2012 Automatic Build System 1.4-1mamba +- automatic version update by autodist + +* Sat Aug 11 2012 Automatic Build System 1.3.3-1mamba +- automatic version update by autodist + +* Thu Apr 26 2012 Automatic Build System 1.0.1-1mamba +- automatic version update by autodist + +* Wed Jul 06 2011 Stefano Cotta Ramusino 0.6.1-1mamba +- package created by autospec