2ce680b991
All dependencies are optional, and thus only mentioned in the package help text. Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> [Arnout: - add to DEVELOPERS; - add BSD-3-Clause license for vendored pbPlist. ] Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
15 lines
534 B
Makefile
15 lines
534 B
Makefile
################################################################################
|
|
#
|
|
# python-jc
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JC_VERSION = 1.25.1
|
|
PYTHON_JC_SOURCE = jc-$(PYTHON_JC_VERSION).tar.gz
|
|
PYTHON_JC_SITE = https://files.pythonhosted.org/packages/53/a6/065f0796a0a21bc040bc88c8a33410c12729a2a6f4c269d0349f685796da
|
|
PYTHON_JC_SETUP_TYPE = setuptools
|
|
PYTHON_JC_LICENSE = MIT, BSD-3-Clause (bundled pbPlist)
|
|
PYTHON_JC_LICENSE_FILES = LICENSE.md
|
|
|
|
$(eval $(python-package))
|