Mon Mar 25 08:54:24 2019 UTC ()
py-isort: updated to 4.3.16

4.3.16:
- Fixed - skip and skip-glob are not enforced when using settings-path.
- Fixed - appdirs optional requirement does not correctly specify version
- Fixed - Too broad warning about missing toml package
- Fixed - remove `user` from known standard library as it's no longer in any supported Python version.


(adam)
diff -r1.11 -r1.12 pkgsrc/devel/py-isort/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/py-isort/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-isort/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-isort/Makefile 2019/03/13 08:56:47 1.11
+++ pkgsrc/devel/py-isort/Makefile 2019/03/25 08:54:24 1.12
@@ -1,26 +1,32 @@ @@ -1,26 +1,32 @@
1# $NetBSD: Makefile,v 1.11 2019/03/13 08:56:47 adam Exp $ 1# $NetBSD: Makefile,v 1.12 2019/03/25 08:54:24 adam Exp $
2 2
3DISTNAME= isort-4.3.15 3DISTNAME= isort-4.3.16
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/timothycrosley/isort 9HOMEPAGE= https://github.com/timothycrosley/isort
10COMMENT= Python utility / library to sort imports 10COMMENT= Python utility / library to sort imports
11LICENSE= mit 11LICENSE= mit
12 12
 13DEPENDS+= ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 15
13.include "../../lang/python/pyversion.mk" 16.include "../../lang/python/pyversion.mk"
14.if ${_PYTHON_VERSION} == 27 17.if ${_PYTHON_VERSION} == 27
15DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache 18DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
16DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures 19DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
17.endif 20.endif
18 21
19USE_LANGUAGES= # none 22USE_LANGUAGES= # none
20 23
21post-install: 24post-install:
22 cd ${DESTDIR}${PREFIX}/bin && \ 25 cd ${DESTDIR}${PREFIX}/bin && \
23 ${MV} isort isort-${PYVERSSUFFIX} || ${TRUE} 26 ${MV} isort isort-${PYVERSSUFFIX} || ${TRUE}
24 27
 28do-test:
 29 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test_isort.py
 30
25.include "../../lang/python/egg.mk" 31.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-isort/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-isort/distinfo 2019/03/13 08:56:47 1.11
+++ pkgsrc/devel/py-isort/distinfo 2019/03/25 08:54:24 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2019/03/13 08:56:47 adam Exp $ 1$NetBSD: distinfo,v 1.12 2019/03/25 08:54:24 adam Exp $
2 2
3SHA1 (isort-4.3.15.tar.gz) = 796d1378a16d927589680ac60d45fa184aa2734b 3SHA1 (isort-4.3.16.tar.gz) = a55ae4d858c95a1cb0955fa2a7d0cdd1ab3bb0e2
4RMD160 (isort-4.3.15.tar.gz) = 746484d1524c2a318f18170175e48e72d018d90d 4RMD160 (isort-4.3.16.tar.gz) = 04c8c5b414c71e61a49a1edf3f3e749e8b91c2ed
5SHA512 (isort-4.3.15.tar.gz) = a5774d4f3c49c978e9043e52681e80011591422e60178d72074142725d9d7fa5065553686fd42bffe9e71b38b2b5bdaaa6f20e32cd8dbe33beb9431c397d78e5 5SHA512 (isort-4.3.16.tar.gz) = 15a94a5204cbbe9d8fdc89c87f4b8db561c65f82876df2971c04c25adf6299c1542482689ff13d6be736e4243b8f802884a7af20733cc1e9649b5120e6d623d9
6Size (isort-4.3.15.tar.gz) = 67949 bytes 6Size (isort-4.3.16.tar.gz) = 68434 bytes