python/setuptools-scm: Updated for version 3.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f28beb29d
commit
09c0da2d12
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for setuptools-scm
|
||||
|
||||
# Copyright 2016-2018 Hunter Sezen California, USA
|
||||
# Copyright 2016-2019 Hunter Sezen California, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=setuptools-scm
|
||||
SRCNAM=$(printf %s $PRGNAM | tr - _)
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
VERSION=${VERSION:-3.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="setuptools-scm"
|
||||
VERSION="3.1.0"
|
||||
VERSION="3.3.3"
|
||||
HOMEPAGE="https://github.com/pypa/setuptools_scm"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/09/b4/d148a70543b42ff3d81d57381f33104f32b91f970ad7873f463e75bf7453/setuptools_scm-3.1.0.tar.gz"
|
||||
MD5SUM="52a8dee23c9e5f7d7d18094563db516c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/83/44/53cad68ce686585d12222e6769682c4bdb9686808d2739671f9175e2938b/setuptools_scm-3.3.3.tar.gz"
|
||||
MD5SUM="50b2199082fe808d032ec1710c9d7415"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue