From d16d4acc6059d05d94a4e319b801ce0272f17dd9 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Fri, 15 Sep 2017 13:13:00 +0200 Subject: python3-docker-compose: add version 1.16.1 + dependencies This requires some packages as well as the pypi.bbclass from meta-python. It uses Python 3 as I don't think it makes sense to use Python 2 anymore. Signed-off-by: Pascal Bach Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-docopt.inc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-devtools/python/python-docopt.inc (limited to 'recipes-devtools/python/python-docopt.inc') diff --git a/recipes-devtools/python/python-docopt.inc b/recipes-devtools/python/python-docopt.inc new file mode 100644 index 00000000..4f464c13 --- /dev/null +++ b/recipes-devtools/python/python-docopt.inc @@ -0,0 +1,9 @@ +SUMMARY = "Pythonic argument parser, that will make you smile" +HOMEPAGE = "http://docopt.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=09b77fb74986791a3d4a0e746a37d88f" + +inherit pypi + +SRC_URI[md5sum] = "4bc74561b37fad5d3e7d037f82a4c3b1" +SRC_URI[sha256sum] = "49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491" -- cgit v1.2.3-54-g00ecf