Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2026 14:13:03 +0000
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f350cb3cacc0 - main - devel/py-construct-classes: Update to 0.2.3
Message-ID:  <69d9056f.3c7b0.7ea2a693@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

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

commit f350cb3cacc0e6d2293983f429e92bba75289175
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2026-04-10 14:12:39 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2026-04-10 14:12:46 +0000

    devel/py-construct-classes: Update to 0.2.3
---
 devel/py-construct-classes/Makefile                |  4 +--
 devel/py-construct-classes/distinfo                |  6 ++---
 .../files/patch-pyproject.toml                     | 30 ----------------------
 3 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/devel/py-construct-classes/Makefile b/devel/py-construct-classes/Makefile
index 2d3f7c862424..b25bc86539c6 100644
--- a/devel/py-construct-classes/Makefile
+++ b/devel/py-construct-classes/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	construct-classes
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://pypi.org/project/construct-classes/
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>0:devel/py-flit-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}construct>=2.10:devel/py-construct@${PY_FLAVOR}
 
diff --git a/devel/py-construct-classes/distinfo b/devel/py-construct-classes/distinfo
index 7ccb31ec97cd..7a7db5a6abbb 100644
--- a/devel/py-construct-classes/distinfo
+++ b/devel/py-construct-classes/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1758980660
-SHA256 (construct_classes-0.2.2.tar.gz) = c644026fef4d082fd6632efa974376d77e8be7d95e4e57a6df74407fc0954efd
-SIZE (construct_classes-0.2.2.tar.gz) = 4622
+TIMESTAMP = 1775829522
+SHA256 (construct_classes-0.2.3.tar.gz) = 669ccbb8545a4a67a6213a23ab6201368bb0c960d9d0861f236a9829f05b6abf
+SIZE (construct_classes-0.2.3.tar.gz) = 5411
diff --git a/devel/py-construct-classes/files/patch-pyproject.toml b/devel/py-construct-classes/files/patch-pyproject.toml
deleted file mode 100644
index a1c6c9d9d92b..000000000000
--- a/devel/py-construct-classes/files/patch-pyproject.toml
+++ /dev/null
@@ -1,30 +0,0 @@
---- pyproject.toml.orig	1970-01-01 00:00:00 UTC
-+++ pyproject.toml
-@@ -5,7 +5,7 @@ readme = "README.rst"
- authors = [{ name = "matejcik", email = "ja@matejcik.cz" }]
- requires-python = ">=3.10,<4.0"
- readme = "README.rst"
--license = "MIT"
-+license = { text = "MIT" }
- classifiers = [
-     "Development Status :: 2 - Pre-Alpha",
-     "Intended Audience :: Developers",
-@@ -36,16 +36,8 @@ dev = [
-     "typing-extensions>4.2",
- ]
- 
--[build-system]
--requires = ["uv_build>=0.8.13,<0.9.0"]
--build-backend = "uv_build"
--
--[tool.uv.build-backend]
--source-include = [
--    "CHANGELOG.rst",
--    "LICENSE",
--    "README.rst",
--]
-+requires = ["setuptools>=68", "wheel"]
-+build-backend = "setuptools.build_meta:__legacy__"
- 
- [tool.isort]
- profile = "black"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9056f.3c7b0.7ea2a693>