From 48e3eb385aa23e13bafc2e17d42b68750d2582a6 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 24 Apr 2019 15:52:31 +0000 Subject: py-pallets-sphinx-themes: added version 1.1.4 Themes for the Pallets projects. If you're writing an extension, use the appropriate theme to make your documentation look consistent. Available themes: - flask - jinja - werkzeug - click --- textproc/Makefile | 4 ++- textproc/py-pallets-sphinx-themes/DESCR | 8 +++++ textproc/py-pallets-sphinx-themes/Makefile | 18 ++++++++++ textproc/py-pallets-sphinx-themes/PLIST | 56 ++++++++++++++++++++++++++++++ textproc/py-pallets-sphinx-themes/distinfo | 6 ++++ 5 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 textproc/py-pallets-sphinx-themes/DESCR create mode 100644 textproc/py-pallets-sphinx-themes/Makefile create mode 100644 textproc/py-pallets-sphinx-themes/PLIST create mode 100644 textproc/py-pallets-sphinx-themes/distinfo diff --git a/textproc/Makefile b/textproc/Makefile index 5c5d5cef767..3fad4b9474f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1030 2019/04/03 14:49:27 adam Exp $ +# $NetBSD: Makefile,v 1.1031 2019/04/24 15:52:31 adam Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -819,6 +819,7 @@ SUBDIR+= py-natsort SUBDIR+= py-numpydoc SUBDIR+= py-odfpy SUBDIR+= py-openpyxl +SUBDIR+= py-pallets-sphinx-themes SUBDIR+= py-pandocfilters SUBDIR+= py-parse SUBDIR+= py-parse_type @@ -847,6 +848,7 @@ SUBDIR+= py-smartypants SUBDIR+= py-snowballstemmer SUBDIR+= py-sphinx SUBDIR+= py-sphinx-autodoc-typehints +SUBDIR+= py-sphinx-issues SUBDIR+= py-sphinx-rtd-theme SUBDIR+= py-sphinx-theme-cloud SUBDIR+= py-sphinxcontrib-bibtex diff --git a/textproc/py-pallets-sphinx-themes/DESCR b/textproc/py-pallets-sphinx-themes/DESCR new file mode 100644 index 00000000000..ba0254eeb60 --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/DESCR @@ -0,0 +1,8 @@ +Themes for the Pallets projects. If you're writing an extension, use the +appropriate theme to make your documentation look consistent. + +Available themes: +- flask +- jinja +- werkzeug +- click diff --git a/textproc/py-pallets-sphinx-themes/Makefile b/textproc/py-pallets-sphinx-themes/Makefile new file mode 100644 index 00000000000..2e2c1a1f2c6 --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2019/04/24 15:52:31 adam Exp $ + +DISTNAME= Pallets-Sphinx-Themes-1.1.4 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pallets-Sphinx-Themes/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/pallets/pallets-sphinx-themes +COMMENT= Sphinx themes for Pallets and related projects +LICENSE= modified-bsd + +DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-pallets-sphinx-themes/PLIST b/textproc/py-pallets-sphinx-themes/PLIST new file mode 100644 index 00000000000..70d7d2a2628 --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/PLIST @@ -0,0 +1,56 @@ +@comment $NetBSD: PLIST,v 1.1 2019/04/24 15:52:31 adam Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/not-zip-safe +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/pallets_sphinx_themes/__init__.py +${PYSITELIB}/pallets_sphinx_themes/__init__.pyc +${PYSITELIB}/pallets_sphinx_themes/__init__.pyo +${PYSITELIB}/pallets_sphinx_themes/theme_check.py +${PYSITELIB}/pallets_sphinx_themes/theme_check.pyc +${PYSITELIB}/pallets_sphinx_themes/theme_check.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/__init__.py +${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyc +${PYSITELIB}/pallets_sphinx_themes/themes/__init__.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/babel/sidebarintro.html +${PYSITELIB}/pallets_sphinx_themes/themes/babel/sidebarlogo.html +${PYSITELIB}/pallets_sphinx_themes/themes/babel/static/babel.css +${PYSITELIB}/pallets_sphinx_themes/themes/babel/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.py +${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.pyc +${PYSITELIB}/pallets_sphinx_themes/themes/click/__init__.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/click/domain.py +${PYSITELIB}/pallets_sphinx_themes/themes/click/domain.pyc +${PYSITELIB}/pallets_sphinx_themes/themes/click/domain.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/click/static/click.css +${PYSITELIB}/pallets_sphinx_themes/themes/click/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/flask/static/flask.css +${PYSITELIB}/pallets_sphinx_themes/themes/flask/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.py +${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyc +${PYSITELIB}/pallets_sphinx_themes/themes/jinja/__init__.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/jinja/static/jinja.css +${PYSITELIB}/pallets_sphinx_themes/themes/jinja/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/platter/sidebarintro.html +${PYSITELIB}/pallets_sphinx_themes/themes/platter/sidebarlogo.html +${PYSITELIB}/pallets_sphinx_themes/themes/platter/static/platter.css +${PYSITELIB}/pallets_sphinx_themes/themes/platter/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/404.html +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.py +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyc +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/__init__.pyo +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/layout.html +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/localtoc.html +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/project.html +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/relations.html +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/static/pocoo.css +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/theme.conf +${PYSITELIB}/pallets_sphinx_themes/themes/pocoo/versions.html +${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/static/werkzeug.css +${PYSITELIB}/pallets_sphinx_themes/themes/werkzeug/theme.conf +${PYSITELIB}/pallets_sphinx_themes/versions.py +${PYSITELIB}/pallets_sphinx_themes/versions.pyc +${PYSITELIB}/pallets_sphinx_themes/versions.pyo diff --git a/textproc/py-pallets-sphinx-themes/distinfo b/textproc/py-pallets-sphinx-themes/distinfo new file mode 100644 index 00000000000..35b351be14d --- /dev/null +++ b/textproc/py-pallets-sphinx-themes/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/04/24 15:52:31 adam Exp $ + +SHA1 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = e8ff5e3c94d5250223140fc1452ece9889776062 +RMD160 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = 8fc63392b05c082a02b67a6ecdb0a0d130d35db9 +SHA512 (Pallets-Sphinx-Themes-1.1.4.tar.gz) = f651b5c15faff8758776773dfb1603480f29ed534f69480a4b3d7bcc538f0361c3e7098a2b57fef3ac3953b7994abb21d86df9a9b583e4ad52356e1ea070e4d2 +Size (Pallets-Sphinx-Themes-1.1.4.tar.gz) = 17291 bytes -- cgit v1.2.3