python3-isort: update to 7.0.0.

This commit is contained in:
Komeil Parseh
2026-01-24 20:46:12 +05:30
committed by icp
parent 6bb0ce4d99
commit 8faa7c6671
+6 -6
View File
@@ -1,7 +1,7 @@
# Template file for 'python3-isort'
pkgname=python3-isort
version=6.1.0
revision=2
version=7.0.0
revision=1
build_style=python3-pep517
make_check_args="-p no:warnings
--ignore tests/benchmark/test_api.py
@@ -18,15 +18,15 @@ make_check_args="-p no:warnings
--deselect tests/unit/test_ticketed_features.py::test_sort_configurable_sort_issue_1732"
hostmakedepends="hatchling hatch-vcs"
depends="python3"
checkdepends="python3-colorama python3-hypothesis python3-natsort python3-pytest python3-pytest-black
python3-pytest-flake8 python3-pytest-mock"
short_desc="Python3 utility/library to sort imports"
checkdepends="python3-colorama python3-hypothesis python3-natsort python3-pytest
python3-pytest-black python3-pytest-flake8 python3-pytest-mock"
short_desc="Python utility/library to sort imports"
maintainer="Komeil Parseh <komeilparseh@disroot.org>"
license="MIT"
homepage="https://github.com/PyCQA/isort"
changelog="https://github.com/PyCQA/isort/releases/tag/${version}"
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
checksum=9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481
checksum=5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187
conflicts="python-isort>=0"