1*4882a593SmuzhiyunSUMMARY = "A python library for handling exceptions"
2*4882a593SmuzhiyunDESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
3*4882a593Smuzhiyunexceptions."
4*4882a593SmuzhiyunHOMEPAGE = "https://github.com/rhinstaller/python-meh"
5*4882a593SmuzhiyunLICENSE = "GPL-2.0-or-later"
6*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7*4882a593Smuzhiyun
8*4882a593Smuzhiyuninherit setuptools3_legacy
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunS = "${WORKDIR}/git"
11*4882a593Smuzhiyun
12*4882a593SmuzhiyunSRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch \
13*4882a593Smuzhiyun           file://0001-setup.py-switch-from-distutils-to-setuptools.patch \
14*4882a593Smuzhiyun          "
15*4882a593SmuzhiyunSRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunFILES:${PN} += "${datadir}/python-meh"
18