pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-sphinx-astropy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 17 09:46:44 UTC 2022

Modified Files:
        pkgsrc/textproc/py-sphinx-astropy: Makefile

Log Message:
py-sphinx-astropy: add missing build dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-sphinx-astropy/Makefile

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-sphinx-astropy/Makefile
diff -u pkgsrc/textproc/py-sphinx-astropy/Makefile:1.1 pkgsrc/textproc/py-sphinx-astropy/Makefile:1.2
--- pkgsrc/textproc/py-sphinx-astropy/Makefile:1.1      Mon Jan 17 09:42:09 2022
+++ pkgsrc/textproc/py-sphinx-astropy/Makefile  Mon Jan 17 09:46:44 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/17 09:42:09 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/17 09:46:44 wiz Exp $
 
 DISTNAME=      sphinx-astropy-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+=     ${PYPKGPREFIX}-sphinx-automoda
 DEPENDS+=      ${PYPKGPREFIX}-sphinx-gallery-[0-9]*:../../textproc/py-sphinx-gallery
 DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=      ${PYPKGPREFIX}-test-doctestplus>=0.11:../../devel/py-test-doctestplus
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index