summaryrefslogtreecommitdiffstats
path: root/python/python3-docstring-to-markdown
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-02-19 13:42:52 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-23 10:13:18 +0700
commit20964449e9a3a5c01c9a7df0a047224a5202f7f9 (patch)
tree657ac0ca10f58265bfad9a90ace1718d6ba3ec5c /python/python3-docstring-to-markdown
parentb353eb838e2668001b12797c998db6322c9f9043 (diff)
downloadslackbuilds-20964449e9a3a5c01c9a7df0a047224a5202f7f9.tar.gz
slackbuilds-20964449e9a3a5c01c9a7df0a047224a5202f7f9.tar.xz
python/python3-docstring-to-markdown: Update for 0.15
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-docstring-to-markdown')
-rw-r--r--python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild16
-rw-r--r--python/python3-docstring-to-markdown/python3-docstring-to-markdown.info6
2 files changed, 4 insertions, 18 deletions
diff --git a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild
index ce10fab47b..77b55f8db2 100644
--- a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild
+++ b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild
@@ -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
diff --git a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info
index 25da9e8ee3..e9b947048b 100644
--- a/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info
+++ b/python/python3-docstring-to-markdown/python3-docstring-to-markdown.info
@@ -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=""