You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
f0b9199cc4
License hash changed due to date update: https://github.com/micktwomey/pyiso8601/commit/406db6f23ffbf6815a320c30be070b89d28e2974 Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
543 B
Makefile
15 lines
543 B
Makefile
################################################################################
|
|
#
|
|
# python-iso8601
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_ISO8601_VERSION = 1.1.0
|
|
PYTHON_ISO8601_SOURCE = iso8601-$(PYTHON_ISO8601_VERSION).tar.gz
|
|
PYTHON_ISO8601_SITE = https://files.pythonhosted.org/packages/31/8c/1c342fdd2f4af0857684d16af766201393ef53318c15fa785fcb6c3b7c32
|
|
PYTHON_ISO8601_SETUP_TYPE = setuptools
|
|
PYTHON_ISO8601_LICENSE = MIT
|
|
PYTHON_ISO8601_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|