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 Dec 11 20:53:49 UTC 2023
Modified Files:
pkgsrc/devel/py-isort: Makefile PLIST distinfo
Log Message:
py-isort: updated to 5.13.1
5.13.1
- Fixed integration tests
- Fixed normalizing imports from more than one level of parent modules (issue/2152)
- Remove optional dependencies without extras
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/py-isort/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-isort/PLIST
cvs rdiff -u -r1.25 -r1.26 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.26 pkgsrc/devel/py-isort/Makefile:1.27
--- pkgsrc/devel/py-isort/Makefile:1.26 Mon Dec 11 09:55:08 2023
+++ pkgsrc/devel/py-isort/Makefile Mon Dec 11 20:53:49 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2023/12/11 09:55:08 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2023/12/11 20:53:49 adam Exp $
-DISTNAME= isort-5.13.0
+DISTNAME= isort-5.13.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/isort/}
@@ -10,26 +10,24 @@ HOMEPAGE= https://github.com/PyCQA/isort
COMMENT= Python utility/library to sort imports
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.3:../../comms/py-colorama
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4.:../../comms/py-colorama
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=6.10.1:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesmith>=0.1.3:../../devel/py-hypothesmith
TEST_DEPENDS+= ${PYPKGPREFIX}-black>=0:../../textproc/py-black
TEST_DEPENDS+= ${PYPKGPREFIX}-lama>=7.7:../../devel/py-lama
+TEST_DEPENDS+= ${PYPKGPREFIX}-libcst>=0.3.18:../../lang/py-libcst
TEST_DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
post-install:
.for bin in isort isort-identify-imports
cd ${DESTDIR}${PREFIX}/bin && \
${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests/unit
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-isort/PLIST
diff -u pkgsrc/devel/py-isort/PLIST:1.9 pkgsrc/devel/py-isort/PLIST:1.10
--- pkgsrc/devel/py-isort/PLIST:1.9 Mon Dec 11 09:55:08 2023
+++ pkgsrc/devel/py-isort/PLIST Mon Dec 11 20:53:49 2023
@@ -1,12 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2023/12/11 09:55:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2023/12/11 20:53:49 adam Exp $
bin/isort-${PYVERSSUFFIX}
bin/isort-identify-imports-${PYVERSSUFFIX}
-${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}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/isort/__init__.py
${PYSITELIB}/isort/__init__.pyc
${PYSITELIB}/isort/__init__.pyo
Index: pkgsrc/devel/py-isort/distinfo
diff -u pkgsrc/devel/py-isort/distinfo:1.25 pkgsrc/devel/py-isort/distinfo:1.26
--- pkgsrc/devel/py-isort/distinfo:1.25 Mon Dec 11 09:55:08 2023
+++ pkgsrc/devel/py-isort/distinfo Mon Dec 11 20:53:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2023/12/11 09:55:08 wiz Exp $
+$NetBSD: distinfo,v 1.26 2023/12/11 20:53:49 adam Exp $
-BLAKE2s (isort-5.13.0.tar.gz) = a7f0c87c6a99c6501ac80448e51ab038d0a539c6f970918f34400a34991e9d80
-SHA512 (isort-5.13.0.tar.gz) = 7008920745598b2f8a515468d6ec982bad99fd9d9df372658262d23f53bfcebf61e2e0b3d5e9189f88d804078d6b928dd96aa8dd82efddc02808cf20568a72f2
-Size (isort-5.13.0.tar.gz) = 175052 bytes
+BLAKE2s (isort-5.13.1.tar.gz) = 55e431c5144f52155b7b3120939e64b2a019dc2b1abb89561034d6259c569205
+SHA512 (isort-5.13.1.tar.gz) = 1c1ad70f247e53124acdf7cc9d4382010b74bbd9bb22e5a127c26eba5974ea83d73f9aeeb31a9f3974c23c364005ef1401c22e9d731a9de7679f4d82d2e7c0c5
+Size (isort-5.13.1.tar.gz) = 174904 bytes
Home |
Main Index |
Thread Index |
Old Index