From 0727a46d8f1b2ea79f6cd7b4e109fb95bdcc955f Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Nov 2022 11:55:55 -0800 Subject: [PATCH 1/2] New package: python3-docstring-to-markdown-0.10 --- srcpkgs/python3-docstring-to-markdown/template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/python3-docstring-to-markdown/template diff --git a/srcpkgs/python3-docstring-to-markdown/template b/srcpkgs/python3-docstring-to-markdown/template new file mode 100644 index 000000000000..e910ead2c04d --- /dev/null +++ b/srcpkgs/python3-docstring-to-markdown/template @@ -0,0 +1,12 @@ +# Template file for 'python3-docstring-to-markdown' +pkgname=python3-docstring-to-markdown +version=0.10 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" +short_desc="Python implementation of the Language Server Protocol" +maintainer="Cameron Nemo " +license="LGPL-2.1-only" +homepage="https://github.com/python-lsp/docstring-to-markdown" +distfiles="${PYPI_SITE}/d/${pkgname/python3-}/${pkgname/python3-}-${version}.tar.gz" +checksum=12f75b0c7b7572defea2d9e24b57ef7ac38c3e26e91c0e5547cfc02b1c168bf6 From a173ad811345dab6227d9805eb5fc5dacc64f331 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 8 Nov 2022 12:02:37 -0800 Subject: [PATCH 2/2] python3-lsp-server: update to 1.6.0 --- srcpkgs/python3-lsp-server/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-lsp-server/template b/srcpkgs/python3-lsp-server/template index 5ec6cf068b3d..9a07cb57ce46 100644 --- a/srcpkgs/python3-lsp-server/template +++ b/srcpkgs/python3-lsp-server/template @@ -1,11 +1,11 @@ # Template file for 'python3-lsp-server' pkgname=python3-lsp-server -version=1.5.0 -revision=2 +version=1.6.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel" depends="python3-jedi python3-pluggy python3-lsp-jsonrpc python3-ultrajson - python3-setuptools" + python3-setuptools python3-docstring-to-markdown" checkdepends="${depends} autopep8 python3-coverage python3-flaky python3-matplotlib python3-mccabe python3-mock python3-numpy python3-pandas python3-pycodestyle python3-PyQt5 python3-pyflakes python3-pylint python3-pytest python3-pytest-cov @@ -16,7 +16,7 @@ license="MIT" homepage="https://github.com/python-lsp/python-lsp-server" changelog="https://raw.githubusercontent.com/python-lsp/python-lsp-server/develop/CHANGELOG.md" distfiles="${PYPI_SITE}/p/${pkgname/3}/${pkgname/3}-${version}.tar.gz" -checksum=e5c094c19925022a27c4068f414b2bb653243f8fb0d768e39735289d7a89380d +checksum=d75cdff9027c4212e5b9e861e9a0219219c8e2c69508d9f24949951dabd0dc1b do_check() { python3 -m pytest \