Skip to content

Commit c0bd9e5

Browse files
committed
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
1 parent b770482 commit c0bd9e5

3 files changed

Lines changed: 19 additions & 12 deletions

File tree

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.1 2023/05/06 09:45:03 wiz Exp $
1+
# $NetBSD: Makefile,v 1.2 2023/11/05 09:49:49 wiz Exp $
22

3-
DISTNAME= docstring-to-markdown-0.12
3+
DISTNAME= docstring-to-markdown-0.13
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= textproc python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
@@ -10,9 +10,12 @@ HOMEPAGE= https://pypi.org/project/docstring-to-markdown/
1010
COMMENT= On-the-fly conversion of Python docstrings to Markdown
1111
LICENSE= gnu-lgpl-v2.1 # or later
1212

13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14+
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15+
1316
USE_LANGUAGES= # none
1417

1518
PYTHON_VERSIONS_INCOMPATIBLE= 27
1619

17-
.include "../../lang/python/egg.mk"
20+
.include "../../lang/python/wheel.mk"
1821
.include "../../mk/bsd.pkg.mk"

textproc/py-docstring-to-markdown/PLIST

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
@comment $NetBSD: PLIST,v 1.1 2023/05/06 09:45:03 wiz Exp $
2-
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3-
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4-
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5-
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
1+
@comment $NetBSD: PLIST,v 1.2 2023/11/05 09:49:49 wiz Exp $
2+
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
3+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
67
${PYSITELIB}/docstring_to_markdown/__init__.py
78
${PYSITELIB}/docstring_to_markdown/__init__.pyc
89
${PYSITELIB}/docstring_to_markdown/__init__.pyo
10+
${PYSITELIB}/docstring_to_markdown/google.py
11+
${PYSITELIB}/docstring_to_markdown/google.pyc
12+
${PYSITELIB}/docstring_to_markdown/google.pyo
913
${PYSITELIB}/docstring_to_markdown/py.typed
1014
${PYSITELIB}/docstring_to_markdown/rst.py
1115
${PYSITELIB}/docstring_to_markdown/rst.pyc
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2023/05/06 09:45:03 wiz Exp $
1+
$NetBSD: distinfo,v 1.2 2023/11/05 09:49:49 wiz Exp $
22

3-
BLAKE2s (docstring-to-markdown-0.12.tar.gz) = f2e7ddb92d81ecec9ffd372cc2b9ec6487f332e609d7ca4a77bc7e2defa5ec98
4-
SHA512 (docstring-to-markdown-0.12.tar.gz) = dd2bd7996cbdfa89a0648aab7596213dcac888d9c2652479e3665df0a4d96307d642b409a10089408ded710db826069294aa59cc4301dbaada3af01a4a6eb1e1
5-
Size (docstring-to-markdown-0.12.tar.gz) = 24795 bytes
3+
BLAKE2s (docstring-to-markdown-0.13.tar.gz) = 685b112839527e4211c11f12302cbae5ee1006701d7bacd8b18f56c79491d397
4+
SHA512 (docstring-to-markdown-0.13.tar.gz) = a81348a075b3d839bce46c0593edc083919dc648b510e8ef0ee796443e2162e43879832fd7eac54975be00a9b68ad97936ce4c210ce6d1055d96848b6886d90e
5+
Size (docstring-to-markdown-0.13.tar.gz) = 26634 bytes

0 commit comments

Comments
 (0)