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:   adam
Date:           Mon Jan 20 19:50:33 UTC 2020

Modified Files:
        pkgsrc/devel/py-autopep8: Makefile distinfo

Log Message:
py-autopep8: updated to 1.5

version 1.5
Support Python3.8
Support pyproject.toml with [tool.autopep8] section.
fix bugs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-autopep8/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-autopep8/distinfo

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

Modified files:

Index: pkgsrc/devel/py-autopep8/Makefile
diff -u pkgsrc/devel/py-autopep8/Makefile:1.10 pkgsrc/devel/py-autopep8/Makefile:1.11
--- pkgsrc/devel/py-autopep8/Makefile:1.10      Mon Apr 15 08:27:42 2019
+++ pkgsrc/devel/py-autopep8/Makefile   Mon Jan 20 19:50:33 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/04/15 08:27:42 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/20 19:50:33 adam Exp $
 
-DISTNAME=      autopep8-1.4.4
+DISTNAME=      autopep8-1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
@@ -10,13 +10,13 @@ HOMEPAGE=   https://github.com/hhatto/auto
 COMMENT=       Automatic formatter of Python code to conform to PEP 8
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.3:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.5.0:../../devel/py-codestyle
 
 USE_LANGUAGES= # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} autopep8 autopep8-${PYVERSSUFFIX} || ${TRUE}
+       ${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.9 pkgsrc/devel/py-autopep8/distinfo:1.10
--- pkgsrc/devel/py-autopep8/distinfo:1.9       Mon Apr 15 08:27:42 2019
+++ pkgsrc/devel/py-autopep8/distinfo   Mon Jan 20 19:50:33 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/04/15 08:27:42 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/01/20 19:50:33 adam Exp $
 
-SHA1 (autopep8-1.4.4.tar.gz) = 3622f89aa0993654411b82168fd251324b07f512
-RMD160 (autopep8-1.4.4.tar.gz) = 20519df3aad29b85a6f9e76e757c794c4e9da9bb
-SHA512 (autopep8-1.4.4.tar.gz) = 06822df7cd02c68980965c1fd987dec03785e155554ff0f735dc707c4de99b4d152b0d092e21017ec5d9176b33bcf22f3ef2b0986f38faebab0928443eca4d32
-Size (autopep8-1.4.4.tar.gz) = 114796 bytes
+SHA1 (autopep8-1.5.tar.gz) = c3959dde2827d57183a497ea2edec3ad73a77731
+RMD160 (autopep8-1.5.tar.gz) = 3e7a129ece65182a82e4c69d0260e097d6e26b47
+SHA512 (autopep8-1.5.tar.gz) = 4d9c014ef51eab5a5a5c66f8233153e3331aa7ec65e5a87840e52caa344c0a1484508a734865df2f6067a1fcf7ec347c9152be1a59c1f595331539af8b10fe49
+Size (autopep8-1.5.tar.gz) = 116639 bytes



Home | Main Index | Thread Index | Old Index