diff options
| author | Derek Straka <derek@asterius.io> | 2024-01-26 21:15:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-27 09:48:34 -0800 |
| commit | db457ada250b8ddf38c260f74cac2460fedf2814 (patch) | |
| tree | 799a570523e6997a29a42810c202c6c0e1731d26 /meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb | |
| parent | 058d055bfe1afd745b4aa7d2d5cffebffa468605 (diff) | |
| download | meta-openembedded-db457ada250b8ddf38c260f74cac2460fedf2814.tar.gz | |
python3-cytoolz: update to version 0.12.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb b/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb new file mode 100644 index 0000000000..6c35ad5807 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cytoolz_0.12.3.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Cython implementation of the toolz package, which provides high \ | ||
| 2 | performance utility functions for iterables, functions, and dictionaries." | ||
| 3 | HOMEPAGE = "https://github.com/pytoolz/cytoolz" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d422ebce3e9c6447563bd410e9b22f2e" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "4503dc59f4ced53a54643272c61dc305d1dbbfbd7d6bdf296948de9f34c3a282" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "${PYTHON_PN}-cython-native" | ||
| 13 | RDEPENDS:${PN} += "${PYTHON_PN}-toolz" | ||
