Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2026 23:54:27 +0000
From:      =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4b70270e2d26 - main - www/py-nicegui-highcharts: Update to 3.2.0
Message-ID:  <699e3a33.412ac.599c3700@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dtxdf:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4b70270e2d26bb947dcce721957553310867ecb8

commit 4b70270e2d26bb947dcce721957553310867ecb8
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-02-24 23:51:31 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-02-24 23:54:00 +0000

    www/py-nicegui-highcharts: Update to 3.2.0
    
    ChangeLog:
    https://github.com/zauberzeug/nicegui-highcharts/compare/v2.1.0...v3.2.0
---
 www/py-nicegui-highcharts/Makefile                   |  6 ++----
 www/py-nicegui-highcharts/distinfo                   |  6 +++---
 www/py-nicegui-highcharts/files/patch-pyproject.toml | 11 -----------
 3 files changed, 5 insertions(+), 18 deletions(-)

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,6 +1,5 @@
 PORTNAME=	nicegui-highcharts
-DISTVERSION=	2.1.0
-PORTREVISION=	1
+DISTVERSION=	3.2.0
 CATEGORIES=	www graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +12,7 @@ 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
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"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699e3a33.412ac.599c3700>