aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-magic_5.22.bb
blob: 5e0a4a23e35c567717babe63acc1605176907229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"