# -*- 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-distro
version             1.9.0
revision            0
license             Apache-2
maintainers         {mps @Schamschula} openmaintainer
description         distro provides information about the OS distribution it runs on, \
                    such as a reliable machine-readable ID, or version information.
long_description    {*}${description}
supported_archs     noarch
platforms           {darwin any}
homepage            https://github.com/nir0s/distro

python.versions     37 38 39 310 311 312

checksums           rmd160  f9fd4ad0fd1850a87069fe760b4e6068179f22dd \
                    sha256  2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed \
                    size    60722

if {${name} ne ${subport}} {
    python.pep517   yes
}
