You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.0 KiB
Tcl
34 lines
1.0 KiB
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-sse-starlette
|
|
version 3.4.5
|
|
revision 0
|
|
|
|
categories-append devel
|
|
platforms {darwin any}
|
|
supported_archs noarch
|
|
license BSD
|
|
maintainers {reneeotten @reneeotten} openmaintainer
|
|
|
|
description SSE plugin for Starlette
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/sysid/sse-starlette
|
|
|
|
distname sse_starlette-${version}
|
|
|
|
checksums rmd160 259f4f3849fd5225f6a94b7ba29e1fd92843327b \
|
|
sha256 83072538bc211a2f68b7b0422226c4af3e9b62e106e07034664b832ca019842a \
|
|
size 35249
|
|
|
|
python.versions 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-anyio \
|
|
port:py${python.version}-starlette
|
|
}
|