mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/py-pyconify: New port: Iconify for python: Universal icon framework
This commit is contained in:
parent
a2394dacc2
commit
2ff78d50f4
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
25
devel/py-pyconify/Makefile
Normal file
25
devel/py-pyconify/Makefile
Normal 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>
|
3
devel/py-pyconify/distinfo
Normal file
3
devel/py-pyconify/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1734057707
|
||||
SHA256 (pyconify-0.1.6.tar.gz) = 25272f7a29965f32ee698c9da6aab8bbbeb0756ca3bfeadd3d9effab689d239d
|
||||
SIZE (pyconify-0.1.6.tar.gz) = 22236
|
5
devel/py-pyconify/pkg-descr
Normal file
5
devel/py-pyconify/pkg-descr
Normal 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.
|
Loading…
Add table
Reference in a new issue