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:           Tue Jan 25 00:26:18 UTC 2022

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

Log Message:
py-sphinx: remove lower bound on py-importlib-metadata

pkgsrc version is not new enough; hopefully someone will update it soon


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 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.83 pkgsrc/textproc/py-sphinx/Makefile:1.84
--- pkgsrc/textproc/py-sphinx/Makefile:1.83     Mon Jan 24 18:21:18 2022
+++ pkgsrc/textproc/py-sphinx/Makefile  Tue Jan 25 00:26:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2022/01/24 18:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.84 2022/01/25 00:26:18 wiz Exp $
 
 DISTNAME=      Sphinx-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -40,7 +40,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 310
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.4:../../devel/py-importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
 USE_PKG_RESOURCES=     yes



Home | Main Index | Thread Index | Old Index