Sun Jul 10 19:04:50 2022 UTC ()
py-sphinx-theme-cloud: restrict to python3


(wiz)
diff -r1.11 -r1.12 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/textproc/py-sphinx-theme-cloud/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-sphinx-theme-cloud/Makefile 2022/01/04 20:55:06 1.11
+++ pkgsrc/textproc/py-sphinx-theme-cloud/Makefile 2022/07/10 19:04:50 1.12
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2022/07/10 19:04:50 wiz Exp $
2 2
3DISTNAME= cloud_sptheme-1.10.0 3DISTNAME= cloud_sptheme-1.10.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/cloud_sptheme/sphinx-theme-cloud/}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= textproc python 6CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cloud_sptheme/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=c/cloud_sptheme/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://bitbucket.org/ecollins/cloud_sptheme 10HOMEPAGE= https://bitbucket.org/ecollins/cloud_sptheme
11COMMENT= Sphinx cloud theme 11COMMENT= Sphinx cloud theme
12LICENSE= modified-bsd 12LICENSE= modified-bsd
13 13
14PYTHON_VERSIONED_DEPENDENCIES= sphinx 14DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 15
 16PYTHON_VERSIONS_INCOMPATIBLE= 27
15 17
16USE_LANGUAGES= # none 18USE_LANGUAGES= # none
17 19
18.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
19.include "../../lang/python/versioned_dependencies.mk" 
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"