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


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

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

--- pkgsrc/textproc/py-sphinx-rtd-theme/Makefile 2022/01/04 20:55:06 1.11
+++ pkgsrc/textproc/py-sphinx-rtd-theme/Makefile 2022/07/10 19:04:39 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:39 wiz Exp $
2 2
3DISTNAME= sphinx_rtd_theme-0.4.3 3DISTNAME= sphinx_rtd_theme-0.4.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= textproc python 6CATEGORIES= textproc python
7MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinx_rtd_theme/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/rtfd/sphinx_rtd_theme 10HOMEPAGE= https://github.com/rtfd/sphinx_rtd_theme
11COMMENT= Sphinx readthedocs.org theme 11COMMENT= Sphinx readthedocs.org theme
12LICENSE= modified-bsd AND ofl-v1.1 12LICENSE= modified-bsd AND ofl-v1.1
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"