Files
2026-06-23 00:52:25 +03:00

35 lines
1.3 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-boto3
version 1.43.34
revision 0
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers {emcrisostomo @emcrisostomo} \
{judaew @judaew} openmaintainer
description The AWS SDK for Python
long_description Boto3 is the Amazon Web Services (AWS) Software \
Development Kit (SDK) for Python, which allows Python \
developers to write software that makes use of services \
like Amazon S3 and Amazon EC2.
homepage https://github.com/boto/boto3
checksums rmd160 3767e1a2bc7fab780d349a567050561f8604273a \
sha256 444207c6c883d4df3ea3b2c36df43ad492b86e0b889eebd2fc1d5ea8db0a8a1a \
size 112656
python.versions 310 311 312 313 314
if {${name} ne ${subport}} {
depends_run-append port:py${python.version}-botocore \
port:py${python.version}-jmespath \
port:py${python.version}-s3transfer
}