diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-15 23:40:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 23:40:16 +0700 |
commit | 62b4f3cdbad70ee993199feffc49e783d62c2019 (patch) | |
tree | 4cb88db30b4f4be083b9d582b063f826106cda37 /python | |
parent | 8c1caa07e93885717a406fec97f14029610df86c (diff) | |
download | slackbuilds-62b4f3cdbad70ee993199feffc49e783d62c2019.tar.gz |
python/setuptools-scm: Updated for version 1.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/setuptools-scm/README | 8 | ||||
-rw-r--r-- | python/setuptools-scm/setuptools-scm.SlackBuild | 4 | ||||
-rw-r--r-- | python/setuptools-scm/setuptools-scm.info | 6 | ||||
-rw-r--r-- | python/setuptools-scm/slack-desc | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README index 49dc82ee3f..3227352464 100644 --- a/python/setuptools-scm/README +++ b/python/setuptools-scm/README @@ -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. diff --git a/python/setuptools-scm/setuptools-scm.SlackBuild b/python/setuptools-scm/setuptools-scm.SlackBuild index 5b1984f6ec..656d6b224d 100644 --- a/python/setuptools-scm/setuptools-scm.SlackBuild +++ b/python/setuptools-scm/setuptools-scm.SlackBuild @@ -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} diff --git a/python/setuptools-scm/setuptools-scm.info b/python/setuptools-scm/setuptools-scm.info index e607e96f4d..aaf6ae4b79 100644 --- a/python/setuptools-scm/setuptools-scm.info +++ b/python/setuptools-scm/setuptools-scm.info @@ -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="" diff --git a/python/setuptools-scm/slack-desc b/python/setuptools-scm/slack-desc index e7f264de2c..02fa8597c2 100644 --- a/python/setuptools-scm/slack-desc +++ b/python/setuptools-scm/slack-desc @@ -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 scm’s. setuptools-scm: setuptools-scm: Homepage: https://github.com/pypa/setuptools_scm/ setuptools-scm: |