python/asttokens: Updated for version 2.0.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2020-04-17 11:38:39 +07:00 committed by Willy Sudiarto Raharjo
parent 5d717c6cf2
commit 90c2f80de5
No known key found for this signature in database
GPG key ID: 887B8374D7333381
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 Tim Dickson, Scotland
# Copyright (c) 2019/2020 Tim Dickson, Scotland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
# so use pypi.org/project/asttokens download source tar.gz instead.
PRGNAM=asttokens
VERSION=${VERSION:-2.0.3}
VERSION=${VERSION:-2.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="asttokens"
VERSION="2.0.3"
VERSION="2.0.4"
HOMEPAGE="https://github.com/gristlabs/asttokens"
DOWNLOAD="https://files.pythonhosted.org/packages/bd/37/1f5ef752e221e5cf25e0c5ecdfd11327717d790a5dc4a2ca18ed1c645435/asttokens-2.0.3.tar.gz"
MD5SUM="8a9211d70cb5630207b74c1e40b2134d"
DOWNLOAD="https://files.pythonhosted.org/packages/1d/d2/cf56e804cd7b4e8b92813e943a815f96b0d2545c967927356783b6860a2e/asttokens-2.0.4.tar.gz"
MD5SUM="3e90edd0656e9d86daf7a7909e583a3d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"