summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-01-06 17:52:22 +0800
committerKhem Raj <raj.khem@gmail.com>2022-01-06 12:34:12 -0800
commitb8046c597538605eae132897a6795641cd170310 (patch)
tree19d7e166fc5d22141835082350382b007193ecff /meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
parentccab46e8bf06538fb672a183b8be3206b5d8b8f9 (diff)
downloadmeta-openembedded-b8046c597538605eae132897a6795641cd170310.tar.gz
python3-meh: upgrade 0.50 -> 0.50.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb')
-rw-r--r--meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
new file mode 100644
index 0000000000..bf0df021a4
--- /dev/null
+++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb
@@ -0,0 +1,16 @@
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+"
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