python3-docstring-to-markdown: update to 0.11.
This commit is contained in:
parent
c07e55f80f
commit
b4056ef1fb
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'python3-docstring-to-markdown'
|
# Template file for 'python3-docstring-to-markdown'
|
||||||
pkgname=python3-docstring-to-markdown
|
pkgname=python3-docstring-to-markdown
|
||||||
version=0.10
|
version=0.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
hostmakedepends="python3-setuptools_scm"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
short_desc="Python implementation of the Language Server Protocol"
|
short_desc="Python implementation of the Language Server Protocol"
|
||||||
maintainer="Cameron Nemo <cam@nohom.org>"
|
maintainer="Cameron Nemo <cam@nohom.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/python-lsp/docstring-to-markdown"
|
homepage="https://pypi.org/project/docstring-to-markdown/"
|
||||||
|
changelog="https://github.com/python-lsp/docstring-to-markdown/releases"
|
||||||
distfiles="${PYPI_SITE}/d/docstring-to-markdown/docstring-to-markdown-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/d/docstring-to-markdown/docstring-to-markdown-${version}.tar.gz"
|
||||||
checksum=12f75b0c7b7572defea2d9e24b57ef7ac38c3e26e91c0e5547cfc02b1c168bf6
|
checksum=5b1da2c89d9d0d09b955dec0ee111284ceadd302a938a03ed93f66e09134f9b5
|
||||||
|
|
Loading…
Reference in New Issue