mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/more-itertools/more-itertools/blob/v10.8.0/docs/versions.rst Renamed tarball according to scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
601 B
Makefile
15 lines
601 B
Makefile
################################################################################
|
|
#
|
|
# python-more-itertools
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_MORE_ITERTOOLS_VERSION = 10.8.0
|
|
PYTHON_MORE_ITERTOOLS_SOURCE = more_itertools-$(PYTHON_MORE_ITERTOOLS_VERSION).tar.gz
|
|
PYTHON_MORE_ITERTOOLS_SITE = https://files.pythonhosted.org/packages/ea/5d/38b681d3fce7a266dd9ab73c66959406d565b3e85f21d5e66e1181d93721
|
|
PYTHON_MORE_ITERTOOLS_SETUP_TYPE = flit
|
|
PYTHON_MORE_ITERTOOLS_LICENSE = MIT
|
|
PYTHON_MORE_ITERTOOLS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|