python/numpydoc: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
06c5d4d1d5
commit
051a7282de
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for numpydoc
|
||||
|
||||
# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2019 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.8.0}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="numpydoc"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/numpy/numpydoc"
|
||||
DOWNLOAD="https://pypi.python.org/packages/95/a8/b4706a6270f0475541c5c1ee3373c7a3b793936ec1f517f1a1dab4f896c0/numpydoc-0.8.0.tar.gz"
|
||||
MD5SUM="9ee991a3e3b44c955c868d80e1ea7630"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/9f/58/a877c532f90066a415a139b51af0ea1e1336893bdbb5686e75ad9a6f98cc/numpydoc-0.9.0.tar.gz"
|
||||
MD5SUM="0956677fc81b2dc51730a9898d063b25"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="Sphinx Jinja2"
|
||||
|
|
Loading…
Reference in New Issue