pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-sphinx py-sphinx: remove lower bound on py...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef892dc2e34f
branches: trunk
changeset: 372442:ef892dc2e34f
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jan 25 00:26:18 2022 +0000
description:
py-sphinx: remove lower bound on py-importlib-metadata
pkgsrc version is not new enough; hopefully someone will update it soon
diffstat:
textproc/py-sphinx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c7f9b276b67a -r ef892dc2e34f textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile Mon Jan 24 23:23:03 2022 +0000
+++ b/textproc/py-sphinx/Makefile Tue Jan 25 00:26:18 2022 +0000
@@ -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 @@
.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