File tree Expand file tree Collapse file tree
textproc/py-docstring-to-markdown Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
44PKGNAME = ${PYPKGPREFIX}-${DISTNAME}
55CATEGORIES = textproc python
66MASTER_SITES = ${MASTER_SITE_PYPI:=d/docstring-to-markdown/}
@@ -10,9 +10,12 @@ HOMEPAGE= https://pypi.org/project/docstring-to-markdown/
1010COMMENT = On-the-fly conversion of Python docstrings to Markdown
1111LICENSE = 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+
1316USE_LANGUAGES = # none
1417
1518PYTHON_VERSIONS_INCOMPATIBLE = 27
1619
17- .include "../../lang/python/egg .mk"
20+ .include "../../lang/python/wheel .mk"
1821.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments