Date: Sat, 9 Mar 2024 14:11:43 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: 5f06948cca83 - main - databases/py-marshmallow-sqlalchemy: Update to 1.0.0 Message-ID: <202403091411.429EBheA008284@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=5f06948cca83a11f03ae32a6a23c5e2e1390cbf4 commit 5f06948cca83a11f03ae32a6a23c5e2e1390cbf4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:47:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:42 +0000 databases/py-marshmallow-sqlalchemy: Update to 1.0.0 - Update RUN_DEPENDS: use newer py-sqlalchemy* - Convert to USE_PYTHON=pep517 Changes: https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst https://marshmallow-sqlalchemy.readthedocs.io/en/latest/changelog.html --- databases/py-marshmallow-sqlalchemy/Makefile | 11 ++++++----- databases/py-marshmallow-sqlalchemy/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/databases/py-marshmallow-sqlalchemy/Makefile b/databases/py-marshmallow-sqlalchemy/Makefile index d7d5bbdfa6b1..27713bc7e725 100644 --- a/databases/py-marshmallow-sqlalchemy/Makefile +++ b/databases/py-marshmallow-sqlalchemy/Makefile @@ -1,8 +1,9 @@ PORTNAME= marshmallow-sqlalchemy -PORTVERSION= 0.30.0 +PORTVERSION= 1.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= marshmallow_sqlalchemy-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= SQLAlchemy integration with the marshmallow serialization library @@ -12,13 +13,13 @@ WWW= https://marshmallow-sqlalchemy.readthedocs.io/en/latest/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=3.0.0:devel/py-marshmallow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=21.3:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy14>=1.4.40<3.0:databases/py-sqlalchemy14@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0<4:devel/py-flit-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>=3.10.0:devel/py-marshmallow@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=1.4.40<3.0:databases/py-sqlalchemy20@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-lazy-fixture>=0.6.2:devel/py-pytest-lazy-fixture@${PY_FLAVOR} \ USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} diff --git a/databases/py-marshmallow-sqlalchemy/distinfo b/databases/py-marshmallow-sqlalchemy/distinfo index 6f50c1e18f8a..4bd0eb0b9da9 100644 --- a/databases/py-marshmallow-sqlalchemy/distinfo +++ b/databases/py-marshmallow-sqlalchemy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449098 -SHA256 (marshmallow-sqlalchemy-0.30.0.tar.gz) = 29ad0a4fd1b4a1e52dcb07f9673d284a6b0795141916cc2169d4ee9a5d007347 -SIZE (marshmallow-sqlalchemy-0.30.0.tar.gz) = 52682 +TIMESTAMP = 1709390502 +SHA256 (marshmallow_sqlalchemy-1.0.0.tar.gz) = 20a0f2fcdd5bddc86444fa01461f17f9b6a12a8ddd4ca8c9b34fe2f2e35d00a2 +SIZE (marshmallow_sqlalchemy-1.0.0.tar.gz) = 49747
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091411.429EBheA008284>