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:   wiz
Date:           Sun Sep 28 19:41:10 UTC 2025

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

Log Message:
py-test-isort: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-isort/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-isort/PLIST

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.6 pkgsrc/devel/py-test-isort/Makefile:1.7
--- pkgsrc/devel/py-test-isort/Makefile:1.6     Fri Apr 12 09:58:07 2024
+++ pkgsrc/devel/py-test-isort/Makefile Sun Sep 28 19:41:10 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2024/04/12 09:58:07 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/09/28 19:41:10 wiz Exp $
 
 DISTNAME=      pytest_isort-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-isort/}
 
@@ -10,13 +11,11 @@ HOMEPAGE=   https://github.com/moccu/pytes
 COMMENT=       Pytest plugin to perform isort checks (import ordering)
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 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/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-test-isort/PLIST
diff -u pkgsrc/devel/py-test-isort/PLIST:1.3 pkgsrc/devel/py-test-isort/PLIST:1.4
--- pkgsrc/devel/py-test-isort/PLIST:1.3        Fri Apr 12 09:58:07 2024
+++ pkgsrc/devel/py-test-isort/PLIST    Sun Sep 28 19:41:10 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/04/12 09:58:07 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:41:10 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.rst
 ${PYSITELIB}/pytest_isort/__init__.py
 ${PYSITELIB}/pytest_isort/__init__.pyc
 ${PYSITELIB}/pytest_isort/__init__.pyo



Home | Main Index | Thread Index | Old Index