mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
www/py-wsaccel: Update version 0.6.2=>0.6.3
- Add LICENSE_FILE - Add test Relnotes: https://github.com/methane/wsaccel/releases/tag/v0.6.3
This commit is contained in:
parent
de32d7c749
commit
a32b1d3b00
@ -1,7 +1,7 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
|
||||
PORTNAME= wsaccel
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -10,12 +10,18 @@ MAINTAINER= bofh@FreeBSD.org
|
||||
COMMENT= WebSocket Accelerator for ws4py and AutobahnPython
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/utf8validator*.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/xormask*.so
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (wsaccel-0.6.2.tar.gz) = 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c
|
||||
SIZE (wsaccel-0.6.2.tar.gz) = 35773
|
||||
TIMESTAMP = 1646761146
|
||||
SHA256 (wsaccel-0.6.3.tar.gz) = fdb27866bb6b6e7a29e45222778ff97938782a0ce92eff07dfb20af8fb9301c4
|
||||
SIZE (wsaccel-0.6.3.tar.gz) = 215995
|
||||
|
Loading…
Reference in New Issue
Block a user