python/asttokens: Updated for version 2.0.8.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2022-08-21 10:57:09 +01:00 committed by Willy Sudiarto Raharjo
parent 5c06499fd6
commit e36a8df821
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/2020 Tim Dickson, Scotland
# Copyright (c) 2019/2022 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.0.7}
VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="asttokens"
VERSION="2.0.7"
VERSION="2.0.8"
HOMEPAGE="https://github.com/gristlabs/asttokens"
DOWNLOAD="https://files.pythonhosted.org/packages/d4/91/c0200bd42a2d53c9634bc0f377ffbe2e1e3c76976fb02cede53e59377612/asttokens-2.0.7.tar.gz"
MD5SUM="0357f772f9c21c574fd0e8bd49b97a50"
DOWNLOAD="https://files.pythonhosted.org/packages/4d/c8/987ee029c83ad1cddb03bb004e9c7a8de1be4cdbda21122a0b9f639fcc31/asttokens-2.0.8.tar.gz"
MD5SUM="ba3cb54e6a851636df293b8a4253f80f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-setuptools-scm wheel python-toml"