diff options
author | Nikos Giotis | 2020-05-22 15:22:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2020-05-23 04:31:58 +0200 |
commit | 4f542b770578e0c28bee1762b3e3f88f228b3e16 (patch) | |
tree | 508117a518f40bbb92b3ff6912be7eadb3618ba8 /python/alabaster | |
parent | 0816bddf8138f714828cd8560cf47c728ca56b80 (diff) | |
download | slackbuilds-4f542b770578e0c28bee1762b3e3f88f228b3e16.tar.gz |
python/alabaster: Updated for version 0.7.12.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/alabaster')
-rw-r--r-- | python/alabaster/alabaster.SlackBuild | 4 | ||||
-rw-r--r-- | python/alabaster/alabaster.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/alabaster/alabaster.SlackBuild b/python/alabaster/alabaster.SlackBuild index 14609215fc..51dc51a7a3 100644 --- a/python/alabaster/alabaster.SlackBuild +++ b/python/alabaster/alabaster.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=alabaster -VERSION=${VERSION:-0.7.10} +VERSION=${VERSION:-0.7.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,7 +71,7 @@ find -L . \ python setup.py install --root=$PKG -if $(python3 -c 'import sys' 2>/dev/null); then +if python3 -c 'import sys' 2>/dev/null; then python3 setup.py install --root=$PKG fi diff --git a/python/alabaster/alabaster.info b/python/alabaster/alabaster.info index fdede9d4bc..5541c21aef 100644 --- a/python/alabaster/alabaster.info +++ b/python/alabaster/alabaster.info @@ -1,8 +1,8 @@ PRGNAM="alabaster" -VERSION="0.7.10" +VERSION="0.7.12" HOMEPAGE="https://alabaster.readthedocs.io/" -DOWNLOAD="https://pypi.python.org/packages/d0/a5/e3a9ad3ee86aceeff71908ae562580643b955ea1b1d4f08ed6f7e8396bd7/alabaster-0.7.10.tar.gz" -MD5SUM="7934dccf38801faa105f6e7b4784f493" +DOWNLOAD="https://files.pythonhosted.org/packages/cc/b4/ed8dcb0d67d5cfb7f83c4d5463a7614cb1d078ad7ae890c9143edebbf072/alabaster-0.7.12.tar.gz" +MD5SUM="3591827fde96d1dd23970fb05410ed04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |