Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2026 05:06:24 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 566b0dc2a6f8 - main - www/py-dash-bootstrap-components: New port: Bootstrap themed components for use in Plotly Dash
Message-ID:  <69cf4ad0.44e4d.775ba378@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=566b0dc2a6f8b7604fe9d04fa7731239aff6a76b

commit 566b0dc2a6f8b7604fe9d04fa7731239aff6a76b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-03 03:56:29 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-03 03:56:29 +0000

    www/py-dash-bootstrap-components: New port: Bootstrap themed components for use in Plotly Dash
---
 www/Makefile                               |  1 +
 www/py-dash-bootstrap-components/Makefile  | 35 ++++++++++++++++++++++++++++++
 www/py-dash-bootstrap-components/distinfo  |  3 +++
 www/py-dash-bootstrap-components/pkg-descr |  4 ++++
 4 files changed, 43 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 56f04343654e..950142fd45d2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1536,6 +1536,7 @@
     SUBDIR += py-cssutils
     SUBDIR += py-daphne
     SUBDIR += py-dash
+    SUBDIR += py-dash-bootstrap-components
     SUBDIR += py-ddgs
     SUBDIR += py-dj-database-url
     SUBDIR += py-dj52-channels
diff --git a/www/py-dash-bootstrap-components/Makefile b/www/py-dash-bootstrap-components/Makefile
new file mode 100644
index 000000000000..500aeeb4e523
--- /dev/null
+++ b/www/py-dash-bootstrap-components/Makefile
@@ -0,0 +1,35 @@
+PORTNAME=	dash-bootstrap-components
+DISTVERSION=	2.0.4
+CATEGORIES=	www python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Bootstrap themed components for use in Plotly Dash
+WWW=		https://dash-bootstrap-components.opensource.faculty.ai
+
+LICENSE=	APACHE20
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dash>=3.0.4:www/py-dash@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist
+
+NO_ARCH=	yes
+
+post-install:
+	${RM} -rf ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/examples
+	${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/LICENSE
+	${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/NOTICE.txt
+	${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/README.md
+	${RM} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyproject.toml
+	@${REINPLACE_CMD} -e '/site-packages\/examples\//d' \
+		-e '/site-packages\/LICENSE$$/d' \
+		-e '/site-packages\/NOTICE\.txt$$/d' \
+		-e '/site-packages\/README\.md$$/d' \
+		-e '/site-packages\/pyproject\.toml$$/d' \
+		${WRKDIR}/.PLIST.pymodtmp
+
+.include <bsd.port.mk>
diff --git a/www/py-dash-bootstrap-components/distinfo b/www/py-dash-bootstrap-components/distinfo
new file mode 100644
index 000000000000..5028164dd602
--- /dev/null
+++ b/www/py-dash-bootstrap-components/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1775081774
+SHA256 (dash_bootstrap_components-2.0.4.tar.gz) = c3206c0923774bbc6a6ddaa7822b8d9aa5326b0d3c1e7cd795cc975025fe2484
+SIZE (dash_bootstrap_components-2.0.4.tar.gz) = 115599
diff --git a/www/py-dash-bootstrap-components/pkg-descr b/www/py-dash-bootstrap-components/pkg-descr
new file mode 100644
index 000000000000..dae468618e6c
--- /dev/null
+++ b/www/py-dash-bootstrap-components/pkg-descr
@@ -0,0 +1,4 @@
+Bootstrap themed components for use in Plotly Dash.
+
+These components are reusable dash components for building
+Bootstrap-themed layouts.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cf4ad0.44e4d.775ba378>