pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-isort py-test-isort: updated to 3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9404ebc8ba1
branches:  trunk
changeset: 389089:d9404ebc8ba1
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 30 10:31:07 2022 +0000

description:
py-test-isort: updated to 3.1.0

3.1.0 - 2022-10-28

Drop official support for Python 3.6.
Drop usage of "py" dependency and use pytest capture instead

3.0.0 - 2022-02-08

Drop support for isort < 5
Add suport for pytest 7

2.0.0 - 2021-04-27

BREAKING CHANGE: Files that are ignored in isort's own configuration will now be skipped

diffstat:

 devel/py-test-isort/Makefile |  15 +++++++--------
 devel/py-test-isort/PLIST    |   8 ++++----
 devel/py-test-isort/distinfo |   8 ++++----
 3 files changed, 15 insertions(+), 16 deletions(-)

diffs (63 lines):

diff -r 8247be436a6c -r d9404ebc8ba1 devel/py-test-isort/Makefile
--- a/devel/py-test-isort/Makefile      Wed Nov 30 10:30:48 2022 +0000
+++ b/devel/py-test-isort/Makefile      Wed Nov 30 10:31:07 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:41 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/11/30 10:31:07 adam Exp $
 
-DISTNAME=      pytest-isort-0.1.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
+DISTNAME=      pytest_isort-3.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-isort/}
 
@@ -11,12 +10,12 @@
 COMMENT=       Pytest plugin to perform isort checks (import ordering)
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-test-cache>=1.0:../../devel/py-test-cache
-
-PYTHON_VERSIONED_DEPENDENCIES= isort test
+DEPENDS+=      ${PYPKGPREFIX}-isort>=4.0:../../devel/py-isort
+DEPENDS+=      ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
 
 USE_LANGUAGES=         # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8247be436a6c -r d9404ebc8ba1 devel/py-test-isort/PLIST
--- a/devel/py-test-isort/PLIST Wed Nov 30 10:30:48 2022 +0000
+++ b/devel/py-test-isort/PLIST Wed Nov 30 10:31:07 2022 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/08/21 15:30:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/11/30 10:31:07 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/pytest_isort.py
-${PYSITELIB}/pytest_isort.pyc
-${PYSITELIB}/pytest_isort.pyo
+${PYSITELIB}/pytest_isort/__init__.py
+${PYSITELIB}/pytest_isort/__init__.pyc
+${PYSITELIB}/pytest_isort/__init__.pyo
diff -r 8247be436a6c -r d9404ebc8ba1 devel/py-test-isort/distinfo
--- a/devel/py-test-isort/distinfo      Wed Nov 30 10:30:48 2022 +0000
+++ b/devel/py-test-isort/distinfo      Wed Nov 30 10:31:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:19:08 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/11/30 10:31:07 adam Exp $
 
-BLAKE2s (pytest-isort-0.1.0.tar.gz) = 83939dd6c92193ae46d72ca04d857c3e770c62be875df548c033a25c8e337c71
-SHA512 (pytest-isort-0.1.0.tar.gz) = 86c964b6a998a32c9c474dde0a9400c45da8b26f3e8dd6f4092baa4bf1978a7f67a384bd910ec824f85a8ab49b4ea30967e1e7f908a31619ee88391d3505440b
-Size (pytest-isort-0.1.0.tar.gz) = 5502 bytes
+BLAKE2s (pytest_isort-3.1.0.tar.gz) = 9e8bc18d564e1d8a344f982411c83a7a1aa7f30f75cce71a0a5970e1da736f32
+SHA512 (pytest_isort-3.1.0.tar.gz) = 274f4bdf29edda8131e5473f3a51a152613fa262745523b7dd07de3ff2d6cad967381d8fd76214591eb4d73a69aee26a596b1c6009bdf85b10cdf27d375ad340
+Size (pytest_isort-3.1.0.tar.gz) = 6287 bytes



Home | Main Index | Thread Index | Old Index