blob: 372b3a006fd27c8d9a0d5f3cdd2c16438acddfba [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 Geisslerac970dd2021-02-12 15:32:45 -060014SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080015
Patrick Williams213cb262021-08-07 19:21:33 -050016FILES:${PN} += "${datadir}/*"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017