pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-breathe
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 30 07:29:05 UTC 2022
Modified Files:
pkgsrc/textproc/py-breathe: Makefile PLIST
Added Files:
pkgsrc/textproc/py-breathe: ALTERNATIVES
Log Message:
py-breathe: add missing dependencies
Avoid conflict with other versions of this package.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-breathe/ALTERNATIVES
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-breathe/Makefile \
pkgsrc/textproc/py-breathe/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-breathe/Makefile
diff -u pkgsrc/textproc/py-breathe/Makefile:1.1 pkgsrc/textproc/py-breathe/Makefile:1.2
--- pkgsrc/textproc/py-breathe/Makefile:1.1 Sun Jan 30 01:24:44 2022
+++ pkgsrc/textproc/py-breathe/Makefile Sun Jan 30 07:29:04 2022
@@ -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 @@ HOMEPAGE= https://github.com/michaeljone
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"
Index: pkgsrc/textproc/py-breathe/PLIST
diff -u pkgsrc/textproc/py-breathe/PLIST:1.1 pkgsrc/textproc/py-breathe/PLIST:1.2
--- pkgsrc/textproc/py-breathe/PLIST:1.1 Sun Jan 30 01:24:44 2022
+++ pkgsrc/textproc/py-breathe/PLIST Sun Jan 30 07:29:04 2022
@@ -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
Added files:
Index: pkgsrc/textproc/py-breathe/ALTERNATIVES
diff -u /dev/null pkgsrc/textproc/py-breathe/ALTERNATIVES:1.1
--- /dev/null Sun Jan 30 07:29:05 2022
+++ pkgsrc/textproc/py-breathe/ALTERNATIVES Sun Jan 30 07:29:04 2022
@@ -0,0 +1 @@
+bin/breathe-apidoc @PREFIX@/bin/breathe-apidoc-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index