package/python-daphne: new package
authorAdam Duskett <Aduskett@gmail.com>
Sun, 4 Aug 2019 01:16:27 +0000 (21:16 -0400)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Sep 2019 19:30:14 +0000 (21:30 +0200)
commit2319da688e6cb0fc186e76155d3686e4e54c9cff
treed168de2469ab24dfbb32f43e834771c5387b4cc5
parent0864b16dccda6289a5e35633b888c284f35e2137
package/python-daphne: new package

Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP,
developed to power Django Channels.

It supports automatic negotiation of protocols; there's no need for URL
prefixing to determine WebSocket endpoints versus HTTP endpoints.

In addition, add the patch: remove pytest-runner-requirement.
Setup and runtime work without without pytest-runner as such, it is not actually
a requirement for building.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[Thomas:
 - alphabetic ordering of select in Config.in
 - make the license more precise, as suggested by Yegor]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/python-daphne/0001-remove-pytest-runner-requirement.patch [new file with mode: 0644]
package/python-daphne/Config.in [new file with mode: 0644]
package/python-daphne/python-daphne.hash [new file with mode: 0644]
package/python-daphne/python-daphne.mk [new file with mode: 0644]