blob: 9ca7a56bded6b3e3cbd57130085184f9a1d19d53 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "A python library for handling exceptions"
2DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
3exceptions."
4HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git"
5LICENSE = "GPLv2+"
6
7inherit setuptools3
8
9S = "${WORKDIR}/git"
10
11SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \
12"
Brad Bishop8410d612019-11-25 09:40:59 -050013SRCREV = "760f78a634ecf0e2380abcbd751bc233d29300ef"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080014LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
15
16FILES_${PN} += "${datadir}/*"
17