py-flake8-import-order: updated to 0.14.1
0.14.1: * Bug fix, cope with multi-line imports when considering I202.
This commit is contained in:
parent
8957e8df39
commit
8f0bfcaca4
2 changed files with 9 additions and 8 deletions
|
@ -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/flake8-import-order/
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue