diff --git a/devel/py-mashumaro/Makefile b/devel/py-mashumaro/Makefile index 138c85c9bdd8..e5213995ee23 100644 --- a/devel/py-mashumaro/Makefile +++ b/devel/py-mashumaro/Makefile @@ -1,22 +1,22 @@ PORTNAME= mashumaro -DISTVERSION= 3.17 +DISTVERSION= 3.22 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= pat@patmaddox.com +MAINTAINER= patmaddox@FreeBSD.org COMMENT= Fast serialization library on top of dataclasses WWW= https://github.com/Fatal1ty/mashumaro LICENSE= APACHE20 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 pep517 NO_ARCH= yes .include diff --git a/devel/py-mashumaro/distinfo b/devel/py-mashumaro/distinfo index f80bd06615af..92478e11152d 100644 --- a/devel/py-mashumaro/distinfo +++ b/devel/py-mashumaro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760769315 -SHA256 (mashumaro-3.17.tar.gz) = de1d8b1faffee58969c7f97e35963a92480a38d4c9858e92e0721efec12258ed -SIZE (mashumaro-3.17.tar.gz) = 189877 +TIMESTAMP = 1783677130 +SHA256 (mashumaro-3.22.tar.gz) = 64538cc365204402a060ebde683a86505b5a4344acf6870d79021e9fbfe57360 +SIZE (mashumaro-3.22.tar.gz) = 197845 diff --git a/devel/py-mashumaro/files/patch-pyproject.toml b/devel/py-mashumaro/files/patch-pyproject.toml index 6e00a48f3215..71ab2df44590 100644 --- a/devel/py-mashumaro/files/patch-pyproject.toml +++ b/devel/py-mashumaro/files/patch-pyproject.toml @@ -1,16 +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" + version = "3.22" -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" }]