aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-binaryornot_0.4.4.bb
blob: 6aec8803185e85cee745a23e27b70f23b4948aee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "Ultra-lightweight pure Python package to check if a file is binary or text"
HOMEPAGE = "https://github.com/audreyr/binaryornot"

LICENSE = "BSD-3-Clause"
# Doesn't provide a LICENSE in the pypi package
LIC_FILES_CHKSUM = "file://LICENSE;md5=883bfd76e31e48fac50f9ab457d0a131"

DEPENDS += "python3-chardet-native"

PYPI_PACKAGE = "binaryornot"

SRC_URI[sha256sum] = "359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061"

inherit pypi
inherit setuptools3

BBCLASSEXTEND = "native"