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:           Sun May  5 20:28:45 UTC 2024

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

Log Message:
py-sphinx: add missing dependency

py-tomli is also needed for Python 3.10.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 pkgsrc/textproc/py-sphinx/Makefile:1.98
--- pkgsrc/textproc/py-sphinx/Makefile:1.97     Wed Apr 24 22:02:32 2024
+++ pkgsrc/textproc/py-sphinx/Makefile  Sun May  5 20:28:45 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2024/04/24 22:02:32 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2024/05/05 20:28:45 wiz Exp $
 
 DISTNAME=      sphinx-7.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -37,8 +38,12 @@ USE_TOOLS+=  makeinfo
 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
+.endif
+
+.if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=0:../../textproc/py-tomli
 .endif
 



Home | Main Index | Thread Index | Old Index