Added
Link Here
|
1 |
PORTNAME= nicegui-highcharts |
2 |
DISTVERSION= 2.0.2 |
3 |
CATEGORIES= www graphics python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
DISTNAME= nicegui_highcharts-${PORTVERSION} |
7 |
|
8 |
MAINTAINER= DtxdF@disroot.org |
9 |
COMMENT= NiceGUI extension providing highcharts elements |
10 |
WWW= https://github.com/zauberzeug/nicegui-highcharts |
11 |
|
12 |
LICENSE= MIT |
13 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
|
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist pep517 |
20 |
|
21 |
NO_ARCH= yes |
22 |
|
23 |
OPTIONS_DEFAULT= NICEGUI_GUI |
24 |
OPTIONS_SINGLE= NICEGUI |
25 |
OPTIONS_SINGLE_NICEGUI= NICEGUI_GUI NICEGUI_NOGUI |
26 |
|
27 |
NICEGUI_GUI_DESC= Use www/py-nicegui |
28 |
NICEGUI_NOGUI_DESC= Use www/py-nicegui-nogui |
29 |
|
30 |
NICEGUI_GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui>=0:www/py-nicegui@${PY_FLAVOR} |
31 |
NICEGUI_NOGUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui-nogui>=0:www/py-nicegui-nogui@${PY_FLAVOR} |
32 |
|
33 |
.include <bsd.port.mk> |