summaryrefslogtreecommitdiffstats
path: root/python/python-gssapi/slack-desc
diff options
context:
space:
mode:
author Thibaut Notteboom <thibaut.notteboom@gmail.com>2023-04-27 23:08:33 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:38 +0700
commit72e5a874349af5e2a7f8829820a353c808cd9252 (patch)
tree3e137d2cb10522c152310b23a49d4642b3fbeff1 /python/python-gssapi/slack-desc
parent896ce0639a476158141a5f1f7d72a62e54432259 (diff)
downloadslackbuilds-72e5a874349af5e2a7f8829820a353c808cd9252.tar.gz
slackbuilds-72e5a874349af5e2a7f8829820a353c808cd9252.tar.xz
python/python-gssapi: Added (Python Bindings for GSSAPI)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python-gssapi/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-gssapi/slack-desc b/python/python-gssapi/slack-desc
new file mode 100644
index 0000000000..db0dcf0e05
--- /dev/null
+++ b/python/python-gssapi/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------------------------------------------------------|
+python-gssapi: python-gssapi (Python Bindings for GSSAPI)
+python-gssapi:
+python-gssapi: Python-GSSAPI is a Python binding to the Generic Security Service
+python-gssapi: Application Program Interface (GSSAPI). The GSSAPI provides a uniform
+python-gssapi: interface to security services which applications can use without
+python-gssapi: having to worry about implementation details of the underlying
+python-gssapi: mechanisms. The most commonly used mechanism is Kerberos v5, and this
+python-gssapi: package provides an easy way to use Kerberos authentication and
+python-gssapi: security from Python code.
+python-gssapi:
+python-gssapi: