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 09:20:30 UTC 2022
Modified Files:
pkgsrc/textproc/py-sphinx: Makefile
Log Message:
py-sphinx: restore lower bound now that package is updated
Bump PKGREVISION since it didn't actually run with older versions.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 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.84 pkgsrc/textproc/py-sphinx/Makefile:1.85
--- pkgsrc/textproc/py-sphinx/Makefile:1.84 Tue Jan 25 00:26:18 2022
+++ pkgsrc/textproc/py-sphinx/Makefile Tue Jan 25 09:20:30 2022
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.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