Date: Mon, 5 Jun 2017 14:50:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442631 - head/textproc/py-autopep8 Message-ID: <201706051450.v55EoBgs046706@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 5 14:50:11 2017 New Revision: 442631 URL: https://svnweb.freebsd.org/changeset/ports/442631 Log: Update COMMENT: use uppercase for leading character - Fix WWW Modified: head/textproc/py-autopep8/Makefile head/textproc/py-autopep8/pkg-descr Modified: head/textproc/py-autopep8/Makefile ============================================================================== --- head/textproc/py-autopep8/Makefile Mon Jun 5 14:50:06 2017 (r442630) +++ head/textproc/py-autopep8/Makefile Mon Jun 5 14:50:11 2017 (r442631) @@ -7,7 +7,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org -COMMENT= automatically formats Python code to conform to the PEP 8 style guide +COMMENT= Automatically formats Python code to conform to the PEP 8 style guide LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/textproc/py-autopep8/pkg-descr ============================================================================== --- head/textproc/py-autopep8/pkg-descr Mon Jun 5 14:50:06 2017 (r442630) +++ head/textproc/py-autopep8/pkg-descr Mon Jun 5 14:50:11 2017 (r442631) @@ -3,4 +3,4 @@ It uses the pycodestyle utility to determine what part formatted. autopep8 is capable of fixing most of the formatting issues that can be reported by pycodestyle. -WWW: https://github.com/hhatto/autopep8/ +WWW: https://github.com/hhatto/autopep8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706051450.v55EoBgs046706>