summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-more-itertools.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-more-itertools: Consolidate in a single fileLeon Anavi2020-06-111-21/+0
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-more-itertools: Enable ptestZang Ruochen2020-04-201-0/+15
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools: Add native and nativesdk to BBCLASSEXTENDFabio Berton2019-11-131-0/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools: downgrade 7.2.0 -> 5.0.0Hongxu Jia2019-11-061-3/+0
| | | | | | | | | | Python 2.7 is no longer supported. The 5.0.0 release will be the last version targeting Python 2.7. [1] [1] https://github.com/erikrose/more-itertools/commit/560b045b430e8292c18cf5283de4fdc3e13e56f7 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools.inc: fix python2 package not incorrectly generatedHongxu Jia2019-11-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package of python2 is incorrected generated to python3 ... tmp-glibc/work/core2-64-wrs-linux/python-more-itertools/7.2.0-r0$ find image/ image/ image/usr image/usr/lib64 image/usr/lib64/python3.7 image/usr/lib64/python3.7/site-packages image/usr/lib64/python3.7/site-packages/more_itertools image/usr/lib64/python3.7/site-packages/more_itertools/__init__.py image/usr/lib64/python3.7/site-packages/more_itertools/more.py image/usr/lib64/python3.7/site-packages/more_itertools/recipes.py image/usr/lib64/python3.7/site-packages/more_itertools/tests image/usr/lib64/python3.7/site-packages/more_itertools/tests/__init__.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/test_more.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/test_recipes.py image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__ image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/__init__.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/test_more.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/tests/__pycache__/test_recipes.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__ image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/__init__.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/more.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools/__pycache__/recipes.cpython-37.pyc image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/PKG-INFO image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/SOURCES.txt image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/dependency_links.txt image/usr/lib64/python3.7/site-packages/more_itertools-7.2.0-py3.7.egg-info/top_level.txt ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-more-itertools: new recipeYuan Chao2019-09-191-0/+9
Add new recipe python-more-itertools as it is RDEPEND of python-zipp and python-pytest. Signed-off-by: Yuan Chao <yuanc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>