87a9e75b79
- python 2 support has been dropped since
2a8831489b
- Update indentation in hash file (two spaces)
https://github.com/matplotlib/cycler/releases/tag/v0.11.0
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
544 B
Makefile
15 lines
544 B
Makefile
################################################################################
|
|
#
|
|
# python-cycler
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CYCLER_VERSION = 0.11.0
|
|
PYTHON_CYCLER_SOURCE = cycler-$(PYTHON_CYCLER_VERSION).tar.gz
|
|
PYTHON_CYCLER_SITE = https://files.pythonhosted.org/packages/34/45/a7caaacbfc2fa60bee42effc4bcc7d7c6dbe9c349500e04f65a861c15eb9
|
|
PYTHON_CYCLER_LICENSE = BSD-3-Clause
|
|
PYTHON_CYCLER_LICENSE_FILES = LICENSE
|
|
PYTHON_CYCLER_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|