You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1009 B
Tcl
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
|
|
}
|