# -*- 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-pkginfo
version             1.7.0
platforms           darwin
license             MIT
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
supported_archs     noarch

description         Query metadatdata from sdists and bdists installed packages.
long_description \
    Provides an API for querying the distutils metadata written in the \
    PKG-INFO file inside a source distriubtion (an sdist) or a binary \
    distribution (e.g., created by running bdist_egg).

homepage            https://pypi.python.org/pypi/pkginfo

checksums           rmd160  9065991656247be33e4e01478bcbd222e6261646 \
                    sha256  029a70cb45c6171c329dfc890cde0879f8c52d6f3922794796e06f577bb03db4 \
                    size    37209

python.versions     27 36 37 38 39

if {${name} ne ${subport}} {
    depends_build-append    port:py${python.version}-setuptools
    livecheck.type          none
}
