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: Fri Apr 12 09:58:07 UTC 2024
Modified Files:
pkgsrc/devel/py-test-isort: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/py-test-isort/patches: patch-pyproject.toml
Log Message:
py-test-isort: updated to 4.0.0
4.0.0 - 2024-03-05
Drop support for Python 3.7
Add support for Python 3.10 and 3.11
Add support for pytest 8
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-test-isort/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-isort/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-isort/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/py-test-isort/patches/patch-pyproject.toml
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.5 pkgsrc/devel/py-test-isort/Makefile:1.6
--- pkgsrc/devel/py-test-isort/Makefile:1.5 Wed Nov 30 10:31:07 2022
+++ pkgsrc/devel/py-test-isort/Makefile Fri Apr 12 09:58:07 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/11/30 10:31:07 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/12 09:58:07 adam Exp $
-DISTNAME= pytest_isort-3.1.0
+DISTNAME= pytest_isort-4.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-isort/}
@@ -10,12 +10,13 @@ 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
DEPENDS+= ${PYPKGPREFIX}-isort>=4.0:../../devel/py-isort
DEPENDS+= ${PYPKGPREFIX}-test>=5.0:../../devel/py-test
-USE_LANGUAGES= # none
+USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.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.2 pkgsrc/devel/py-test-isort/PLIST:1.3
--- pkgsrc/devel/py-test-isort/PLIST:1.2 Wed Nov 30 10:31:07 2022
+++ pkgsrc/devel/py-test-isort/PLIST Fri Apr 12 09:58:07 2024
@@ -1,10 +1,9 @@
-@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
+@comment $NetBSD: PLIST,v 1.3 2024/04/12 09:58:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${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.4 pkgsrc/devel/py-test-isort/distinfo:1.5
--- pkgsrc/devel/py-test-isort/distinfo:1.4 Wed Nov 30 10:31:07 2022
+++ pkgsrc/devel/py-test-isort/distinfo Fri Apr 12 09:58:07 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2022/11/30 10:31:07 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/04/12 09:58:07 adam Exp $
-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
+BLAKE2s (pytest_isort-4.0.0.tar.gz) = d7e98adcadd59b7de1a25fdba72f2c308b427064b5a7b1eec99ccbb804421667
+SHA512 (pytest_isort-4.0.0.tar.gz) = f555e32595b56c997b35bbf1e868462671a5162c781a714779606ebdf2c5949ef2180d5a244d53581b0b9b8f3bfee045538eb26cbcd169e07312f146eeddc5cc
+Size (pytest_isort-4.0.0.tar.gz) = 5597 bytes
+SHA1 (patch-pyproject.toml) = 0ab708c790587491385d7ce066c439559344b7c7
Added files:
Index: pkgsrc/devel/py-test-isort/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/devel/py-test-isort/patches/patch-pyproject.toml:1.1
--- /dev/null Fri Apr 12 09:58:07 2024
+++ pkgsrc/devel/py-test-isort/patches/patch-pyproject.toml Fri Apr 12 09:58:07 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2024/04/12 09:58:07 adam Exp $
+
+Do not install additional LICENSE.
+
+--- pyproject.toml.orig 2024-04-12 09:55:54.110167676 +0000
++++ pyproject.toml
+@@ -26,7 +26,6 @@ classifiers = [
+ "Framework :: Pytest",
+ ]
+ packages = [{ include = "pytest_isort" }]
+-include = ["LICENSE.rst"]
+
+ [tool.poetry.plugins.pytest11]
+ isort = "pytest_isort"
Home |
Main Index |
Thread Index |
Old Index