mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-03 22:50:33 +00:00
Upgrade to release 0.49: - Fix make archive command after pot file removal - Add Readme with description and translation badge - Add pot file to the git ignore - Pause release when making bumpver to check and solve translations - Remove unused PREFIX from Makefile - Remove Zanata - Push translations to our translation repository - Download translations from Weblate - Remove pot file Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
533 B
BlitzBasic
18 lines
533 B
BlitzBasic
SUMMARY = "A python library for handling exceptions"
|
|
DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
|
|
exceptions."
|
|
HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
inherit setuptools3
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=master \
|
|
"
|
|
SRCREV = "50c09e5c4c76757099d686c316b4bf42f72db71b"
|
|
|
|
FILES_${PN} += "${datadir}/*"
|
|
|