Date: Sun, 28 Apr 2024 07:08:13 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06d17eea4e98 - main - devel/py-strawberry-graphql: Update to 0.227.2 Message-ID: <202404280708.43S78DIZ072814@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=06d17eea4e982d20f8978a1908c753570424b2bd commit 06d17eea4e982d20f8978a1908c753570424b2bd Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-04-28 07:00:02 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-04-28 07:00:02 +0000 devel/py-strawberry-graphql: Update to 0.227.2 * Make the port concurrent safe as a script is installed outside of Python's site-lib directory. Changelog since 0.224.1: https://github.com/strawberry-graphql/strawberry/blob/0.227.2/CHANGELOG.md --- devel/py-strawberry-graphql/Makefile | 10 +++++++--- devel/py-strawberry-graphql/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile index afcd3d85064b..e1589d344b78 100644 --- a/devel/py-strawberry-graphql/Makefile +++ b/devel/py-strawberry-graphql/Makefile @@ -1,6 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.224.1 -PORTREVISION= 2 +DISTVERSION= 0.227.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.7.0:devel/py-python-dateu ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist pep517 +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -71,6 +70,11 @@ PYDANTIC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pydantic2>1.6.1:devel/py-pydantic2 .if ${PYTHON_REL} < 30900 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astunparse>=1.6.3:devel/py-astunparse@${PY_FLAVOR} + +. if ${PORT_OPTIONS:MCLI} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}graphlib-backport>0:graphics/py-graphlib-backport@${PY_FLAVOR} +. endif + .endif .include <bsd.port.post.mk> diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo index 36d6c312311e..18bc28b8cc16 100644 --- a/devel/py-strawberry-graphql/distinfo +++ b/devel/py-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711883910 -SHA256 (strawberry_graphql-0.224.1.tar.gz) = d1fec0c9896594d271b8932aa97b43db931b14107b96ee1fb3890396c85335fa -SIZE (strawberry_graphql-0.224.1.tar.gz) = 197944 +TIMESTAMP = 1713932326 +SHA256 (strawberry_graphql-0.227.2.tar.gz) = c65ddc1d3c6b9dac9987360261920f2938fdab84260074d5f677a7272a75c9b5 +SIZE (strawberry_graphql-0.227.2.tar.gz) = 199059
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404280708.43S78DIZ072814>