Skip to content

Commit

Permalink
py-docstring-to-markdown: update to 0.13.
Browse files Browse the repository at this point in the history
What's Changed

    Google style support by @staticf0x in #34
    Prepare release for v0.13 by @krassowski in #35
  • Loading branch information
0-wiz-0 committed Nov 5, 2023
1 parent b770482 commit c0bd9e5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
9 changes: 6 additions & 3 deletions textproc/py-docstring-to-markdown/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -10,9 +10,12 @@ HOMEPAGE= https://pypi.org/project/docstring-to-markdown/
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"
14 changes: 9 additions & 5 deletions textproc/py-docstring-to-markdown/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions textproc/py-docstring-to-markdown/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0bd9e5

Please sign in to comment.