Browse Source

python/python3-docstring-to-markdown: Updated for version 0.17.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/295/head
Isaac Yu 5 months ago
committed by Willy Sudiarto Raharjo
parent
commit
63d0277585
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-docstring-to-markdown/python3-docstring-to-markdown.SlackBuild
  2. 6
      python/python3-docstring-to-markdown/python3-docstring-to-markdown.info

2
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.16}
VERSION=${VERSION:-0.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/python3-docstring-to-markdown/python3-docstring-to-markdown.info

@ -1,8 +1,8 @@
PRGNAM="python3-docstring-to-markdown"
VERSION="0.16"
VERSION="0.17"
HOMEPAGE="https://github.com/python-lsp/docstring-to-markdown"
DOWNLOAD="https://github.com/python-lsp/docstring-to-markdown/archive/v0.16/docstring-to-markdown-0.16.tar.gz"
MD5SUM="63d20f67f7e23717e37861cec733c020"
DOWNLOAD="https://github.com/python-lsp/docstring-to-markdown/archive/v0.17/docstring-to-markdown-0.17.tar.gz"
MD5SUM="644cbdfe2822a0e6e6bdbc4688e515cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-importlib_metadata python3-typing-extensions"

Loading…
Cancel
Save