mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
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 WWW: https://pypi.org/project/Pallets-Sphinx-Themes/
This commit is contained in:
parent
ce071d2fdd
commit
5bc7cbb345
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549997
@ -1305,6 +1305,7 @@
|
||||
SUBDIR += py-os-api-ref
|
||||
SUBDIR += py-packageurl-python
|
||||
SUBDIR += py-pager
|
||||
SUBDIR += py-pallets-sphinx-themes
|
||||
SUBDIR += py-pandocfilters
|
||||
SUBDIR += py-paragrep
|
||||
SUBDIR += py-parse
|
||||
|
23
textproc/py-pallets-sphinx-themes/Makefile
Normal file
23
textproc/py-pallets-sphinx-themes/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Nicola Stanislao Vitale <nivit@FreeBSD.org
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Pallets-Sphinx-Themes
|
||||
PORTVERSION= 1.2.3
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Sphinx themes for Pallets and related projects
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
RUN_DEPENDS= ${PY_SPHINX}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-pallets-sphinx-themes/distinfo
Normal file
3
textproc/py-pallets-sphinx-themes/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1601018465
|
||||
SHA256 (Pallets-Sphinx-Themes-1.2.3.tar.gz) = bbb4fd6e259d498e4e5b4866860f12f0c4e59a67c9ac243eb8c1472cbc730aaf
|
||||
SIZE (Pallets-Sphinx-Themes-1.2.3.tar.gz) = 21382
|
11
textproc/py-pallets-sphinx-themes/pkg-descr
Normal file
11
textproc/py-pallets-sphinx-themes/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
|
||||
WWW: https://pypi.org/project/Pallets-Sphinx-Themes/
|
Loading…
Reference in New Issue
Block a user