Page MenuHomeSolus

D1168.id.diff
No OneTemporary

D1168.id.diff

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 @@
+<PISI>
+ <Source>
+ <Name>python-autopep8</Name>
+ <Packager>
+ <Name>Ben Johnston</Name>
+ <Email>bjohnston@neomailbox.net</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">autopep8 automatically formats Python code to conform to the PEP 8 style guide</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>python-autopep8</Name>
+ <Summary xml:lang="en">autopep8 automatically formats Python code to conform to the PEP 8 style guide</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>programming.python</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8-1.3.2-py2.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8.py</Path>
+ <Path fileType="library">/usr/lib/python2.7/site-packages/autopep8.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/__pycache__/autopep8.cpython-35.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/not-zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8-1.3.2-py3.5.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.5/site-packages/autopep8.py</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-10-07</Date>
+ <Version>1.3.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Ben Johnston</Name>
+ <Email>bjohnston@neomailbox.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:02 PM (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5815619
Default Alt Text
D1168.id.diff (5 KB)

Event Timeline