Files
2026-05-02 21:21:59 -04:00

44 lines
1.4 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
PortGroup openssl 1.0
name py-awscrt
# This is only used by awscli2. Bump when Amazon bumps
# their pinned version in awscli2's setup.cfg.
version 0.32.2
revision 0
categories-append devel
maintainers {gmail.com:davidgilman1 @dgilman} openmaintainer
license Apache-2
description A common runtime for AWS Python projects
long_description {*}${description}
homepage https://aws.amazon.com/cli/
checksums rmd160 74fd0d3a9f534230681854c57d561786d61c1cd4 \
sha256 a4f48805e8a66237923f03b7b692d213994cff42d1ff08125d1d60c74fcaf872 \
size 36862073
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
if {${os.platform} eq "darwin" && ${os.major} <= 18} {
known_fail yes
pre-fetch {
ui_error "${name} @${version} requires macOS 10.15 or later."
return -code error "incompatible macOS version"
}
}
depends_build-append \
path:bin/cmake:cmake
depends_lib-append port:py${python.version}-setuptools
build.env-append AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1
}