pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-pallets-sphinx-themes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 29 13:38:26 UTC 2022

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

Log Message:
py-pallets-sphinx-themes: fix DEPENDS for python 3.7


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-pallets-sphinx-themes/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-pallets-sphinx-themes/Makefile
diff -u pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.8 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.9
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.8       Fri Apr 29 13:34:52 2022
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Fri Apr 29 13:38:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/04/29 13:34:52 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/29 13:38:26 wiz Exp $
 
 DISTNAME=      Pallets-Sphinx-Themes-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -20,7 +20,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 .include "../../lang/python/pyversion.mk"
 
 .if ${_PYTHON_VERSION} < 38
-PYTHON_VERSIONED_DEPENDENCIES+=        importlib-metadata
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
 .endif
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index