pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-isort
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 25 08:54:24 UTC 2019
Modified Files:
pkgsrc/devel/py-isort: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-isort/Makefile \
pkgsrc/devel/py-isort/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-isort/Makefile
diff -u pkgsrc/devel/py-isort/Makefile:1.11 pkgsrc/devel/py-isort/Makefile:1.12
--- pkgsrc/devel/py-isort/Makefile:1.11 Wed Mar 13 08:56:47 2019
+++ pkgsrc/devel/py-isort/Makefile Mon Mar 25 08:54:24 2019
@@ -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 @@ HOMEPAGE= https://github.com/timothycros
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 @@ post-install:
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"
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.11 pkgsrc/devel/py-isort/distinfo:1.12
--- pkgsrc/devel/py-isort/distinfo:1.11 Wed Mar 13 08:56:47 2019
+++ pkgsrc/devel/py-isort/distinfo Mon Mar 25 08:54:24 2019
@@ -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