textproc/py-docstring-to-markdown: Update to 0.17

- Fix test failures with importlib-metadata 8.7.0
- Fix reStructuredText edge cases to better support polars
- Use trusted publishing for package uploads

Changelog:	https://github.com/python-lsp/docstring-to-markdown/compare/v0.16...v0.17

Reported by:	portscout, Repology
This commit is contained in:
Rainer Hurling
2025-05-04 12:25:23 +02:00
parent f3a36da5d3
commit aa7a098ee9
2 changed files with 8 additions and 6 deletions
+5 -3
View File
@@ -1,5 +1,5 @@
PORTNAME= docstring-to-markdown
PORTVERSION= 0.16
PORTVERSION= 0.17
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,10 @@ WWW= https://github.com/python-lsp/docstring-to-markdown
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-flake8>0:devel/py-pytest-flake8@${PY_FLAVOR} \
@@ -23,7 +25,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils pytest
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1742991922
SHA256 (docstring_to_markdown-0.16.tar.gz) = 097bf502fdf040b0d019688a7cc1abb89b98196801448721740e8aa3e5075627
SIZE (docstring_to_markdown-0.16.tar.gz) = 31157
TIMESTAMP = 1746342697
SHA256 (docstring_to_markdown-0.17.tar.gz) = df72a112294c7492487c9da2451cae0faeee06e86008245c188c5761c9590ca3
SIZE (docstring_to_markdown-0.17.tar.gz) = 32260