mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
parent
aac8eba91d
commit
04d0883d47
4 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
23
textproc/py-sphinx-design/Makefile
Normal file
23
textproc/py-sphinx-design/Makefile
Normal 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>
|
3
textproc/py-sphinx-design/distinfo
Normal file
3
textproc/py-sphinx-design/distinfo
Normal 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
|
5
textproc/py-sphinx-design/pkg-descr
Normal file
5
textproc/py-sphinx-design/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue