mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/numpydoc: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ddd895a354
commit
ce4aaf99ad
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for numpydoc
|
||||
|
||||
# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=numpydoc
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numpydoc"
|
||||
VERSION="0.7.0"
|
||||
VERSION="0.8.0"
|
||||
HOMEPAGE="https://github.com/numpy/numpydoc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/21/94/0e087bd669bb69da3b0996acfee97cee9f7d91c825991ad76eb863dc020d/numpydoc-0.7.0.tar.gz"
|
||||
MD5SUM="727b7c87d5a8e4e7576af475c20b9c55"
|
||||
DOWNLOAD="https://pypi.python.org/packages/95/a8/b4706a6270f0475541c5c1ee3373c7a3b793936ec1f517f1a1dab4f896c0/numpydoc-0.8.0.tar.gz"
|
||||
MD5SUM="9ee991a3e3b44c955c868d80e1ea7630"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Sphinx Jinja2"
|
||||
|
|
Loading…
Reference in a new issue