Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 04:22:34 GMT
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: 2ff78d50f4cd - main - devel/py-pyconify: New port: Iconify for python: Universal icon framework
Message-ID:  <202412130422.4BD4MYJ8035504@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff78d50f4cdbc7d4ed48c96dd5cd27880ab49d8

commit 2ff78d50f4cdbc7d4ed48c96dd5cd27880ab49d8
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-12-13 02:45:40 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-12-13 04:22:31 +0000

    devel/py-pyconify: New port: Iconify for python: Universal icon framework
---
 devel/Makefile              |  1 +
 devel/py-pyconify/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-pyconify/distinfo  |  3 +++
 devel/py-pyconify/pkg-descr |  5 +++++
 4 files changed, 34 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 3904b9655683..6e4d9e317300 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5512,6 +5512,7 @@
     SUBDIR += py-pycognito
     SUBDIR += py-pycompilation
     SUBDIR += py-pycomplete
+    SUBDIR += py-pyconify
     SUBDIR += py-pycparser
     SUBDIR += py-pycrdt
     SUBDIR += py-pycrdt-websocket
diff --git a/devel/py-pyconify/Makefile b/devel/py-pyconify/Makefile
new file mode 100644
index 000000000000..fd37615074b6
--- /dev/null
+++ b/devel/py-pyconify/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	pyconify
+DISTVERSION=	0.1.6
+CATEGORIES=	devel science
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Iconify for python: Universal icon framework
+WWW=		https://github.com/pyapp-kit/pyconify
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-vcs>0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}toolz>0:devel/py-toolz@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	pep517 autoplist pytest # tests crash
+
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pyconify/distinfo b/devel/py-pyconify/distinfo
new file mode 100644
index 000000000000..50f5e33d4169
--- /dev/null
+++ b/devel/py-pyconify/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1734057707
+SHA256 (pyconify-0.1.6.tar.gz) = 25272f7a29965f32ee698c9da6aab8bbbeb0756ca3bfeadd3d9effab689d239d
+SIZE (pyconify-0.1.6.tar.gz) = 22236
diff --git a/devel/py-pyconify/pkg-descr b/devel/py-pyconify/pkg-descr
new file mode 100644
index 000000000000..c277985e5511
--- /dev/null
+++ b/devel/py-pyconify/pkg-descr
@@ -0,0 +1,5 @@
+Python wrapper for the Iconify API.
+
+Iconify is a versatile icon framework that includes 100+ icon sets with more
+than 100,000 icons from FontAwesome, Material Design Icons, DashIcons,
+Feather Icons, EmojiOne, Noto Emoji and many other open source icon sets.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412130422.4BD4MYJ8035504>