Received: by mail.netbsd.org (Postfix, from userid 605) id 3816584D6B; Thu, 18 Oct 2018 10:17:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39E1084D45 for ; Thu, 18 Oct 2018 10:17:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Va665PnFUEdi for ; Thu, 18 Oct 2018 10:17:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C06E84C81 for ; Thu, 18 Oct 2018 10:17:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65BBCFBEE; Thu, 18 Oct 2018 10:17:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539857845279450" MIME-Version: 1.0 Date: Thu, 18 Oct 2018 10:17:25 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-autopep8 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181018101725.65BBCFBEE@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. --_----------=_1539857845279450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 18 10:17:25 UTC 2018 Modified Files: pkgsrc/devel/py-autopep8: Makefile distinfo Log Message: py-autopep8: updated to 1.4.1 version 1.4.1: add W504 fixed method add E402 fixed method new feature: reading from .flake8 and $HOME/.pycodestyle file that using as autopep8's configuration, and add configuration section into README () add --exit-code command line option case of if --exit-code option is False. this is default return 1 when error occured otherwise return 0 (command successful) case of if --exit-code option is True return 1 when error occured return 2 when exists changes in files (command successful) otherwise return 0 (command successful) This option is valid for any operating mode such as --diff, --in-place, non option etc fix bugs To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-autopep8/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-autopep8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539857845279450 Content-Disposition: inline Content-Length: 1999 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-autopep8/Makefile diff -u pkgsrc/devel/py-autopep8/Makefile:1.6 pkgsrc/devel/py-autopep8/Makefile:1.7 --- pkgsrc/devel/py-autopep8/Makefile:1.6 Fri Sep 21 10:46:58 2018 +++ pkgsrc/devel/py-autopep8/Makefile Thu Oct 18 10:17:25 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2018/09/21 10:46:58 adam Exp $ +# $NetBSD: Makefile,v 1.7 2018/10/18 10:17:25 adam Exp $ -DISTNAME= autopep8-1.4 +DISTNAME= autopep8-1.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autopep8/} @@ -15,7 +15,8 @@ DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.3: USE_LANGUAGES= # none post-install: - cd ${DESTDIR}${PREFIX}/bin && ${MV} autopep8 autopep8-${PYVERSSUFFIX} || ${TRUE} + cd ${DESTDIR}${PREFIX}/bin && \ + ${MV} autopep8 autopep8-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-autopep8/distinfo diff -u pkgsrc/devel/py-autopep8/distinfo:1.5 pkgsrc/devel/py-autopep8/distinfo:1.6 --- pkgsrc/devel/py-autopep8/distinfo:1.5 Fri Sep 21 10:46:58 2018 +++ pkgsrc/devel/py-autopep8/distinfo Thu Oct 18 10:17:25 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/09/21 10:46:58 adam Exp $ +$NetBSD: distinfo,v 1.6 2018/10/18 10:17:25 adam Exp $ -SHA1 (autopep8-1.4.tar.gz) = d439f905742a5c450f0a131afa0c6060b58e6aab -RMD160 (autopep8-1.4.tar.gz) = faadbda8660fe14c088533a062dc53851601df42 -SHA512 (autopep8-1.4.tar.gz) = ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b -Size (autopep8-1.4.tar.gz) = 107925 bytes +SHA1 (autopep8-1.4.1.tar.gz) = 1e795c0b08e42a894c9d800657da7f9daa9d0568 +RMD160 (autopep8-1.4.1.tar.gz) = 8d06d10fa0c3d4fe939ba6e96d95a6694237caf0 +SHA512 (autopep8-1.4.1.tar.gz) = 47884f245f67a4a5f108cb2660c08607809cd118b2cc4daf85a1f115a55d32ccf743a6787c493310ed67cfb4e808822b555e7fd04baa40ca21f16117d82f965a +Size (autopep8-1.4.1.tar.gz) = 113238 bytes --_----------=_1539857845279450--