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/python3-cached-property_1.3.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-devtools/python/python3-cached-property_1.3.0.bb (limited to 'recipes-devtools/python/python3-cached-property_1.3.0.bb') diff --git a/recipes-devtools/python/python3-cached-property_1.3.0.bb b/recipes-devtools/python/python3-cached-property_1.3.0.bb new file mode 100644 index 00000000..f01aabd0 --- /dev/null +++ b/recipes-devtools/python/python3-cached-property_1.3.0.bb @@ -0,0 +1,9 @@ +SUMMARY = "A decorator for caching properties in classes." +HOMEPAGE = "https://github.com/pydanny/cached-property" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=db7ff60c4e14f58534201242803d8abc" + +inherit pypi setuptools3 + +SRC_URI[md5sum] = "4a6039f7418007275505e355359396a8" +SRC_URI[sha256sum] = "458e78b1c7286ece887d92c9bee829da85717994c5e3ddd253a40467f488bc81" -- cgit v1.2.3-54-g00ecf