# -*- 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.9.5 revision 0 license MIT maintainers {gmail.com:jjstickel @jjstickel} openmaintainer supported_archs noarch platforms {darwin any} 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 6815a283d2787dfc4eb3fe02af5b121f77b24129 \ sha256 14ac884f19ef50abfce74b2793394903b3e2901e759908237ba5e18ca9d7524b \ size 379301 python.versions 37 38 39 310 311 if {${name} ne ${subport}} { depends_build-append port:py${python.version}-setuptools if {${python.version} < 38} { depends_run-append port:py${python.version}-importlib-metadata } }