diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-05-27 00:16:23 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-28 12:47:51 +0700 |
commit | 482b1e6b1fa49145861e7aaad9b78ff6f4d4d3c5 (patch) | |
tree | 4cff415c6fd448242556d737c82f01adeb0a177d | |
parent | 4f47fc53d7e8ba7496a8cd6b730526b38c76c9f4 (diff) |
python/numpydoc: Downgrade to 1.6.0 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/numpydoc/README | 3 | ||||
-rw-r--r-- | python/numpydoc/numpydoc.SlackBuild | 20 | ||||
-rw-r--r-- | python/numpydoc/numpydoc.info | 10 |
3 files changed, 10 insertions, 23 deletions
diff --git a/python/numpydoc/README b/python/numpydoc/README index 8a191c2f72a3e..47e5dd0544d21 100644 --- a/python/numpydoc/README +++ b/python/numpydoc/README @@ -2,3 +2,6 @@ Sphinx extension to support docstrings in Numpy format. Numpy's documentation uses several custom extensions to Sphinx. These are shipped in this numpydoc package, in case you want to make use of them in third-party projects. + +numpydoc 1.6.0 is the last available version for Slackware 15.0. Newer +versions require Sphinx >= 6. diff --git a/python/numpydoc/numpydoc.SlackBuild b/python/numpydoc/numpydoc.SlackBuild index fcc924288eb25..fa510cd48c30c 100644 --- a/python/numpydoc/numpydoc.SlackBuild +++ b/python/numpydoc/numpydoc.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for numpydoc # Copyright 2015-2024 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=numpydoc -VERSION=${VERSION:-1.7.0} +VERSION=${VERSION:-1.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -50,20 +48,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/python/numpydoc/numpydoc.info b/python/numpydoc/numpydoc.info index fee5d365c8638..7ef048b630257 100644 --- a/python/numpydoc/numpydoc.info +++ b/python/numpydoc/numpydoc.info @@ -1,10 +1,10 @@ PRGNAM="numpydoc" -VERSION="1.7.0" +VERSION="1.6.0" HOMEPAGE="https://github.com/numpy/numpydoc" -DOWNLOAD="https://files.pythonhosted.org/packages/76/69/d745d43617a476a5b5fb7f71555eceaca32e23296773c35decefa1da5463/numpydoc-1.7.0.tar.gz" -MD5SUM="7018ef86ed43dccaeb743127a2b3f542" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/numpydoc/numpydoc-1.6.0.tar.gz" +MD5SUM="227e5a257f4bfe488a257d963c2df5bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt Sphinx python3-tabulate" -MAINTAINER="Dimitris Zlatanidis" -EMAIL="dslackw@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu@protonmail.com" |