From e3055a1231c6ebda1a34c70cc7c5e929f0e18148 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 25 Apr 2019 12:08:59 -0700 Subject: [PATCH] DRAFT Add python3-nose-yanc_0.3.3.bb --- recipes-devtools/python/python-nose-yanc.inc | 16 ++++++++++++++++ .../python/python3-nose-yanc_0.3.3.bb | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 recipes-devtools/python/python-nose-yanc.inc create mode 100644 recipes-devtools/python/python3-nose-yanc_0.3.3.bb diff --git a/recipes-devtools/python/python-nose-yanc.inc b/recipes-devtools/python/python-nose-yanc.inc new file mode 100644 index 0000000..efc5b68 --- /dev/null +++ b/recipes-devtools/python/python-nose-yanc.inc @@ -0,0 +1,16 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +DESCRIPTION = "YANC is color output plugin for nose that plays nicely with others" +HOMEPAGE = "https://github.com/0compute/yanc" +SECTION = "devel/python" +LICENSE = "GPL-3.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" + +SRC_URI[md5sum] = "e1c6630d9c7e1210975c8d23ca50700f" +SRC_URI[sha256sum] = "1cdd6e61942b44acf38cad3650a776853609e90d3318501c0544c39be65c657c" + +PYPI_PACKAGE = "yanc" + +inherit pypi + +BBCLASSEXTEND = "native" diff --git a/recipes-devtools/python/python3-nose-yanc_0.3.3.bb b/recipes-devtools/python/python3-nose-yanc_0.3.3.bb new file mode 100644 index 0000000..eaacf06 --- /dev/null +++ b/recipes-devtools/python/python3-nose-yanc_0.3.3.bb @@ -0,0 +1,5 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +require python-nose-yanc.inc + +inherit setuptools3