summaryrefslogtreecommitdiffstats
path: root/python/pkginfo/slack-desc
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2016-10-20 22:36:33 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-20 22:36:33 +0700
commit97fbcea124cd3ef9a25d60df20ab7ba688fd9154 (patch)
tree25bca864d3d34218db273b16888da6ca16f20bb9 /python/pkginfo/slack-desc
parent59974fafc651d3d2fafd984bfc4d85e1bd2e79cc (diff)
downloadslackbuilds-97fbcea124cd3ef9a25d60df20ab7ba688fd9154.tar.gz
slackbuilds-97fbcea124cd3ef9a25d60df20ab7ba688fd9154.tar.xz
python/pkginfo: Added (API for querying the distutils metadata).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/pkginfo/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/pkginfo/slack-desc b/python/pkginfo/slack-desc
new file mode 100644
index 0000000000..2b617377d7
--- /dev/null
+++ b/python/pkginfo/slack-desc
@@ -0,0 +1,19 @@
+# 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: http://pythonhosted.org/pkginfo/
+pkginfo: