mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
net/py-trio-websocket: Update to 0.11.1
Changes: https://github.com/python-trio/trio-websocket/blob/master/CHANGELOG.md
This commit is contained in:
parent
22b7b37cf5
commit
47f15192db
@ -1,5 +1,5 @@
|
||||
PORTNAME= trio-websocket
|
||||
PORTVERSION= 0.10.4
|
||||
PORTVERSION= 0.11.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -11,8 +11,7 @@ WWW= https://github.com/python-trio/trio-websocket
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=0:devel/py-exceptiongroup@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}trio>=0.11:net/py-trio@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.11:net/py-trio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wsproto>=0.14:net/py-wsproto@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
@ -20,4 +19,10 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 31100
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=0:devel/py-exceptiongroup@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1694348302
|
||||
SHA256 (trio-websocket-0.10.4.tar.gz) = e66b3db3e2453017431dfbd352081006654e1241c2a6800dc2f43d7df54d55c5
|
||||
SIZE (trio-websocket-0.10.4.tar.gz) = 26386
|
||||
TIMESTAMP = 1696001392
|
||||
SHA256 (trio-websocket-0.11.1.tar.gz) = 18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f
|
||||
SIZE (trio-websocket-0.11.1.tar.gz) = 26511
|
||||
|
Loading…
Reference in New Issue
Block a user