mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/py-httpx-sse: Add new port
Python module that consumes Server-Sent Event (SSE) messages with HTTPX. https://pypi.python.org/pypi/httpx-sse
This commit is contained in:
parent
528376ec46
commit
2043988b10
4 changed files with 28 additions and 0 deletions
|
@ -1790,6 +1790,7 @@
|
|||
SUBDIR += py-httptools
|
||||
SUBDIR += py-httpx
|
||||
SUBDIR += py-httpx-oauth
|
||||
SUBDIR += py-httpx-sse
|
||||
SUBDIR += py-httpx-socks
|
||||
SUBDIR += py-httpx-ws
|
||||
SUBDIR += py-httpx_gssapi
|
||||
|
|
23
www/py-httpx-sse/Makefile
Normal file
23
www/py-httpx-sse/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
PORTNAME= httpx-sse
|
||||
DISTVERSION= 0.4.0
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Consume Server-Sent Event (SSE) messages with HTTPX
|
||||
WWW= https://pypi.python.org/pypi/httpx-sse
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0.4:devel/py-setuptools-scm \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0_1:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0.45.1:devel/py-wheel
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-httpx-sse/distinfo
Normal file
3
www/py-httpx-sse/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1741774707
|
||||
SHA256 (httpx-sse-0.4.0.tar.gz) = 1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721
|
||||
SIZE (httpx-sse-0.4.0.tar.gz) = 12624
|
1
www/py-httpx-sse/pkg-descr
Normal file
1
www/py-httpx-sse/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Python module that consumes Server-Sent Event (SSE) messages with HTTPX.
|
Loading…
Add table
Reference in a new issue