From ba5ba5beceb3fa20fdbf38e200264dd9dbfaf30c Mon Sep 17 00:00:00 2001 From: Rainer Hurling Date: Wed, 26 Mar 2025 13:38:44 +0100 Subject: [PATCH] textproc/py-docstring-to-markdown: Update to 0.16 - Implement entry points to allow extension/customization - Drop Python 3.7 from testing, add 3.12 and 3.13, update actions Changelog: https://github.com/python-lsp/docstring-to-markdown/compare/v0.15...v0.16 Reported by: portscout, Repology --- textproc/py-docstring-to-markdown/Makefile | 4 ++-- textproc/py-docstring-to-markdown/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-docstring-to-markdown/Makefile b/textproc/py-docstring-to-markdown/Makefile index c5847ec6b624..c59391c5991a 100644 --- a/textproc/py-docstring-to-markdown/Makefile +++ b/textproc/py-docstring-to-markdown/Makefile @@ -1,9 +1,9 @@ PORTNAME= docstring-to-markdown -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= docstring_to_markdown-${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org COMMENT= On the fly conversion of Python docstrings to markdown diff --git a/textproc/py-docstring-to-markdown/distinfo b/textproc/py-docstring-to-markdown/distinfo index c3e97eeb3cda..62e42a4fbab0 100644 --- a/textproc/py-docstring-to-markdown/distinfo +++ b/textproc/py-docstring-to-markdown/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708629954 -SHA256 (docstring-to-markdown-0.15.tar.gz) = e146114d9c50c181b1d25505054a8d0f7a476837f0da2c19f07e06eaed52b73d -SIZE (docstring-to-markdown-0.15.tar.gz) = 29246 +TIMESTAMP = 1742991922 +SHA256 (docstring_to_markdown-0.16.tar.gz) = 097bf502fdf040b0d019688a7cc1abb89b98196801448721740e8aa3e5075627 +SIZE (docstring_to_markdown-0.16.tar.gz) = 31157