blob: bf0df021a4042643c809344dfa5427cab2c4a9ee [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "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+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8inherit setuptools3
9
10S = "${WORKDIR}/git"
11
12SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch"
13SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed"
14
15FILES:${PN} += "${datadir}/*"
16