diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:39:14 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:39:14 +0000 |
| commit | 04d0883d47838e28d04ba8876a54c68254ca7c0f (patch) | |
| tree | c61bc21137dbd970ab47cf712ed347912c19d074 | |
| parent | aac8eba91dd9eb57bdccab6a3d0441a7e975eb29 (diff) | |
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
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/py-sphinx-design/Makefile | 23 | ||||
| -rw-r--r-- | textproc/py-sphinx-design/distinfo | 3 | ||||
| -rw-r--r-- | textproc/py-sphinx-design/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7b34613b1690..eb147aced0ba 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/py-sphinx-design/Makefile b/textproc/py-sphinx-design/Makefile new file mode 100644 index 000000000000..a8e86709d39b --- /dev/null +++ b/textproc/py-sphinx-design/Makefile @@ -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> diff --git a/textproc/py-sphinx-design/distinfo b/textproc/py-sphinx-design/distinfo new file mode 100644 index 000000000000..53b963856400 --- /dev/null +++ b/textproc/py-sphinx-design/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1650228652 +SHA256 (sphinx_design-0.0.13.tar.gz) = c719d02bea29a31f143a294d632a5f435b9652ce1f80930e887bc066c3e94bef +SIZE (sphinx_design-0.0.13.tar.gz) = 88533 diff --git a/textproc/py-sphinx-design/pkg-descr b/textproc/py-sphinx-design/pkg-descr new file mode 100644 index 000000000000..e6147e901b1f --- /dev/null +++ b/textproc/py-sphinx-design/pkg-descr @@ -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 |
