blob: 7fba21f7d8354ff2f85cb6145f0f83d056a61097 [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+"
Andrew Geisslerd688a012020-09-18 13:36:00 -05006LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08007
8inherit setuptools3
9
10S = "${WORKDIR}/git"
11
12SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \
13"
Andrew Geisslerd688a012020-09-18 13:36:00 -050014SRCREV = "50c09e5c4c76757099d686c316b4bf42f72db71b"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
16FILES_${PN} += "${datadir}/*"
17