1825edece0
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
409 B
Makefile
14 lines
409 B
Makefile
################################################################################
|
|
#
|
|
# python-ipy
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_IPY_VERSION = IPy-0.75
|
|
PYTHON_IPY_SITE = $(call github,haypo,python-ipy,$(PYTHON_IPY_VERSION))
|
|
PYTHON_IPY_LICENSE = BSD-3c
|
|
PYTHON_IPY_LICENSE_FILES = COPYING
|
|
PYTHON_IPY_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|