FreeBSD Bugzilla – Attachment 153004 Details for
Bug 197682
[NEW PORT] devel/py-autopep8: Automatically formats Python code to PEP8 style guide
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
autopep8 port
py27-autopep8-1.1.diff (text/plain), 2.29 KB, created by
Loïc Bartoletti
on 2015-02-15 09:43:39 UTC
(
hide
)
Description:
autopep8 port
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2015-02-15 09:43:39 UTC
Size:
2.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 0) >+++ Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Loïc BARTOLETTI <coder@tuxfamily.org> >+# $FreeBSD$ >+ >+PORTNAME= autopep8 >+PORTVERSION= 1.1 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= coder@tuxfamily.org >+COMMENT= Automatically formats Python code to PEP8 style guide >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= ${PYTHON_PKNAMEPREFIX}pep8:${PORTSDIR}/devel/pep8 >+ >+USES= python >+USE_PYTHON= distutils autoplist >+ >+.include <bsd.port.mk> > >Property changes on: Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: distinfo >=================================================================== >--- distinfo (revision 0) >+++ distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (autopep8-1.1.tar.gz) = 4d97ef7ee8db336f0707beb8d09680d692ff0963462cde15d5eed336f5001d1f >+SIZE (autopep8-1.1.tar.gz) = 106672 > >Property changes on: distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 0) >+++ pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+autopep8 automatically formats Python code to conform to the PEP 8 style guide. >+It uses the pep8 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 pep8. >+ >+WWW: https://pypi.python.org/pypi/autopep8 > >Property changes on: pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197682
:
153004
|
167124