mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.3 KiB
Tcl
39 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
|
|
PortGroup github 1.0
|
|
|
|
name py-aws-sam-translator
|
|
github.setup awslabs serverless-application-model 1.110.0 v
|
|
github.tarball_from archive
|
|
revision 0
|
|
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
maintainers {judaew @judaew} openmaintainer
|
|
|
|
description AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates
|
|
long_description {*}${description}
|
|
|
|
checksums sha256 97a81bbad6816d293939bd3b0fe27875f8e9363314f937be2c210741dcbdeaec \
|
|
rmd160 873d1a45de4f377c7bffc60f25834764cdd4c8cd \
|
|
size 8137346
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:py${python.version}-boto3 \
|
|
port:py${python.version}-jsonschema \
|
|
port:py${python.version}-pydantic
|
|
|
|
depends_test-append \
|
|
port:py${python.version}-mock \
|
|
port:py${python.version}-parameterized \
|
|
port:py${python.version}-yaml
|
|
|
|
test.run yes
|
|
}
|