Sun Apr 28 17:11:31 2024 UTC (27d)
py-readme_renderer: add missing tool dependency


(wiz)
diff -r1.14 -r1.15 pkgsrc/textproc/py-readme_renderer/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/textproc/py-readme_renderer/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-readme_renderer/Makefile 2024/03/03 11:55:01 1.14
+++ pkgsrc/textproc/py-readme_renderer/Makefile 2024/04/28 17:11:31 1.15
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.14 2024/03/03 11:55:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2024/04/28 17:11:31 wiz Exp $
2 2
3DISTNAME= readme_renderer-43.0 3DISTNAME= readme_renderer-43.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/readme_renderer/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/readme_renderer/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pypa/readme_renderer 9HOMEPAGE= https://github.com/pypa/readme_renderer
10COMMENT= Library for rendering "readme" descriptions for Warehouse 10COMMENT= Library for rendering "readme" descriptions for Warehouse
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
13TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
14DEPENDS+= ${PYPKGPREFIX}-docutils>=0.13.1:../../textproc/py-docutils 15DEPENDS+= ${PYPKGPREFIX}-docutils>=0.13.1:../../textproc/py-docutils
15DEPENDS+= ${PYPKGPREFIX}-pygments>=2.5.1:../../textproc/py-pygments 16DEPENDS+= ${PYPKGPREFIX}-pygments>=2.5.1:../../textproc/py-pygments
16DEPENDS+= ${PYPKGPREFIX}-nh3>=0:../../www/py-nh3 17DEPENDS+= ${PYPKGPREFIX}-nh3>=0:../../www/py-nh3
17 18
18USE_LANGUAGES= # none 19USE_LANGUAGES= # none
19 20
20PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
21 22
22.include "../../lang/python/wheel.mk" 23.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"