aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2024-04-28 07:00:02 +0000
committerKai Knoblich <kai@FreeBSD.org>2024-04-28 07:00:02 +0000
commit06d17eea4e982d20f8978a1908c753570424b2bd (patch)
tree0c278e6dddca8ca450cecf4c414186c487879cac
parent961a6ee6f1e70bffc010d963afe44591fce6120f (diff)
downloadports-06d17eea4e982d20f8978a1908c753570424b2bd.tar.gz
ports-06d17eea4e982d20f8978a1908c753570424b2bd.zip
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
-rw-r--r--devel/py-strawberry-graphql/Makefile10
-rw-r--r--devel/py-strawberry-graphql/distinfo6
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