www/py-starlette: Update to 0.16.0
Changes: https://github.com/encode/starlette/blob/master/docs/release-notes.md https://www.starlette.io/release-notes/
This commit is contained in:
parent
b5ddc74a02
commit
705ae32ce7
2 changed files with 12 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= starlette
|
||||
PORTVERSION= 0.15.0
|
||||
PORTVERSION= 0.16.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0.0<4:devel/py-anyio@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
@ -30,4 +30,10 @@ FULL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphene>=0:devel/py-graphene@${PY_FLAV
|
|||
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1624630130
|
||||
SHA256 (starlette-0.15.0.tar.gz) = 5c6e71fe8a11f690f78ab13363b0993eb7e5446986d3549902a81505afdaa08b
|
||||
SIZE (starlette-0.15.0.tar.gz) = 50334
|
||||
TIMESTAMP = 1626714626
|
||||
SHA256 (starlette-0.16.0.tar.gz) = e1904b5d0007aee24bdd3c43994be9b3b729f4f58e740200de1d623f8c3a8870
|
||||
SIZE (starlette-0.16.0.tar.gz) = 51329
|
||||
|
|
Loading…
Reference in a new issue