summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-meh/python3-meh_0.46.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-19 08:10:56 -0400
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:48:43 -0700
commitcbd3db00e9564d47a26ef682d215e829df953f0e (patch)
tree28431fada4ecf54614161d1faec7b1da965af8c5 /meta-python/recipes-extended/python-meh/python3-meh_0.46.bb
parent0cd888e7e6e1825cd8b79a7f8ae0e69e9bd8443a (diff)
downloadmeta-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.bb17
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 @@
1SUMMARY = "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+"
6
7inherit setuptools3
8
9S = "${WORKDIR}/git"
10
11SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \
12"
13SRCREV = "bb1156728a4f76e5e3638ab20b9454a1568a99db"
14LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
15
16FILES_${PN} += "${datadir}/*"
17