diff --git a/www/py-nicegui-highcharts/Makefile b/www/py-nicegui-highcharts/Makefile index 498ee00ce1f9..69247beb0ca7 100644 --- a/www/py-nicegui-highcharts/Makefile +++ b/www/py-nicegui-highcharts/Makefile @@ -1,34 +1,32 @@ PORTNAME= nicegui-highcharts -DISTVERSION= 2.1.0 -PORTREVISION= 1 +DISTVERSION= 3.2.0 CATEGORIES= www graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= nicegui_highcharts-${PORTVERSION} MAINTAINER= dtxdf@FreeBSD.org COMMENT= NiceGUI extension providing highcharts elements WWW= https://github.com/zauberzeug/nicegui-highcharts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes OPTIONS_DEFAULT= NICEGUI_GUI OPTIONS_SINGLE= NICEGUI OPTIONS_SINGLE_NICEGUI= NICEGUI_GUI NICEGUI_NOGUI NICEGUI_GUI_DESC= Use www/py-nicegui NICEGUI_NOGUI_DESC= Use www/py-nicegui-nogui NICEGUI_GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui>=0:www/py-nicegui@${PY_FLAVOR} NICEGUI_NOGUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nicegui-nogui>=0:www/py-nicegui-nogui@${PY_FLAVOR} .include diff --git a/www/py-nicegui-highcharts/distinfo b/www/py-nicegui-highcharts/distinfo index 771deb7e94cd..66b3773425e1 100644 --- a/www/py-nicegui-highcharts/distinfo +++ b/www/py-nicegui-highcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745175187 -SHA256 (nicegui_highcharts-2.1.0.tar.gz) = 343833f508304cd5df938cffc35fc6f2340d4250b50f2a7be5161469f5429a58 -SIZE (nicegui_highcharts-2.1.0.tar.gz) = 2089103 +TIMESTAMP = 1771976354 +SHA256 (nicegui_highcharts-3.2.0.tar.gz) = e0d2ab59d11a554d6f72ebe710754cf39090f983439b46b5eb3dde75eef008d9 +SIZE (nicegui_highcharts-3.2.0.tar.gz) = 2073198 diff --git a/www/py-nicegui-highcharts/files/patch-pyproject.toml b/www/py-nicegui-highcharts/files/patch-pyproject.toml deleted file mode 100644 index 7d8281f31426..000000000000 --- a/www/py-nicegui-highcharts/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2024-10-30 23:29:16 UTC -+++ pyproject.toml -@@ -15,7 +15,7 @@ requires = [ - - [build-system] - requires = [ -- "setuptools>=30.3.0,<50", -+ "setuptools>=0", - "poetry-core>=1.0.0" - ] - build-backend = "poetry.core.masonry.api"