summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-devtools/python/python-dill.inc
blob: 1664cd2088301bebb8177ec29833bdb1fe9b9c60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Serialize all of python"
HOMEPAGE = "http://www.cacr.caltech.edu/~mmckerns/dill.htm"
AUTHOR = "Mike McKerns"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ca6e0344ddc8af7ac5897ed5f5cc0cc2"

PR = "r0"

SRC_URI = "git://github.com/uqfoundation/dill.git"
SRCREV = "afaeb815ecae56e9de6fe19f376deecdc272e32f"

S = "${WORKDIR}/git"