mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
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
This commit is contained in:
parent
03ae488bb8
commit
ba5ba5bece
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue