[oe-commits] [meta-openembedded] 24/30: python-backports-functools-lru-cache: add new recipe

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 11:08:25 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit d356e03ced0873a0fe1a7a69cb05ee803e363888
Author: Daniela Plascencia <daniela.plascencia at linux.intel.com>
AuthorDate: Thu Dec 1 13:24:46 2016 +0000

    python-backports-functools-lru-cache: add new recipe
    
    The recipe defines the backports.functools_lru_cache package.
    This package backports LRU cache from Python 3.3, supporting
    the full Py3.3 API.
    
    Signed-off-by: Daniela Plascencia <daniela.plascencia at linux.intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../python/python-backports-functools-lru-cache_1.3.bb     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb
new file mode 100644
index 0000000..211cfde
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Backport of functools.lru_cache from Python 3.3"
+HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://setup.py;beginline=42;endline=42;md5=98fc3658e5970d26f6b2109808c766be"
+
+PYPI_PACKAGE = "backports.functools_lru_cache"
+
+SRC_URI[md5sum] = "b26a223250bd24ea2e0ad6ce47b19084"
+SRC_URI[sha256sum] = "444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95"
+
+DEPENDS = "python-setuptools-scm-native"
+
+inherit setuptools pypi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list