python-humanize, python3-humanize: Add recipe for version 0.5.1

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Fabio Berton 2016-11-10 13:37:56 -02:00 committed by Martin Jansa
parent d0fa502a22
commit 38bec9147a
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
SUMMARY = "Python humanize utilities"
HOMEPAGE = "http://github.com/jmoiron/humanize"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE;md5=d2eff82fc25dd07c919a02465884f02e"
SRC_URI[md5sum] = "e8473d9dc1b220911cac2edd53b1d973"
SRC_URI[sha256sum] = "a43f57115831ac7c70de098e6ac46ac13be00d69abbf60bdcac251344785bb19"
BBCLASSEXTEND = "native nativesdk"

View File

@ -0,0 +1,2 @@
inherit pypi setuptools
require python-humanize.inc

View File

@ -0,0 +1,2 @@
inherit pypi setuptools3
require python-humanize.inc