Files
2026-05-24 22:12:32 -04:00

33 lines
1009 B
Tcl

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup python 1.0
name py-httpx-sse
version 0.4.3
revision 0
categories-append devel
platforms {darwin any}
supported_archs noarch
license MIT
maintainers {reneeotten @reneeotten} openmaintainer
description Consume Server-Sent Event (SSE) messages with HTTPX.
long_description {*}${description}
homepage https://github.com/florimondmanca/httpx-sse
distname httpx_sse-${version}
checksums rmd160 d813ca3d0b533249260fc107935edee78fc7b3a8 \
sha256 9b1ed0127459a66014aec3c56bebd93da3c1bc8bb6618c8082039a44889a755d \
size 15943
python.versions 313 314
if {${subport} ne ${name}} {
depends_build-append \
port:py${python.version}-setuptools_scm
}