pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 24 22:02:32 UTC 2024

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

Log Message:
py-sphinx: fix depends path


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/textproc/py-sphinx/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/Makefile
diff -u pkgsrc/textproc/py-sphinx/Makefile:1.96 pkgsrc/textproc/py-sphinx/Makefile:1.97
--- pkgsrc/textproc/py-sphinx/Makefile:1.96     Sun Apr 21 15:44:44 2024
+++ pkgsrc/textproc/py-sphinx/Makefile  Wed Apr 24 22:02:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2024/04/21 15:44:44 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2024/04/24 22:02:32 wiz Exp $
 
 DISTNAME=      sphinx-7.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -39,7 +39,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 38
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 310
 DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.8.0:../../devel/py-importlib-metadata
-DEPENDS+=      ${PYPKGPREFIX}-tomli>=0:../../devel/py-tomli
+DEPENDS+=      ${PYPKGPREFIX}-tomli>=0:../../textproc/py-tomli
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index