git: 97462247774d - main - devel/py-mashumaro: Update 3.15 => 3.17

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 18 Oct 2025 18:44:04 UTC
The branch main has been updated by vvd:

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

commit 97462247774df57d46efe395538d9aacf182a140
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2025-10-18 18:41:59 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-10-18 18:41:59 +0000

    devel/py-mashumaro: Update 3.15 => 3.17
    
    Changelogs:
    https://github.com/Fatal1ty/mashumaro/releases/tag/v3.16
    https://github.com/Fatal1ty/mashumaro/releases/tag/v3.17
    
    Switch to pep517.
    
    PR:     290342
---
 devel/py-mashumaro/Makefile                   |  9 +++++----
 devel/py-mashumaro/distinfo                   |  6 +++---
 devel/py-mashumaro/files/patch-pyproject.toml | 16 ++++++++++++++++
 3 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile
index 092600a37af5..138c85c9bdd8 100644
--- a/devel/py-mashumaro/Makefile
+++ b/devel/py-mashumaro/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	mashumaro
-DISTVERSION=	3.15
-PORTREVISION=	1
+DISTVERSION=	3.17
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +10,12 @@ WWW=		https://github.com/Fatal1ty/mashumaro
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.1.0:devel/py-typing-extensions@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-mashumaro/distinfo b/devel/py-mashumaro/distinfo
index e28fe82671ec..f80bd06615af 100644
--- a/devel/py-mashumaro/distinfo
+++ b/devel/py-mashumaro/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1733297859
-SHA256 (mashumaro-3.15.tar.gz) = 32a2a38a1e942a07f2cbf9c3061cb2a247714ee53e36a5958548b66bd116d0a9
-SIZE (mashumaro-3.15.tar.gz) = 188646
+TIMESTAMP = 1760769315
+SHA256 (mashumaro-3.17.tar.gz) = de1d8b1faffee58969c7f97e35963a92480a38d4c9858e92e0721efec12258ed
+SIZE (mashumaro-3.17.tar.gz) = 189877
diff --git a/devel/py-mashumaro/files/patch-pyproject.toml b/devel/py-mashumaro/files/patch-pyproject.toml
new file mode 100644
index 000000000000..6e00a48f3215
--- /dev/null
+++ b/devel/py-mashumaro/files/patch-pyproject.toml
@@ -0,0 +1,16 @@
+--- pyproject.toml.orig	2025-10-18 07:21:09 UTC
++++ pyproject.toml
+@@ -1,11 +1,11 @@ build-backend = "setuptools.build_meta"
+ [build-system]
+ build-backend = "setuptools.build_meta"
+-requires = ["setuptools>=77.0"]
++requires = ["setuptools>=63.0"]
+ 
+ [project]
+ name = "mashumaro"
+ version = "3.17"
+-license = "Apache-2.0"
++license = { text = "Apache-2.0" }
+ description = "Fast and well tested serialization library"
+ readme = "README.md"
+ authors = [{ name = "Alexander Tikhonov", email = "random.gauss@gmail.com" }]