python-webcolors, python3-webcolors: Add recipe for version 1.5

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Fabio Berton
2016-08-17 10:17:45 -03:00
committed by Martin Jansa
parent 06b06a35dc
commit 6713a6b698
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,8 @@
SUMMARY = "Simple Python module for working with HTML/CSS color definitions."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0c764ddee13cfbe0564c201d76ff19d6"
SRC_URI[md5sum] = "2e9da1bbb7a087c6108e05be64640afb"
SRC_URI[sha256sum] = "b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e"
BBCLASSEXTEND = "native nativesdk"
@@ -0,0 +1,2 @@
inherit pypi setuptools
require python-webcolors.inc
@@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-webcolors.inc