You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
33 lines
1007 B
Tcl
33 lines
1007 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-httpcore
|
|
version 0.12.2
|
|
platforms darwin
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description A minimal low level HTTP client.
|
|
long_description {*}${description}
|
|
|
|
homepage https://github.com/encode/httpcore
|
|
|
|
checksums rmd160 108fe8d58175a52fc9767e8b7034dff33db79389 \
|
|
sha256 dd1d762d4f7c2702149d06be2597c35fb154c5eff9789a8c5823fbcf4d2978d6 \
|
|
size 42392
|
|
|
|
python.versions 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-h11 \
|
|
port:py${python.version}-sniffio
|
|
|
|
livecheck.type none
|
|
}
|