git: c39b87890406 - main - textproc/py-docstring-to-markdown: Update to 0.12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 20:55:35 UTC
The branch main has been updated by rhurlin:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c39b878904064cc392d477c96a5745b58ce45ef1
commit c39b878904064cc392d477c96a5745b58ce45ef1
Author: Rainer Hurling <rhurlin@FreeBSD.org>
AuthorDate: 2023-03-21 20:50:07 +0000
Commit: Rainer Hurling <rhurlin@FreeBSD.org>
CommitDate: 2023-03-21 20:50:07 +0000
textproc/py-docstring-to-markdown: Update to 0.12
Now with tests, after they are included in the release tarball [1].
[1] https://github.com/python-lsp/docstring-to-markdown/issues/26
---
textproc/py-docstring-to-markdown/Makefile | 12 ++++++++++--
textproc/py-docstring-to-markdown/distinfo | 6 +++---
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/textproc/py-docstring-to-markdown/Makefile b/textproc/py-docstring-to-markdown/Makefile
index a808869d8c4d..f5e6963f6541 100644
--- a/textproc/py-docstring-to-markdown/Makefile
+++ b/textproc/py-docstring-to-markdown/Makefile
@@ -1,5 +1,5 @@
PORTNAME= docstring-to-markdown
-PORTVERSION= 0.11
+PORTVERSION= 0.12
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,16 @@ LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mypy>0:devel/py-mypy@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flaky>0:devel/py-flaky@${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} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-forked>0:devel/py-pytest-forked@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>0:devel/py-pytest-timeout@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR}
-USES= python:3.7+
+USES= python:3.7+ pytest
USE_PYTHON= autoplist distutils
NO_ARCH= yes
diff --git a/textproc/py-docstring-to-markdown/distinfo b/textproc/py-docstring-to-markdown/distinfo
index 0068dcd066e7..c2cf4a0efa76 100644
--- a/textproc/py-docstring-to-markdown/distinfo
+++ b/textproc/py-docstring-to-markdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670010021
-SHA256 (docstring-to-markdown-0.11.tar.gz) = 5b1da2c89d9d0d09b955dec0ee111284ceadd302a938a03ed93f66e09134f9b5
-SIZE (docstring-to-markdown-0.11.tar.gz) = 18426
+TIMESTAMP = 1679431303
+SHA256 (docstring-to-markdown-0.12.tar.gz) = 40004224b412bd6f64c0f3b85bb357a41341afd66c4b4896709efa56827fb2bb
+SIZE (docstring-to-markdown-0.12.tar.gz) = 24795