Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2026 04:22:47 +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: 50adea914450 - main - devel/py-faicons: New port: Interface to Font-Awesome for use in Shiny
Message-ID:  <6a28e697.318fe.6c1ec9df@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=50adea9144507bc8f3bb8824943eb2aa09006d6f

commit 50adea9144507bc8f3bb8824943eb2aa09006d6f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-10 03:42:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-10 04:22:43 +0000

    devel/py-faicons: New port: Interface to Font-Awesome for use in Shiny
---
 devel/Makefile             |  1 +
 devel/py-faicons/Makefile  | 28 ++++++++++++++++++++++++++++
 devel/py-faicons/distinfo  |  3 +++
 devel/py-faicons/pkg-descr |  6 ++++++
 4 files changed, 38 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index e083aa1ed965..0cf043b6ea0b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4973,6 +4973,7 @@
     SUBDIR += py-fabric3
     SUBDIR += py-face
     SUBDIR += py-factory-boy
+    SUBDIR += py-faicons
     SUBDIR += py-fam
     SUBDIR += py-fastbencode
     SUBDIR += py-fastcache
diff --git a/devel/py-faicons/Makefile b/devel/py-faicons/Makefile
new file mode 100644
index 000000000000..85c7f4b8cadb
--- /dev/null
+++ b/devel/py-faicons/Makefile
@@ -0,0 +1,28 @@
+PORTNAME=	faicons
+DISTVERSION=	0.2.2
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Interface to Font-Awesome for use in Shiny
+WWW=		https://github.com/rstudio/py-faicons
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}htmltools>=0.1.4.9002:www/py-htmltools@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist pytest
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_WRKDIR=	${WRKSRC}/tests
+
+NO_ARCH=	yes
+
+# tests as of 0.2.2: 3 passed, 0 failed
+
+.include <bsd.port.mk>
diff --git a/devel/py-faicons/distinfo b/devel/py-faicons/distinfo
new file mode 100644
index 000000000000..80b1e5664776
--- /dev/null
+++ b/devel/py-faicons/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1781061936
+SHA256 (faicons-0.2.2.tar.gz) = 6b7d7b19180179b6b83783f91bf6c9311c0f00ae0f97d41be1d24d9942361659
+SIZE (faicons-0.2.2.tar.gz) = 604434
diff --git a/devel/py-faicons/pkg-descr b/devel/py-faicons/pkg-descr
new file mode 100644
index 000000000000..c09553aa1a46
--- /dev/null
+++ b/devel/py-faicons/pkg-descr
@@ -0,0 +1,6 @@
+Interface to Font-Awesome for use in Shiny.
+
+This package provides an icon class and SVG rendering utilities for
+Font Awesome icons in Python. It is part of the Shiny for Python
+ecosystem, enabling easy integration of Font Awesome icons in web
+applications.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a28e697.318fe.6c1ec9df>