Received: by mail.netbsd.org (Postfix, from userid 605) id 127DC84DA4; Thu, 24 Aug 2017 16:11:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 99D2984DA2 for ; Thu, 24 Aug 2017 16:11:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wAQli5K9D2-T for ; Thu, 24 Aug 2017 16:11:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1BB5A84CE3 for ; Thu, 24 Aug 2017 16:11:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE1C6FA89; Thu, 24 Aug 2017 16:11:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503591081282560" MIME-Version: 1.0 Date: Thu, 24 Aug 2017 16:11:21 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/py-autopep8 To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170824161121.DE1C6FA89@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1503591081282560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1503591081282560 Content-Disposition: inline Content-Length: 2639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1503591081282560--