1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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
This commit is contained in:
Kai Knoblich 2024-04-28 09:00:02 +02:00
parent 961a6ee6f1
commit 06d17eea4e
2 changed files with 10 additions and 6 deletions

View File

@ -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>

View File

@ -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