pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-isort py-isort: updated to 4.3.16
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdd5f737af00
branches: trunk
changeset: 331778:fdd5f737af00
user: adam <adam%pkgsrc.org@localhost>
date: Mon Mar 25 08:54:24 2019 +0000
description:
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.
diffstat:
devel/py-isort/Makefile | 10 ++++++++--
devel/py-isort/distinfo | 10 +++++-----
2 files changed, 13 insertions(+), 7 deletions(-)
diffs (46 lines):
diff -r 28dab8f4bceb -r fdd5f737af00 devel/py-isort/Makefile
--- a/devel/py-isort/Makefile Mon Mar 25 07:02:02 2019 +0000
+++ b/devel/py-isort/Makefile Mon Mar 25 08:54:24 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/03/13 08:56:47 adam Exp $
+# $NetBSD: Makefile,v 1.12 2019/03/25 08:54:24 adam Exp $
-DISTNAME= isort-4.3.15
+DISTNAME= isort-4.3.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
@@ -10,6 +10,9 @@
COMMENT= Python utility / library to sort imports
LICENSE= mit
+DEPENDS+= ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-backports.functools_lru_cache-[0-9]*:../../devel/py-backports.functools_lru_cache
@@ -22,5 +25,8 @@
cd ${DESTDIR}${PREFIX}/bin && \
${MV} isort isort-${PYVERSSUFFIX} || ${TRUE}
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX} test_isort.py
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 28dab8f4bceb -r fdd5f737af00 devel/py-isort/distinfo
--- a/devel/py-isort/distinfo Mon Mar 25 07:02:02 2019 +0000
+++ b/devel/py-isort/distinfo Mon Mar 25 08:54:24 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/03/13 08:56:47 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/03/25 08:54:24 adam Exp $
-SHA1 (isort-4.3.15.tar.gz) = 796d1378a16d927589680ac60d45fa184aa2734b
-RMD160 (isort-4.3.15.tar.gz) = 746484d1524c2a318f18170175e48e72d018d90d
-SHA512 (isort-4.3.15.tar.gz) = a5774d4f3c49c978e9043e52681e80011591422e60178d72074142725d9d7fa5065553686fd42bffe9e71b38b2b5bdaaa6f20e32cd8dbe33beb9431c397d78e5
-Size (isort-4.3.15.tar.gz) = 67949 bytes
+SHA1 (isort-4.3.16.tar.gz) = a55ae4d858c95a1cb0955fa2a7d0cdd1ab3bb0e2
+RMD160 (isort-4.3.16.tar.gz) = 04c8c5b414c71e61a49a1edf3f3e749e8b91c2ed
+SHA512 (isort-4.3.16.tar.gz) = 15a94a5204cbbe9d8fdc89c87f4b8db561c65f82876df2971c04c25adf6299c1542482689ff13d6be736e4243b8f802884a7af20733cc1e9649b5120e6d623d9
+Size (isort-4.3.16.tar.gz) = 68434 bytes
Home |
Main Index |
Thread Index |
Old Index