diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-05-15 18:32:55 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-27 07:47:21 +0700 |
commit | 34f52f516e9db2bcc94c9c8d76a5ecfa9ac83388 (patch) | |
tree | 7a9bb1bf24a063c090d6a6db01fcfe31cc0bf42c /python/numpydoc | |
parent | 62e6aa7c32f5439307bc4367fce46ed7c1d8d0d5 (diff) | |
download | slackbuilds-34f52f516e9db2bcc94c9c8d76a5ecfa9ac83388.tar.gz |
python/numpydoc: Updated for version 1.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/numpydoc')
-rw-r--r-- | python/numpydoc/numpydoc.SlackBuild | 6 | ||||
-rw-r--r-- | python/numpydoc/numpydoc.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/numpydoc/numpydoc.SlackBuild b/python/numpydoc/numpydoc.SlackBuild index d936d2cb1a..260e79267f 100644 --- a/python/numpydoc/numpydoc.SlackBuild +++ b/python/numpydoc/numpydoc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numpydoc -# Copyright 2015-2019 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2021 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.9.0} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py install --root=$PKG +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/python/numpydoc/numpydoc.info b/python/numpydoc/numpydoc.info index 8d1e5df628..81b5fb5113 100644 --- a/python/numpydoc/numpydoc.info +++ b/python/numpydoc/numpydoc.info @@ -1,8 +1,8 @@ PRGNAM="numpydoc" -VERSION="0.9.0" +VERSION="1.1.0" HOMEPAGE="https://github.com/numpy/numpydoc" -DOWNLOAD="https://files.pythonhosted.org/packages/9f/58/a877c532f90066a415a139b51af0ea1e1336893bdbb5686e75ad9a6f98cc/numpydoc-0.9.0.tar.gz" -MD5SUM="0956677fc81b2dc51730a9898d063b25" +DOWNLOAD="https://files.pythonhosted.org/packages/3d/fb/a70f636102045fc646656f2221c7fcdf92f7a9d71ba7c9875a949a58b3e8/numpydoc-1.1.0.tar.gz" +MD5SUM="2f05c4592e007b7a1fa37ddcb7e0e91b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Sphinx Jinja2" |