pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-isort



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Nov 30 10:31:07 UTC 2022

Modified Files:
        pkgsrc/devel/py-test-isort: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-isort/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-isort/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-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-test-isort/Makefile
diff -u pkgsrc/devel/py-test-isort/Makefile:1.4 pkgsrc/devel/py-test-isort/Makefile:1.5
--- pkgsrc/devel/py-test-isort/Makefile:1.4     Tue Jan  4 20:53:41 2022
+++ pkgsrc/devel/py-test-isort/Makefile Wed Nov 30 10:31:07 2022
@@ -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 @@ HOMEPAGE=   https://github.com/moccu/pytes
 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"

Index: pkgsrc/devel/py-test-isort/PLIST
diff -u pkgsrc/devel/py-test-isort/PLIST:1.1 pkgsrc/devel/py-test-isort/PLIST:1.2
--- pkgsrc/devel/py-test-isort/PLIST:1.1        Mon Aug 21 15:30:27 2017
+++ pkgsrc/devel/py-test-isort/PLIST    Wed Nov 30 10:31:07 2022
@@ -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

Index: pkgsrc/devel/py-test-isort/distinfo
diff -u pkgsrc/devel/py-test-isort/distinfo:1.3 pkgsrc/devel/py-test-isort/distinfo:1.4
--- pkgsrc/devel/py-test-isort/distinfo:1.3     Tue Oct 26 10:19:08 2021
+++ pkgsrc/devel/py-test-isort/distinfo Wed Nov 30 10:31:07 2022
@@ -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