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: restore lower bound now ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dfc85c8646b
branches:  trunk
changeset: 372468:6dfc85c8646b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 09:20:30 2022 +0000

description:
py-sphinx: restore lower bound now that package is updated

Bump PKGREVISION since it didn't actually run with older versions.

diffstat:

 textproc/py-sphinx/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d387a0419474 -r 6dfc85c8646b textproc/py-sphinx/Makefile
--- a/textproc/py-sphinx/Makefile       Tue Jan 25 09:19:38 2022 +0000
+++ b/textproc/py-sphinx/Makefile       Tue Jan 25 09:20:30 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2022/01/25 00:26:18 wiz Exp $
+# $NetBSD: Makefile,v 1.85 2022/01/25 09:20:30 wiz Exp $
 
 DISTNAME=      Sphinx-4.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=S/Sphinx/}
 
@@ -40,7 +41,7 @@
 
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 310
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=4.4.0:../../devel/py-importlib-metadata
 .endif
 
 USE_PKG_RESOURCES=     yes



Home | Main Index | Thread Index | Old Index