pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinx-lv2-theme



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov  5 16:46:19 UTC 2024

Added Files:
        pkgsrc/textproc/py-sphinx-lv2-theme: DESCR Makefile PLIST distinfo

Log Message:
py-sphinx-lv2-theme: added version 1.4.2

This is a minimal pure-CSS theme for Sphinx that uses the documentation style
of the LV2 plugin specification and related projects.

This theme is geared toward producing beautiful API documentation for C, C++,
and Python that is documented using the standard Sphinx domains. The output
does not use Javascript at all, and some common features are not implemented,
so this theme should not be considered a drop-in replacement for typical Sphinx
themes.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-sphinx-lv2-theme/DESCR \
    pkgsrc/textproc/py-sphinx-lv2-theme/Makefile \
    pkgsrc/textproc/py-sphinx-lv2-theme/PLIST \
    pkgsrc/textproc/py-sphinx-lv2-theme/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/py-sphinx-lv2-theme/DESCR
diff -u /dev/null pkgsrc/textproc/py-sphinx-lv2-theme/DESCR:1.1
--- /dev/null   Tue Nov  5 16:46:19 2024
+++ pkgsrc/textproc/py-sphinx-lv2-theme/DESCR   Tue Nov  5 16:46:19 2024
@@ -0,0 +1,8 @@
+This is a minimal pure-CSS theme for Sphinx that uses the documentation style
+of the LV2 plugin specification and related projects.
+
+This theme is geared toward producing beautiful API documentation for C, C++,
+and Python that is documented using the standard Sphinx domains. The output
+does not use Javascript at all, and some common features are not implemented,
+so this theme should not be considered a drop-in replacement for typical Sphinx
+themes.
Index: pkgsrc/textproc/py-sphinx-lv2-theme/Makefile
diff -u /dev/null pkgsrc/textproc/py-sphinx-lv2-theme/Makefile:1.1
--- /dev/null   Tue Nov  5 16:46:19 2024
+++ pkgsrc/textproc/py-sphinx-lv2-theme/Makefile        Tue Nov  5 16:46:19 2024
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2024/11/05 16:46:19 adam Exp $
+
+DISTNAME=      sphinx_lv2_theme-1.4.2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES=    textproc python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinx-lv2-theme/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://gitlab.com/lv2/sphinx_lv2_theme
+COMMENT=       Minimal static theme for Sphinx
+LICENSE=       isc
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61.2:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+DEPENDS+=      ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinx-lv2-theme/PLIST
diff -u /dev/null pkgsrc/textproc/py-sphinx-lv2-theme/PLIST:1.1
--- /dev/null   Tue Nov  5 16:46:19 2024
+++ pkgsrc/textproc/py-sphinx-lv2-theme/PLIST   Tue Nov  5 16:46:19 2024
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2024/11/05 16:46:19 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/sphinx_lv2_theme/__init__.py
+${PYSITELIB}/sphinx_lv2_theme/__init__.pyc
+${PYSITELIB}/sphinx_lv2_theme/__init__.pyo
+${PYSITELIB}/sphinx_lv2_theme/domainindex.html
+${PYSITELIB}/sphinx_lv2_theme/genindex.html
+${PYSITELIB}/sphinx_lv2_theme/globaltoc.html
+${PYSITELIB}/sphinx_lv2_theme/layout.html
+${PYSITELIB}/sphinx_lv2_theme/localtoc.html
+${PYSITELIB}/sphinx_lv2_theme/page.html
+${PYSITELIB}/sphinx_lv2_theme/search.html
+${PYSITELIB}/sphinx_lv2_theme/static/pygments.css
+${PYSITELIB}/sphinx_lv2_theme/static/sphinx_lv2_theme.css_t
+${PYSITELIB}/sphinx_lv2_theme/theme.conf
Index: pkgsrc/textproc/py-sphinx-lv2-theme/distinfo
diff -u /dev/null pkgsrc/textproc/py-sphinx-lv2-theme/distinfo:1.1
--- /dev/null   Tue Nov  5 16:46:19 2024
+++ pkgsrc/textproc/py-sphinx-lv2-theme/distinfo        Tue Nov  5 16:46:19 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/05 16:46:19 adam Exp $
+
+BLAKE2s (sphinx_lv2_theme-1.4.2.tar.gz) = 3031f710e0a2940e6ec71106411b7f7c640418d00099743b7ec7197963ff1e07
+SHA512 (sphinx_lv2_theme-1.4.2.tar.gz) = 51c9cca9cd28878496706a4716ec722b695257392ab09adfbfe70e3dadeb72c7620cdbb56562411e8b99d3af942cec63a346781512ead188c6b2d6eae3623336
+Size (sphinx_lv2_theme-1.4.2.tar.gz) = 14331 bytes



Home | Main Index | Thread Index | Old Index