devel/py-pyconify: New port: Iconify for python: Universal icon framework

This commit is contained in:
Yuri Victorovich 2024-12-12 18:45:40 -08:00
parent a2394dacc2
commit 2ff78d50f4
4 changed files with 34 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1734057707
SHA256 (pyconify-0.1.6.tar.gz) = 25272f7a29965f32ee698c9da6aab8bbbeb0756ca3bfeadd3d9effab689d239d
SIZE (pyconify-0.1.6.tar.gz) = 22236

View file

@ -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.