Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3F28B84D39 for ; Sun, 5 Nov 2023 09:49:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id f2oU4WoIwYPv for ; Sun, 5 Nov 2023 09:49:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9525A84D05 for ; Sun, 5 Nov 2023 09:49:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E427FA2C; Sun, 5 Nov 2023 09:49:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169917778943160" MIME-Version: 1.0 Date: Sun, 5 Nov 2023 09:49:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/py-docstring-to-markdown To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231105094949.8E427FA2C@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169917778943160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 5 09:49:49 UTC 2023 Modified Files: pkgsrc/textproc/py-docstring-to-markdown: Makefile PLIST distinfo Log Message: py-docstring-to-markdown: update to 0.13. What's Changed Google style support by @staticf0x in #34 Prepare release for v0.13 by @krassowski in #35 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-docstring-to-markdown/Makefile \ pkgsrc/textproc/py-docstring-to-markdown/PLIST \ 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. --_----------=_169917778943160 Content-Disposition: inline Content-Length: 3559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-docstring-to-markdown/Makefile diff -u pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.1 pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.2 --- pkgsrc/textproc/py-docstring-to-markdown/Makefile:1.1 Sat May 6 09:45:03 2023 +++ pkgsrc/textproc/py-docstring-to-markdown/Makefile Sun Nov 5 09:49:49 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2023/05/06 09:45:03 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2023/11/05 09:49:49 wiz Exp $ -DISTNAME= docstring-to-markdown-0.12 +DISTNAME= docstring-to-markdown-0.13 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=d/docstring-to-markdown/} @@ -10,9 +10,12 @@ HOMEPAGE= https://pypi.org/project/docst 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}-wheel-[0-9]*:../../devel/py-wheel + USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.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.1 pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.2 --- pkgsrc/textproc/py-docstring-to-markdown/PLIST:1.1 Sat May 6 09:45:03 2023 +++ pkgsrc/textproc/py-docstring-to-markdown/PLIST Sun Nov 5 09:49:49 2023 @@ -1,11 +1,15 @@ -@comment $NetBSD: PLIST,v 1.1 2023/05/06 09:45:03 wiz Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2023/11/05 09:49:49 wiz Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/docstring_to_markdown/__init__.py ${PYSITELIB}/docstring_to_markdown/__init__.pyc ${PYSITELIB}/docstring_to_markdown/__init__.pyo +${PYSITELIB}/docstring_to_markdown/google.py +${PYSITELIB}/docstring_to_markdown/google.pyc +${PYSITELIB}/docstring_to_markdown/google.pyo ${PYSITELIB}/docstring_to_markdown/py.typed ${PYSITELIB}/docstring_to_markdown/rst.py ${PYSITELIB}/docstring_to_markdown/rst.pyc Index: pkgsrc/textproc/py-docstring-to-markdown/distinfo diff -u pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.1 pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.2 --- pkgsrc/textproc/py-docstring-to-markdown/distinfo:1.1 Sat May 6 09:45:03 2023 +++ pkgsrc/textproc/py-docstring-to-markdown/distinfo Sun Nov 5 09:49:49 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/05/06 09:45:03 wiz Exp $ +$NetBSD: distinfo,v 1.2 2023/11/05 09:49:49 wiz Exp $ -BLAKE2s (docstring-to-markdown-0.12.tar.gz) = f2e7ddb92d81ecec9ffd372cc2b9ec6487f332e609d7ca4a77bc7e2defa5ec98 -SHA512 (docstring-to-markdown-0.12.tar.gz) = dd2bd7996cbdfa89a0648aab7596213dcac888d9c2652479e3665df0a4d96307d642b409a10089408ded710db826069294aa59cc4301dbaada3af01a4a6eb1e1 -Size (docstring-to-markdown-0.12.tar.gz) = 24795 bytes +BLAKE2s (docstring-to-markdown-0.13.tar.gz) = 685b112839527e4211c11f12302cbae5ee1006701d7bacd8b18f56c79491d397 +SHA512 (docstring-to-markdown-0.13.tar.gz) = a81348a075b3d839bce46c0593edc083919dc648b510e8ef0ee796443e2162e43879832fd7eac54975be00a9b68ad97936ce4c210ce6d1055d96848b6886d90e +Size (docstring-to-markdown-0.13.tar.gz) = 26634 bytes --_----------=_169917778943160--