diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-05-05 12:21:55 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:09 -0500 |
commit | 6c4fa6121d5ce29ca2095fd4e071248f28df2e69 (patch) | |
tree | 8722c344cfe743143b4c5a7f40f00922b7d98747 /python/python-magic/slack-desc | |
parent | 2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 (diff) |
python/python-magic: Added (uses ctypes to access the libmagic)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-magic/slack-desc')
-rw-r--r-- | python/python-magic/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-magic/slack-desc b/python/python-magic/slack-desc new file mode 100644 index 000000000000..b493def9f052 --- /dev/null +++ b/python/python-magic/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-magic: python-magic (uses ctypes to access the libmagic) +python-magic: +python-magic: This module uses ctypes to access the libmagic file type +python-magic: identification library. It makes use of the local magic database and +python-magic: supports both textual and MIME-type output. +python-magic: +python-magic: Homepage: https://github.com/ahupp/python-magic +python-magic: +python-magic: +python-magic: +python-magic: |