Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "A python library for handling exceptions" |
| 2 | DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \ |
| 3 | exceptions." |
| 4 | HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git" |
| 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | |
| 8 | inherit setuptools3 |
| 9 | |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch" |
| 13 | SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" |
| 14 | |
| 15 | FILES:${PN} += "${datadir}/*" |
| 16 | |