File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bin/breathe-apidoc @PREFIX@/bin/breathe-apidoc-@PYVERSSUFFIX@
Original file line number Diff line number Diff line change 1- # $NetBSD: Makefile,v 1.1 2022/01/30 01:24:44 gdt Exp $
1+ # $NetBSD: Makefile,v 1.2 2022/01/30 07:29:04 wiz Exp $
22
33DISTNAME = breathe-4.31.0
44PKGNAME = ${PYPKGPREFIX}-${DISTNAME:tl}
5+ PKGREVISION = 1
56CATEGORIES = textproc
67MASTER_SITES = ${MASTER_SITE_PYPI:=b/breathe/}
78
@@ -10,7 +11,13 @@ HOMEPAGE= https://github.com/michaeljones/breathe
1011COMMENT = Sphinx plugin providing integrated Doxygen output
1112LICENSE = modified-bsd
1213
14+ DEPENDS+ = ${PYPKGPREFIX}-sphinx>=3:../../textproc/py-sphinx
15+ DEPENDS+ = ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
16+
1317PYTHON_VERSIONS_INCOMPATIBLE = 27
1418
19+ post-install :
20+ cd ${DESTDIR}${PREFIX} /bin && mv breathe-apidoc breathe-apidoc-${PYVERSSUFFIX} || ${TRUE}
21+
1522.include "../../lang/python/egg.mk"
1623.include "../../mk/bsd.pkg.mk"
Original file line number Diff line number Diff line change 1- @comment $NetBSD: PLIST,v 1.1 2022/01/30 01:24:44 gdt Exp $
2- bin/breathe-apidoc
1+ @comment $NetBSD: PLIST,v 1.2 2022/01/30 07:29:04 wiz Exp $
2+ bin/breathe-apidoc-${PYVERSSUFFIX}
33${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
44${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
55${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
You can’t perform that action at this time.
0 commit comments