net/py-h11: Update version 0.10.0=>0.11.0
- Add TEST framework Relnotes: https://github.com/python-hyper/h11/tags
This commit is contained in:
parent
e59c7bfe84
commit
695bb418f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=553287
2 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= h11
|
||||
PORTVERSION= 0.10.0
|
||||
PORTVERSION= 0.11.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,9 +12,14 @@ COMMENT= Pure-Python, bring-your-own-I/O implementation of HTTP/1.1
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/tox -e ${PY_FLAVOR} --parallel 0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1599349673
|
||||
SHA256 (h11-0.10.0.tar.gz) = 311dc5478c2568cc07262e0381cdfc5b9c6ba19775905736c87e81ae6662b9fd
|
||||
SIZE (h11-0.10.0.tar.gz) = 96120
|
||||
TIMESTAMP = 1603623396
|
||||
SHA256 (h11-0.11.0.tar.gz) = 3c6c61d69c6f13d41f1b80ab0322f1872702a3ba26e12aa864c928f6a43fbaab
|
||||
SIZE (h11-0.11.0.tar.gz) = 97509
|
||||
|
|
Loading…
Reference in a new issue