diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-15 15:09:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-12-21 17:15:20 -0500 |
| commit | d0e08e479e83f7beb6e3172b7e1f0d0750cc72e4 (patch) | |
| tree | bf9cc98e7c1090bccf7b37153eacbb6dbc944d93 /meta-openstack/recipes-devtools/python/python-functools32_git.bb | |
| parent | 70b92c05c55029bdcc4334e099018a657c3d271f (diff) | |
| download | meta-cloud-services-d0e08e479e83f7beb6e3172b7e1f0d0750cc72e4.tar.gz | |
python-functools32: Remove recipe
This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-functools32_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-functools32_git.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-functools32_git.bb b/meta-openstack/recipes-devtools/python/python-functools32_git.bb deleted file mode 100644 index 9744b52..0000000 --- a/meta-openstack/recipes-devtools/python/python-functools32_git.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | SUMMARY = "Python higher-order functions and operations on callable objects" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/functools32" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "PSFv2" | ||
| 5 | |||
| 6 | PV = "3.2.3-2" | ||
| 7 | SRCREV = "ad90fa86e2f4f494a3aedb0571274f3bbc6d7ab5" | ||
| 8 | |||
| 9 | SRCNAME = "functools32" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10" | ||
| 12 | SRC_URI = "git://github.com/MiCHiLU/python-${SRCNAME}.git" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit distutils3 | ||
| 17 | |||
| 18 | DISTUTILS_INSTALL_ARGS = "--root=${D} \ | ||
| 19 | --prefix=${prefix} \ | ||
| 20 | --install-lib=${PYTHON_SITEPACKAGES_DIR} \ | ||
| 21 | --install-data=${datadir}" | ||
| 22 | |||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += "python-testtools \ | ||
| 28 | python-pbr \ | ||
| 29 | " | ||
| 30 | |||
