python/setuptools-scm: Updated for version 1.15.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2017-01-15 23:40:16 +07:00 committed by Willy Sudiarto Raharjo
parent 8c1caa07e9
commit 62b4f3cdba
4 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
setuptools-scm (manage versions by scm tags)
setuptools_scm handles managing your python package versions in scm
metadata instead of declaring them as the version argument or in a
scm managed file.
setuptools-scm handles managing your python package versions in scm
metadata instead of declaring them as the version argument or in a scm
managed file. It also handles file finders for the supported scm's.
It also handles file finders for the supported scm's.
Python3 is an optional dependency.

View File

@ -2,7 +2,7 @@
# Slackware build script for setuptools-scm
# Copyright 2016 Hunter Sezen California, USA
# Copyright 2016-2017 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=$(echo $PRGNAM | tr - _)
VERSION=${VERSION:-1.11.1}
VERSION=${VERSION:-1.15.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="setuptools-scm"
VERSION="1.11.1"
VERSION="1.15.0"
HOMEPAGE="https://github.com/pypa/setuptools_scm/"
DOWNLOAD="https://pypi.python.org/packages/84/aa/c693b5d41da513fed3f0ee27f1bf02a303caa75bbdfa5c8cc233a1d778c4/setuptools_scm-1.11.1.tar.gz"
MD5SUM="4d19b2bc9580016d991f665ac20e2e8f"
DOWNLOAD="https://pypi.python.org/packages/80/b7/31b6ae5fcb188e37f7e31abe75f9be90490a5456a72860fa6e643f8a3cbc/setuptools_scm-1.15.0.tar.gz"
MD5SUM="b6916c78ed6253d6602444fad4279c5b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View File

@ -8,11 +8,11 @@
|-----handy-ruler------------------------------------------------------|
setuptools-scm: setuptools-scm (manage versions by scm tags)
setuptools-scm:
setuptools-scm: setuptools-scm handles managing your python package versions in scm
setuptools-scm: setuptools_scm handles managing your python package versions in scm
setuptools-scm: metadata instead of declaring them as the version argument or in a
setuptools-scm: scm managed file.
setuptools-scm:
setuptools-scm: It also handles file finders for the supported SCMs.
setuptools-scm: It also handles file finders for the supported scms.
setuptools-scm:
setuptools-scm: Homepage: https://github.com/pypa/setuptools_scm/
setuptools-scm: