textproc/py-sphinx-design: Add py-sphinx-design 0.0.13

sphinx-design is a sphinx extension for designing beautiful, view size
responsive web components. Created with inspiration from Bootstrap (v5),
Material Design and Material-UI design frameworks.

WWW: https://github.com/executablebooks/sphinx-design
This commit is contained in:
Po-Chuan Hsieh 2022-04-18 07:39:14 +08:00
parent aac8eba91d
commit 04d0883d47
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View file

@ -1475,6 +1475,7 @@
SUBDIR += py-sphinx-autodoc-typehints
SUBDIR += py-sphinx-book-theme
SUBDIR += py-sphinx-copybutton
SUBDIR += py-sphinx-design
SUBDIR += py-sphinx-inline-tabs
SUBDIR += py-sphinx-intl
SUBDIR += py-sphinx-issues

View file

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= sphinx-design
PORTVERSION= 0.0.13
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= sphinx_design-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Sphinx extension for designing beautiful, view size responsive web components
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=3,1<5,1:textproc/py-sphinx@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1650228652
SHA256 (sphinx_design-0.0.13.tar.gz) = c719d02bea29a31f143a294d632a5f435b9652ce1f80930e887bc066c3e94bef
SIZE (sphinx_design-0.0.13.tar.gz) = 88533

View file

@ -0,0 +1,5 @@
sphinx-design is a sphinx extension for designing beautiful, view size
responsive web components. Created with inspiration from Bootstrap (v5),
Material Design and Material-UI design frameworks.
WWW: https://github.com/executablebooks/sphinx-design