python3-codespell: update to 2.3.0.
This commit is contained in:
parent
986e7a6f19
commit
9ff75d00a2
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-codespell'
|
||||
pkgname=python3-codespell
|
||||
version=2.2.6
|
||||
version=2.3.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
|
||||
|
@ -13,9 +13,11 @@ maintainer="icp <pangolin@vivaldi.net>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/codespell-project/codespell"
|
||||
distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz"
|
||||
checksum=a8c65d8eb3faa03deabab6b3bbe798bea72e1799c7e9e955d57eca4096abcff9
|
||||
checksum=360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f
|
||||
conflicts="python-codespell>=0"
|
||||
|
||||
pre_check() {
|
||||
vsed -e '/addopts/d' -i pyproject.toml
|
||||
# Remove marker because of missing pytest plugin `pytest-dependency`
|
||||
vsed -e '/@pytest\.mark\.dependency/d' -i codespell_lib/tests/test_dictionary.py
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue