meta-python: Add python-daemon recipe and its dependencies

Add recipes for python-daemon PIP package with its dependencies -
lockfile and docutils.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Krzysztof Kozlowski
2017-07-09 17:47:22 +02:00
committed by Martin Jansa
parent 5623b70c79
commit 5dcaa1231b
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
SUMMARY = "Text processing system for documentation"
HOMEPAGE = "http://docutils.sourceforge.net"
SECTION = "devel/python"
LICENSE = "PSF & BSD-2-Clause & GPLv3"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6"
DEPENDS = "python"
SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz"
SRC_URI[md5sum] = "2f4bee6451958252f7bec71f18b05be3"
SRC_URI[sha256sum] = "3caee0bcb2a49fdf24fcfa70849a60abb7a181aa68b030f7cb7494096181830c"
S = "${WORKDIR}/docutils-${PV}"
inherit distutils
BBCLASSEXTEND = "native"