pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-autopep8



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Aug 24 16:11:21 UTC 2017

Added Files:
        pkgsrc/devel/py-autopep8: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-autopep8/DESCR \
    pkgsrc/devel/py-autopep8/Makefile pkgsrc/devel/py-autopep8/PLIST \
    pkgsrc/devel/py-autopep8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-autopep8/DESCR
diff -u /dev/null pkgsrc/devel/py-autopep8/DESCR:1.1
--- /dev/null   Thu Aug 24 16:11:21 2017
+++ pkgsrc/devel/py-autopep8/DESCR      Thu Aug 24 16:11:21 2017
@@ -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.
Index: pkgsrc/devel/py-autopep8/Makefile
diff -u /dev/null pkgsrc/devel/py-autopep8/Makefile:1.1
--- /dev/null   Thu Aug 24 16:11:21 2017
+++ pkgsrc/devel/py-autopep8/Makefile   Thu Aug 24 16:11:21 2017
@@ -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"
Index: pkgsrc/devel/py-autopep8/PLIST
diff -u /dev/null pkgsrc/devel/py-autopep8/PLIST:1.1
--- /dev/null   Thu Aug 24 16:11:21 2017
+++ pkgsrc/devel/py-autopep8/PLIST      Thu Aug 24 16:11:21 2017
@@ -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
Index: pkgsrc/devel/py-autopep8/distinfo
diff -u /dev/null pkgsrc/devel/py-autopep8/distinfo:1.1
--- /dev/null   Thu Aug 24 16:11:21 2017
+++ pkgsrc/devel/py-autopep8/distinfo   Thu Aug 24 16:11:21 2017
@@ -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