mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
0c335a0ab3
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
19 lines
1 KiB
Text
19 lines
1 KiB
Text
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
pkginfo: pkginfo (API for querying the distutils metadata)
|
|
pkginfo:
|
|
pkginfo: This package provides an API for querying the distutils metadata
|
|
pkginfo: written in the PKG-INFO file inside a source distriubtion (an sdist)
|
|
pkginfo: or a binary distribution (e.g., created by running bdist_egg). It
|
|
pkginfo: can also query the EGG-INFO directory of an installed distribution,
|
|
pkginfo: and the *.egg-info stored in a "development checkout" (e.g, created
|
|
pkginfo: by running setup.py develop).
|
|
pkginfo:
|
|
pkginfo: Homepage: https://pythonhosted.org/pkginfo/
|
|
pkginfo:
|