python/python3-docstring-to-markdown: Update for 0.15

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-02-19 13:42:52 -08:00 committed by Willy Sudiarto Raharjo
parent b353eb838e
commit 20964449e9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 18 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-docstring-to-markdown
VERSION=${VERSION:-0.13}
VERSION=${VERSION:-0.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -49,20 +49,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

View File

@ -1,8 +1,8 @@
PRGNAM="python3-docstring-to-markdown"
VERSION="0.13"
VERSION="0.15"
HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown"
DOWNLOAD="https://github.com/python-lsp/docstring-to-markdown/archive/v0.13/docstring-to-markdown-0.13.tar.gz"
MD5SUM="ef6acf7fba9e1cbac165c86355705886"
DOWNLOAD="https://github.com/python-lsp/docstring-to-markdown/archive/v0.15/docstring-to-markdown-0.15.tar.gz"
MD5SUM="dd988398eefc5f195fc6ca1a067f7e7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""