Files
2025-11-06 10:09:16 -05:00

29 lines
950 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-awscli-plugin-endpoint
version 0.4
revision 0
supported_archs noarch
platforms {darwin any}
license Apache-2
maintainers {judaew @judaew} openmaintainer
description \
An awscli plugin to configure service endpoint from aws configure file
long_description {*}${description}
homepage https://github.com/wbingli/awscli-plugin-endpoint
checksums rmd160 a322d2a4faff6677d248443a76a7cb6b53ec64d5 \
sha256 9096f01f637f17e7b0c28788a64276acc40c0165f1655a6dc45fec39b96bafd0 \
size 3680
python.versions 310 311
if {${name} ne ${subport}} {
depends_run-append port:py${python.version}-awscli
}