python/asttokens: Updated for version 2.4.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2023-09-09 08:38:18 +09:00 committed by Willy Sudiarto Raharjo
parent b11de5fce9
commit a43b5556a5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Slackware build script for asttokens
# Written by Tim Dickson dickson.tim@googlemail.com
# Copyright (c) 2019/2022 Tim Dickson, Scotland
# Copyright (c) 2019/2023 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=asttokens
VERSION=${VERSION:-2.2.1}
VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="asttokens"
VERSION="2.2.1"
VERSION="2.4.0"
HOMEPAGE="https://github.com/gristlabs/asttokens"
DOWNLOAD="https://files.pythonhosted.org/packages/c8/e3/b0b4f32162621126fbdaba636c152c6b6baec486c99f48686e66343d638f/asttokens-2.2.1.tar.gz"
MD5SUM="a9ae6ae0f85398e511bcb9ec87695eed"
DOWNLOAD="https://files.pythonhosted.org/packages/ed/e0/7e5af07a090b9ef4f88e29b6edb8db8ca3366a0d7736ae9c3a6522fae140/asttokens-2.4.0.tar.gz"
MD5SUM="af0ff280c88a37516e38a7b3086ad487"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm python3-wheel python-toml"