aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-sphinx-design
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:39:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:39:14 +0000
commit04d0883d47838e28d04ba8876a54c68254ca7c0f (patch)
treec61bc21137dbd970ab47cf712ed347912c19d074 /textproc/py-sphinx-design
parentaac8eba91dd9eb57bdccab6a3d0441a7e975eb29 (diff)
downloadports-04d0883d47838e28d04ba8876a54c68254ca7c0f.tar.gz
ports-04d0883d47838e28d04ba8876a54c68254ca7c0f.zip
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
Diffstat (limited to 'textproc/py-sphinx-design')
-rw-r--r--textproc/py-sphinx-design/Makefile23
-rw-r--r--textproc/py-sphinx-design/distinfo3
-rw-r--r--textproc/py-sphinx-design/pkg-descr5
3 files changed, 31 insertions, 0 deletions
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