Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,24 @@ +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(python3) + - python-setuptools +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 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,52 @@ + + + python-autopep8 + + Ben Johnston + bjohnston@neomailbox.net + + MIT + programming.python + autopep8 automatically formats Python code to conform to the PEP 8 style guide + 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. + + https://solus-project.com/sources/README.Solus + + + python-autopep8 + autopep8 automatically formats Python code to conform to the PEP 8 style guide + 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. + + programming.python + + /usr/bin + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/PKG-INFO + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/SOURCES.txt + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/dependency_links.txt + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/entry_points.txt + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/not-zip-safe + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/requires.txt + /usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/top_level.txt + /usr/lib/python2.7/site-packages/autopep8.py + /usr/lib/python2.7/site-packages/autopep8.pyc + /usr/lib/python3.5/site-packages/__pycache__/autopep8.cpython-35.pyc + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/PKG-INFO + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/SOURCES.txt + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/dependency_links.txt + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/entry_points.txt + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/not-zip-safe + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/requires.txt + /usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/top_level.txt + /usr/lib/python3.5/site-packages/autopep8.py + + + + + 2017-10-07 + 1.3.2 + Packaging update + Ben Johnston + bjohnston@neomailbox.net + + + \ No newline at end of file