aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-more-itertools_5.0.0.bb
blob: e381e75cb26acb5cc2b42e866084c4861619e671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUMMARY = "More routines for operating on iterables, beyond itertools"
DESCRIPTION = "Python’s itertools library is a gem - you can compose elegant \
solutions for a variety of problems with the functions it provides. In \
more-itertools we collect additional building blocks, recipes, and routines \
for working with Python iterables."
HOMEPAGE = "https://github.com/erikrose/more-itertools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"

SRC_URI[md5sum] = "f2ea58aa336ce6c13b7b225b3bbe305d"
SRC_URI[sha256sum] = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"

inherit pypi setuptools

PE = "1"

BBCLASSEXTEND = "native nativesdk"