aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-fingerprints_1.0.3.bb
blob: bb9d30ec6bea39a0ef3a09eb1e93272140eda0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "library that helps with the generation of fingerprints for entity data"
HOMEPAGE = "http://github.com/alephdata/fingerprints"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0787dc3f3a14eb8a7efcfd20cf123c6c"

DEPENDS += "python3-normality-native"

PYPI_PACKAGE = "fingerprints"

SRC_URI[sha256sum] = "cafd5f92b5b91e4ce34af2b954da9c05b448a4778947785abb19a14f363352d0"

inherit pypi
inherit setuptools3
BBCLASSEXTEND = "native"