Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:12:19 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac96d38c217b - main - devel/py-marshmallow: Update to 3.21.0
Message-ID:  <202403091412.429ECJMc011649@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit ac96d38c217bdc03c8fe725995206b5989759e36
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:47:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:51 +0000

    devel/py-marshmallow: Update to 3.21.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
                    https://marshmallow.readthedocs.io/en/stable/changelog.html
---
 devel/py-marshmallow/Makefile | 5 +++--
 devel/py-marshmallow/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-marshmallow/Makefile b/devel/py-marshmallow/Makefile
index 495fb16d46cf..5fe36b340655 100644
--- a/devel/py-marshmallow/Makefile
+++ b/devel/py-marshmallow/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	marshmallow
-PORTVERSION=	3.20.2
+PORTVERSION=	3.21.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,10 +12,11 @@ WWW=		https://marshmallow.readthedocs.io/en/stable/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=0<4:devel/py-flit-core@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=17.0:devel/py-packaging@${PY_FLAVOR}
 
 USES=		cpe python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/devel/py-marshmallow/distinfo b/devel/py-marshmallow/distinfo
index be4e1bec852a..e672ff03a3dc 100644
--- a/devel/py-marshmallow/distinfo
+++ b/devel/py-marshmallow/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449214
-SHA256 (marshmallow-3.20.2.tar.gz) = 4c1daff273513dc5eb24b219a8035559dc573c8f322558ef85f5438ddd1236dd
-SIZE (marshmallow-3.20.2.tar.gz) = 185043
+TIMESTAMP = 1709390558
+SHA256 (marshmallow-3.21.0.tar.gz) = 20f53be28c6e374a711a16165fb22a8dc6003e3f7cda1285e3ca777b9193885b
+SIZE (marshmallow-3.21.0.tar.gz) = 176342



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091412.429ECJMc011649>