DRAFT Add python3-nose-yanc_0.3.3.bb

This commit is contained in:
Herb Kuta 2019-04-25 12:08:59 -07:00
parent cb00dea588
commit e3055a1231
2 changed files with 21 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,5 @@
# Copyright (c) 2019 LG Electronics, Inc.
require python-nose-yanc.inc
inherit setuptools3