git: 04d0883d4783 - main - textproc/py-sphinx-design: Add py-sphinx-design 0.0.13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Apr 2022 00:00:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04d0883d47838e28d04ba8876a54c68254ca7c0f commit 04d0883d47838e28d04ba8876a54c68254ca7c0f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-17 23:39:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-17 23:39:14 +0000 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 --- textproc/Makefile | 1 + textproc/py-sphinx-design/Makefile | 23 +++++++++++++++++++++++ textproc/py-sphinx-design/distinfo | 3 +++ textproc/py-sphinx-design/pkg-descr | 5 +++++ 4 files changed, 32 insertions(+) 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