pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-docstring-to-markdown
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 12:37:08 UTC 2025
Modified Files:
pkgsrc/textproc/py-docstring-to-markdown: Makefile PLIST distinfo
Log Message:
py-docstring-to-markdown: update to 0.16.
Implement entry points to allow extension/customization by @krassowski in #41
Drop Python 3.7 from testing, add 3.12 and 3.13, update actions by @krassowski in #40
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-docstring-to-markdown/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-docstring-to-markdown/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-docstring-to-markdown/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-docstring-to-markdown/Makefile
diff -u pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.5 pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.6
--- pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.5 Mon Nov 11 07:29:02 2024
+++ pkgsrc/textproc/py-docstring-to-markdown/Makefile Sun Apr 13 12:37:08 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:29:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/04/13 12:37:08 wiz Exp $
-DISTNAME= docstring-to-markdown-0.15
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME= docstring_to_markdown-0.16
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
@@ -10,13 +10,16 @@ HOMEPAGE= https://github.com/python-lsp/
COMMENT= On-the-fly conversion of Python docstrings to Markdown
LICENSE= gnu-lgpl-v2.1 # or later
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=0:../../devel/py-importlib-metadata
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=0:../../devel/py-typing-extensions
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+# as of 0.16
+# 5 failed, 103 passed
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-docstring-to-markdown/PLIST
diff -u pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.3 pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.4
--- pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.3 Tue Feb 20 04:41:15 2024
+++ pkgsrc/textproc/py-docstring-to-markdown/PLIST Sun Apr 13 12:37:08 2025
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2024/02/20 04:41:15 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/04/13 12:37:08 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/docstring_to_markdown/__init__.py
${PYSITELIB}/docstring_to_markdown/__init__.pyc
@@ -23,3 +24,6 @@ ${PYSITELIB}/docstring_to_markdown/py.ty
${PYSITELIB}/docstring_to_markdown/rst.py
${PYSITELIB}/docstring_to_markdown/rst.pyc
${PYSITELIB}/docstring_to_markdown/rst.pyo
+${PYSITELIB}/docstring_to_markdown/types.py
+${PYSITELIB}/docstring_to_markdown/types.pyc
+${PYSITELIB}/docstring_to_markdown/types.pyo
Index: pkgsrc/textproc/py-docstring-to-markdown/distinfo
diff -u pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.4 pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.5
--- pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.4 Thu Feb 22 13:20:01 2024
+++ pkgsrc/textproc/py-docstring-to-markdown/distinfo Sun Apr 13 12:37:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/02/22 13:20:01 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/04/13 12:37:08 wiz Exp $
-BLAKE2s (docstring-to-markdown-0.15.tar.gz) = ad2b9537c682d127f18cda2ecbea858d0e4d64c2110b4318538c659c92cec414
-SHA512 (docstring-to-markdown-0.15.tar.gz) = 829071d262b25b577fdc4b2a17c5b4e64eeb1df27297fb31a890fdc2252595fb10d354e1b9e3436aff31692ca1ac931d0b90b8c7e1de4e67df7a91e86d3a9f9f
-Size (docstring-to-markdown-0.15.tar.gz) = 29246 bytes
+BLAKE2s (docstring_to_markdown-0.16.tar.gz) = 95f9ab724f661671a6bb06a66f8479981d39492c76011526aa81ae1add5526c5
+SHA512 (docstring_to_markdown-0.16.tar.gz) = 41c9f9370947300d56cf0bb2585492ae3e844b4406ebfacbcebde874d07984b6f4f08b8b9d21f69ec35994255d4be897d2850948f3099c7f883a231d6cb20a18
+Size (docstring_to_markdown-0.16.tar.gz) = 31157 bytes
Home |
Main Index |
Thread Index |
Old Index