Sun Jan 30 07:29:05 2022 UTC ()
py-breathe: add missing dependencies

Avoid conflict with other versions of this package.

Bump PKGREVISION.


(wiz)
diff -r0 -r1.1 pkgsrc/textproc/py-breathe/ALTERNATIVES
diff -r1.1 -r1.2 pkgsrc/textproc/py-breathe/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/py-breathe/PLIST

File Added: pkgsrc/textproc/py-breathe/ALTERNATIVES
bin/breathe-apidoc @PREFIX@/bin/breathe-apidoc-@PYVERSSUFFIX@

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-breathe/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/py-breathe/Makefile 2022/01/30 01:24:44 1.1
+++ pkgsrc/textproc/py-breathe/Makefile 2022/01/30 07:29:04 1.2
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2022/01/30 01:24:44 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/30 07:29:04 wiz Exp $
 
 DISTNAME=	breathe-4.31.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=b/breathe/}
 
@@ -10,7 +11,13 @@
 COMMENT=	Sphinx plugin providing integrated Doxygen output
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-sphinx>=3:../../textproc/py-sphinx
+DEPENDS+=	${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+
 PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && mv breathe-apidoc breathe-apidoc-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-breathe/PLIST (expand / switch to context diff)
--- pkgsrc/textproc/py-breathe/PLIST 2022/01/30 01:24:44 1.1
+++ pkgsrc/textproc/py-breathe/PLIST 2022/01/30 07:29:04 1.2
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/30 01:24:44 gdt Exp $
-bin/breathe-apidoc
+@comment $NetBSD: PLIST,v 1.2 2022/01/30 07:29:04 wiz Exp $
+bin/breathe-apidoc-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt