# -*- 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                linode-metadata
python.rootname     linode_metadata
version             0.3.1
revision            0
categories-prepend  www devel
platforms           {darwin any}
license             BSD
maintainers         nomaintainer
description         Client to interact with the Linode Metadata service in Python
long_description    {*}${description}.
homepage            https://github.com/linode/py-metadata
checksums           rmd160  82f34efe30821ae63fcc27774a7e25a03e3c2e1b \
                    sha256  127396de8dd8ffac335fccf82485aacb4cd290fda2c9041f0f11c15e62adde64 \
                    size    17754
supported_archs     noarch

# Must be in sync with linode-cli
python.default_version  312

depends_build-append \
                    port:py${python.version}-wheel

depends_lib-append  port:py${python.version}-httpx
