diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-19 08:10:56 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:43 -0700 |
| commit | cbd3db00e9564d47a26ef682d215e829df953f0e (patch) | |
| tree | 28431fada4ecf54614161d1faec7b1da965af8c5 /meta-python/recipes-extended/python-meh/python3-meh_0.46.bb | |
| parent | 0cd888e7e6e1825cd8b79a7f8ae0e69e9bd8443a (diff) | |
| download | meta-openembedded-cbd3db00e9564d47a26ef682d215e829df953f0e.tar.gz | |
python3-meh: update to version 0.46
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-meh/python3-meh_0.46.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-meh/python3-meh_0.46.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.46.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.46.bb new file mode 100644 index 0000000000..40e2cbd4a7 --- /dev/null +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.46.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | |||
| 7 | inherit setuptools3 | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \ | ||
| 12 | " | ||
| 13 | SRCREV = "bb1156728a4f76e5e3638ab20b9454a1568a99db" | ||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/*" | ||
| 17 | |||
