You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
28 lines
1.0 KiB
Tcl
28 lines
1.0 KiB
Tcl
# -*- 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.12.1.2
|
|
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 6321d10565293476e9192040660f6750d1e897b7 \
|
|
sha256 5cd957824ac36f140260964eba3c6be6442a8359b8c48f4adf90210f33a04b7b \
|
|
size 451828
|
|
|
|
python.versions 310 311 312 313 314
|