mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
Changelog: https://github.com/kellyjonbrazil/jc/releases/tag/v1.25.3 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-jc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JC_VERSION = 1.25.3
|
|
PYTHON_JC_SOURCE = jc-$(PYTHON_JC_VERSION).tar.gz
|
|
PYTHON_JC_SITE = https://files.pythonhosted.org/packages/a5/82/bfb1ec7d9667bc2f922254bc62e12fd460a5de3b711518f5089df0a17180
|
|
PYTHON_JC_SETUP_TYPE = setuptools
|
|
PYTHON_JC_LICENSE = MIT, BSD-3-Clause (bundled pbPlist)
|
|
PYTHON_JC_LICENSE_FILES = LICENSE.md
|
|
|
|
$(eval $(python-package))
|