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:
Nicola Vitale 2025-03-18 10:42:46 +01:00
parent 528376ec46
commit 2043988b10
No known key found for this signature in database
GPG key ID: A51E190C4C0808D0
4 changed files with 28 additions and 0 deletions

View file

@ -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
View 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>

View 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

View file

@ -0,0 +1 @@
Python module that consumes Server-Sent Event (SSE) messages with HTTPX.