aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-more-itertools_5.0.0.bb
blob: 40f0cfb8453993d4f454dbd892ca44aa9771380e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"

PNBLACKLIST[python-more-itertools] ?= "${@bb.utils.contains('I_SWEAR_TO_MIGRATE_TO_PYTHON3', 'yes', '', 'python2 is out of support for long time, read https://www.python.org/doc/sunset-python-2/ https://python3statement.org/ and if you really have to temporarily use this, then set I_SWEAR_TO_MIGRATE_TO_PYTHON3 to "yes"', d)}"