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