pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8-import-order



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 28 07:42:10 UTC 2017

Modified Files:
        pkgsrc/devel/py-flake8-import-order: Makefile distinfo

Log Message:
py-flake8-import-order: updated to 0.14.1

0.14.1:
* Bug fix, cope with multi-line imports when considering I202.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-flake8-import-order/Makefile \
    pkgsrc/devel/py-flake8-import-order/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-flake8-import-order/Makefile
diff -u pkgsrc/devel/py-flake8-import-order/Makefile:1.3 pkgsrc/devel/py-flake8-import-order/Makefile:1.4
--- pkgsrc/devel/py-flake8-import-order/Makefile:1.3    Wed Oct 25 09:11:59 2017
+++ pkgsrc/devel/py-flake8-import-order/Makefile        Sat Oct 28 07:42:09 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/10/25 09:11:59 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/10/28 07:42:09 adam Exp $
 
-DISTNAME=      flake8-import-order-0.14
+DISTNAME=      flake8-import-order-0.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8-import-order/}
@@ -10,10 +10,11 @@ HOMEPAGE=   https://pypi.python.org/pypi/f
 COMMENT=       Flake8 and pylama plugin that checks the ordering of import statements
 LICENSE=       gnu-lgpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-asttokens-[0-9]*:../../lang/py-asttokens
 DEPENDS+=      ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
-DEPENDS+=      ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 
 # TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
Index: pkgsrc/devel/py-flake8-import-order/distinfo
diff -u pkgsrc/devel/py-flake8-import-order/distinfo:1.3 pkgsrc/devel/py-flake8-import-order/distinfo:1.4
--- pkgsrc/devel/py-flake8-import-order/distinfo:1.3    Wed Oct 25 09:11:59 2017
+++ pkgsrc/devel/py-flake8-import-order/distinfo        Sat Oct 28 07:42:09 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/10/25 09:11:59 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/10/28 07:42:09 adam Exp $
 
-SHA1 (flake8-import-order-0.14.tar.gz) = 20e01dfcbe84a4821947c710727de5ef02157514
-RMD160 (flake8-import-order-0.14.tar.gz) = 6fd669be1d5b77cabff98482a3a47da2ee7af441
-SHA512 (flake8-import-order-0.14.tar.gz) = c424efb74e03ed6c4ac99852be49263fff4d51817da4c11a68e162925bf3d945b39d8351c91cb05b44869746b8a860364187c5c1cbd7d53633f5796621140392
-Size (flake8-import-order-0.14.tar.gz) = 15864 bytes
+SHA1 (flake8-import-order-0.14.1.tar.gz) = c5ef017869894495b841f3dfa273b0a4408dad20
+RMD160 (flake8-import-order-0.14.1.tar.gz) = 067bb3ba88ef3a21cf0a5da72465f910535548f2
+SHA512 (flake8-import-order-0.14.1.tar.gz) = 6d2fb364ea15dc730dcad72be84236d4648bb8e875602bb2ac20928c8e7f9ecdd45ed3a8cd75facb2ea31abc48cb8d0c6299738ea1e2b2c62e443c215ffb852b
+Size (flake8-import-order-0.14.1.tar.gz) = 15966 bytes



Home | Main Index | Thread Index | Old Index