diff options
author | Daniela Plascencia <daniela.plascencia@linux.intel.com> | 2016-12-01 13:24:46 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:17 +0100 |
commit | d356e03ced0873a0fe1a7a69cb05ee803e363888 (patch) | |
tree | 36f0988c763964a6b3e3dd082ff2a0798a9247da /meta-python/recipes-devtools | |
parent | 13611ae96c9b2fab928eb794415f5bec6331abb2 (diff) | |
download | meta-openembedded-d356e03ced0873a0fe1a7a69cb05ee803e363888.tar.gz |
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@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 000000000..211cfdef4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-backports-functools-lru-cache_1.3.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Backport of functools.lru_cache from Python 3.3" | ||
2 | HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=42;endline=42;md5=98fc3658e5970d26f6b2109808c766be" | ||
6 | |||
7 | PYPI_PACKAGE = "backports.functools_lru_cache" | ||
8 | |||
9 | SRC_URI[md5sum] = "b26a223250bd24ea2e0ad6ce47b19084" | ||
10 | SRC_URI[sha256sum] = "444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95" | ||
11 | |||
12 | DEPENDS = "python-setuptools-scm-native" | ||
13 | |||
14 | inherit setuptools pypi | ||