summaryrefslogtreecommitdiffstats
path: root/python-pypi/python-magic/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'python-pypi/python-magic/DETAILS')
-rwxr-xr-xpython-pypi/python-magic/DETAILS16
1 files changed, 16 insertions, 0 deletions
diff --git a/python-pypi/python-magic/DETAILS b/python-pypi/python-magic/DETAILS
new file mode 100755
index 0000000000..484d2af91f
--- /dev/null
+++ b/python-pypi/python-magic/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=python-magic
+ VERSION=0.4.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:66c3a7a3120ea360422fe422c373a403a21be674f8df213a80ce83b02051cc1f0d0a2aaa7b4d512194e6914d801062036bdfa5155ead350dde154725808944f6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://pypi.python.org/pypi/python-magic/"
+ LICENSE[0]="PSF"
+ ENTERED=20140909
+ KEYWORDS=""
+ SHORT="File type identification using libmagic"
+cat << EOF
+This module uses ctypes to access the libmagic file type identification
+library. It makes use of the local magic database and supports both textual
+and MIME-type output.
+EOF