pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-autopep8 Import py-autopep8-1.3.2 as devel/py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e5ba4493f28
branches:  trunk
changeset: 367135:8e5ba4493f28
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Aug 24 16:11:21 2017 +0000

description:
Import py-autopep8-1.3.2 as devel/py-autopep8

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.

diffstat:

 devel/py-autopep8/DESCR    |   4 ++++
 devel/py-autopep8/Makefile |  22 ++++++++++++++++++++++
 devel/py-autopep8/PLIST    |  12 ++++++++++++
 devel/py-autopep8/distinfo |   6 ++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 52335a04e477 -r 8e5ba4493f28 devel/py-autopep8/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-autopep8/DESCR   Thu Aug 24 16:11:21 2017 +0000
@@ -0,0 +1,4 @@
+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.
diff -r 52335a04e477 -r 8e5ba4493f28 devel/py-autopep8/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-autopep8/Makefile        Thu Aug 24 16:11:21 2017 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2017/08/24 16:11:21 minskim Exp $
+
+DISTNAME=      autopep8-1.3.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/hhatto/autopep8
+COMMENT=       Automatic formatter of Python code to conform to PEP 8
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.3:../../devel/py-codestyle
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} autopep8 autopep8-${PYVERSSUFFIX}
+
+.include "../../mk/bsd.pkg.mk"
diff -r 52335a04e477 -r 8e5ba4493f28 devel/py-autopep8/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-autopep8/PLIST   Thu Aug 24 16:11:21 2017 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/24 16:11:21 minskim Exp $
+bin/autopep8-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/autopep8.py
+${PYSITELIB}/autopep8.pyc
+${PYSITELIB}/autopep8.pyo
diff -r 52335a04e477 -r 8e5ba4493f28 devel/py-autopep8/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-autopep8/distinfo        Thu Aug 24 16:11:21 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/24 16:11:21 minskim Exp $
+
+SHA1 (autopep8-1.3.2.tar.gz) = 1ff90f2a31d0aa3501fbedf8e8745e44f4e5496e
+RMD160 (autopep8-1.3.2.tar.gz) = b5bc69fc38bc6c1ec3507331f85c5c88a5cef573
+SHA512 (autopep8-1.3.2.tar.gz) = cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
+Size (autopep8-1.3.2.tar.gz) = 107915 bytes



Home | Main Index | Thread Index | Old Index