You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
48 lines
1.7 KiB
Tcl
48 lines
1.7 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-botocore
|
|
version 1.20.49
|
|
revision 0
|
|
|
|
platforms darwin
|
|
supported_archs noarch
|
|
license Apache-2
|
|
maintainers {outlook.de:judaew @judaew} openmaintainer
|
|
|
|
description Low level data driven core of boto 3.
|
|
long_description A low-level interface to a growing number of Amazon Web \
|
|
Services. The botocore package is the foundation for the \
|
|
AWS CLI as well as boto3.
|
|
|
|
homepage https://github.com/boto/botocore
|
|
|
|
checksums rmd160 4a037a0b456b3d0eaec0880ed3a9e0adc52974c6 \
|
|
sha256 f7f103fa0651c69dd360c7d0ecd874854303de5cc0869e0cbc2818a52baacc69 \
|
|
size 7630973
|
|
|
|
python.versions 27 35 36 37 38 39
|
|
|
|
if {${name} ne ${subport}} {
|
|
if {${python.version} == 35 } {
|
|
version 1.19.63
|
|
revision 0
|
|
distname ${python.rootname}-${version}
|
|
checksums rmd160 6d806f84076204176d87ff3b96fb91c5fea04ce9 \
|
|
sha256 d3694f6ef918def8082513e5ef309cd6cd83b612e9984e3a66e8adc98c650a92 \
|
|
size 7437996
|
|
}
|
|
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-dateutil \
|
|
port:py${python.version}-jmespath \
|
|
port:py${python.version}-urllib3
|
|
|
|
livecheck.type none
|
|
}
|