pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-httpdomain



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun  7 13:36:42 UTC 2026

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-httpdomain: Makefile

Log Message:
py-sphinxcontrib-httpdomain: fix build dependencies


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/textproc/py-sphinxcontrib-httpdomain/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-sphinxcontrib-httpdomain/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.9 pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.10
--- pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile:1.9    Tue May 26 09:12:08 2026
+++ pkgsrc/textproc/py-sphinxcontrib-httpdomain/Makefile        Sun Jun  7 13:36:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/05/26 09:12:08 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/07 13:36:42 wiz Exp $
 
 DISTNAME=      sphinxcontrib_httpdomain-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/sphinx-cont
 COMMENT=       Sphinx domain for documenting HTTP APIs
 LICENSE=       2-clause-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-uv-build>=0:../../devel/py-uv-build
 DEPENDS+=      ${PYPKGPREFIX}-sphinx>=6.0:../../textproc/py-sphinx
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index