Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions srcpkgs/python3-isort/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down