aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-magic_5.22.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-magic_5.22.bb')
-rw-r--r--recipes-devtools/python/python-magic_5.22.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-magic_5.22.bb b/recipes-devtools/python/python-magic_5.22.bb
new file mode 100644
index 0000000..5e0a4a2
--- /dev/null
+++ b/recipes-devtools/python/python-magic_5.22.bb
@@ -0,0 +1,21 @@
+SUMMARY = "File classification tool: python-magic"
+DESCRIPTION = "File attempts to classify files depending \
+on their contents and prints a description if a match is found."
+HOMEPAGE = "http://www.darwinsys.com/file/"
+SECTION = "console/utils"
+
+# two clause BSD
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://setup.py;md5=1cf0577ca152455b257b815fcc8517de"
+
+SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
+ "
+
+SRC_URI[md5sum] = "8fb13e5259fe447e02c4a37bc7225add"
+SRC_URI[sha256sum] = "c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b"
+
+S="${WORKDIR}/file-${PV}/python"
+
+inherit setuptools python-dir
+
+BBCLASSEXTEND = "native"