diff options
-rw-r--r-- | development/codespell/codespell.SlackBuild | 4 | ||||
-rw-r--r-- | development/codespell/codespell.info | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/development/codespell/codespell.SlackBuild b/development/codespell/codespell.SlackBuild index d2d7d8b0b2..214410930f 100644 --- a/development/codespell/codespell.SlackBuild +++ b/development/codespell/codespell.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250127 bkw: update for 2.4.0, use the github repo for homepage since +# pypy no longer works without javascript. # 20240822 bkw: update for 2.3.0. # 20230820 bkw: update for 2.2.5, *many* thanks to fourtysixandtwo for # his python3-setuptools-opt build, and for figuring out the bug in @@ -22,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=codespell -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/codespell/codespell.info b/development/codespell/codespell.info index dd31caf45d..9bdce59ca4 100644 --- a/development/codespell/codespell.info +++ b/development/codespell/codespell.info @@ -1,8 +1,8 @@ PRGNAM="codespell" -VERSION="2.3.0" -HOMEPAGE="https://pypi.org/project/codespell/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/codespell/codespell-2.3.0.tar.gz" -MD5SUM="96aa125b0a36305e9aa5fcc2a592b082" +VERSION="2.4.0" +HOMEPAGE="https://github.com/codespell-project/codespell" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/codespell/codespell-2.4.0.tar.gz" +MD5SUM="1ea2bf4af979fce8cbfacef27cf817a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |