summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-27 15:24:14 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-27 09:48:35 -0800
commit49f764e617aaa2dc872173c57b0704ba76669c02 (patch)
tree62d6cf88585021788b7de7ec83d0132daaab21cc /meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb
parent49f53ac04134ce313a5dccb1af8cf0c600f1a7d8 (diff)
downloadmeta-openembedded-49f764e617aaa2dc872173c57b0704ba76669c02.tar.gz
python3-toolz: upgrade 0.12.0 -> 0.12.1
Changelog: * Add support for Python 3.12 and PyPy 3.10 * Drop support for Python 3.5 and 3.6 * Fix typos (#565, #568) * Use codecov for coverage instead of coveralls Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb b/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb
deleted file mode 100644
index 4025fa3e0e..0000000000
--- a/meta-python/recipes-devtools/python/python3-toolz_0.12.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "A set of utility functions for iterators, functions, and dictionaries."
2HOMEPAGE = "https://github.com/pytoolz/toolz"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ca09cab178326d18433aae982d1edf5d"
6
7SRC_URI[sha256sum] = "88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += " \
12 python3-json \
13 python3-math \
14"