blob: 40e2cbd4a771ad3e5eb341ae46b11e0dd1798798 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001SUMMARY = "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"
13SRCREV = "bb1156728a4f76e5e3638ab20b9454a1568a99db"
14LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
15
16FILES_${PN} += "${datadir}/*"
17