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:   gutteridge
Date:           Tue Nov 12 03:36:04 UTC 2019

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

Log Message:
py-pallets-sphinx-themes: it now requires py-importlib-metadata


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.4
--- pkgsrc/textproc/py-pallets-sphinx-themes/Makefile:1.3       Mon Oct 21 22:01:05 2019
+++ pkgsrc/textproc/py-pallets-sphinx-themes/Makefile   Tue Nov 12 03:36:04 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/10/21 22:01:05 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/12 03:36:04 gutteridge Exp $
 
 DISTNAME=      Pallets-Sphinx-Themes-1.2.2
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/}
@@ -14,6 +15,8 @@ PYTHON_VERSIONED_DEPENDENCIES=        sphinx
 
 USE_LANGUAGES= # none
 
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
+
 .include "../../lang/python/egg.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index