diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 14:50:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-06-05 14:50:11 +0000 |
commit | 546d16e5eab49a6bc6bbdfab285e074e8d929075 (patch) | |
tree | b7691e2dca26aa18f725b0536fc535213cfc60de /textproc | |
parent | 5847c2362c319d7f2603b8bd73d7b56048a1c2d9 (diff) | |
download | ports-546d16e5eab49a6bc6bbdfab285e074e8d929075.tar.gz ports-546d16e5eab49a6bc6bbdfab285e074e8d929075.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-autopep8/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-autopep8/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-autopep8/Makefile b/textproc/py-autopep8/Makefile index 00138dc60d8e..7fe4b28c4693 100644 --- a/textproc/py-autopep8/Makefile +++ b/textproc/py-autopep8/Makefile @@ -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 diff --git a/textproc/py-autopep8/pkg-descr b/textproc/py-autopep8/pkg-descr index 28570629be79..4dbed1c2ded9 100644 --- a/textproc/py-autopep8/pkg-descr +++ b/textproc/py-autopep8/pkg-descr @@ -3,4 +3,4 @@ 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. -WWW: https://github.com/hhatto/autopep8/ +WWW: https://github.com/hhatto/autopep8 |