Skip to content

Commit 86ed0fa

Browse files
committed
py-breathe: add missing dependencies
Avoid conflict with other versions of this package. Bump PKGREVISION.
1 parent 7bd4a92 commit 86ed0fa

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

textproc/py-breathe/ALTERNATIVES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin/breathe-apidoc @PREFIX@/bin/breathe-apidoc-@PYVERSSUFFIX@

textproc/py-breathe/Makefile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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

33
DISTNAME= breathe-4.31.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5+
PKGREVISION= 1
56
CATEGORIES= textproc
67
MASTER_SITES= ${MASTER_SITE_PYPI:=b/breathe/}
78

@@ -10,7 +11,13 @@ HOMEPAGE= https://github.com/michaeljones/breathe
1011
COMMENT= Sphinx plugin providing integrated Doxygen output
1112
LICENSE= modified-bsd
1213

14+
DEPENDS+= ${PYPKGPREFIX}-sphinx>=3:../../textproc/py-sphinx
15+
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
16+
1317
PYTHON_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"

textproc/py-breathe/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)