# -*- 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 github 1.0 PortGroup python 1.0 name py-distro github.setup nir0s distro 1.4.0 v revision 0 python.versions 27 36 37 38 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} platforms darwin checksums rmd160 e7d057f1daae1ff8bed798b50c4732edf300d0d4 \ sha256 188850f79fab91386dc4cfd607724580a361c998831e1d7b3115a750e175a45a \ size 50519 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools }