mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01:00
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:
parent
d0fa502a22
commit
38bec9147a
10
meta-python/recipes-devtools/python/python-humanize.inc
Normal file
10
meta-python/recipes-devtools/python/python-humanize.inc
Normal 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"
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi setuptools
|
||||
require python-humanize.inc
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
inherit pypi setuptools3
|
||||
require python-humanize.inc
|
||||
Loading…
Reference in New Issue
Block a user