python3-codespell: fix homepage
This commit is contained in:
parent
2878969983
commit
f2ec9346b3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-codespell'
|
# Template file for 'python3-codespell'
|
||||||
pkgname=python3-codespell
|
pkgname=python3-codespell
|
||||||
version=2.2.4
|
version=2.2.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
|
make_check_args="--deselect codespell_lib/tests/test_basic.py::test_command
|
||||||
--deselect codespell_lib/tests/test_basic.py::test_permission_error"
|
--deselect codespell_lib/tests/test_basic.py::test_permission_error"
|
||||||
|
@ -11,7 +11,7 @@ checkdepends="${depends} python3-pytest"
|
||||||
short_desc="Checks code for common spelling mistakes (Python3)"
|
short_desc="Checks code for common spelling mistakes (Python3)"
|
||||||
maintainer="icp <pangolin@vivaldi.net>"
|
maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://pypi.org/project/codespell/"
|
homepage="https://github.com/codespell-project/codespell"
|
||||||
distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/codespell/codespell-${version}.tar.gz"
|
||||||
checksum=0b4620473c257d9cde1ff8998b26b2bb209a35c2b7489f5dc3436024298ce83a
|
checksum=0b4620473c257d9cde1ff8998b26b2bb209a35c2b7489f5dc3436024298ce83a
|
||||||
conflicts="python-codespell>=0"
|
conflicts="python-codespell>=0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue