Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : python-autopep8 | |||||
| version : 1.3.2 | |||||
| release : 1 | |||||
| source : | |||||
| - https://github.com/hhatto/autopep8/archive/v1.3.2.tar.gz : 41b5730517bcb34a0e56664d8a628c7ecae8f9989c6c140090d8b991e858e82f | |||||
| license : MIT | |||||
| component : programming.python | |||||
| summary : autopep8 automatically formats Python code to conform to the PEP 8 style guide | |||||
| description: | | |||||
| autopep8 automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle. | |||||
| builddeps : | |||||
| - pkgconfig(python) | |||||
| - python-setuptools | |||||
| - pkgconfig(python3) | |||||
| rundeps : | |||||
| - pycodestyle | |||||
| build : | | |||||
| %python3_setup | |||||
| %python_setup | |||||
| install : | | |||||
| %python3_install | |||||
| for _f in $installdir/usr/bin/*; do | |||||
| mv -v $_f ${_f}3; | |||||
| done | |||||
| %python_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.