Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
python-autopep8
python-autopep8.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-autopep8.spec of Package python-autopep8
# # spec file for package python-autopep8 # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-autopep8 Version: 1.3.5 Release: 0 Summary: Automatic generated to pep8 checked code License: MIT Group: Development/Languages/Python Url: https://github.com/hhatto/autopep8 Source: https://files.pythonhosted.org/packages/source/a/autopep8/autopep8-%{version}.tar.gz # Test requirements: BuildRequires: %{python_module pycodestyle >= 2.3} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-pycodestyle Requires: python-setuptools Requires(post): update-alternatives Requires(postun): update-alternatives BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %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} sed -i '1s/^#!.*//' autopep8.py # Remove she-bang line %build %python_build %install %python_install %python_clone -a %{buildroot}%{_bindir}/autopep8 %check # need to set locale to avoid UnicodeEncodeError export LANG="en_US.UTF-8" %python_exec setup.py test -q %pre # Since /usr/bin/autopep8 became ghosted to be used with update-alternatives, we have to get rid # of the old binary resulting from the non-update-alternativies-ified package: [ -h %{_bindir}/autopep8 ] || rm -f %{_bindir}/autopep8 %post %python_install_alternative autopep8 %postun %python_uninstall_alternative autopep8 %files %{python_files} %defattr(-,root,root,-) %doc README.rst %python_alternative %{_bindir}/autopep8 %pycache_only %{python_sitelib}/__pycache__/* %{python_sitelib}/autopep8.py* %{python_sitelib}/autopep8-%{version}-py%{python_version}.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor