739e64e6ea
Reviewed-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: minor tweaks to Config.in.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
428 B
Makefile
15 lines
428 B
Makefile
################################################################################
|
|
#
|
|
# circus
|
|
#
|
|
################################################################################
|
|
|
|
CIRCUS_VERSION = 0.13.0
|
|
CIRCUS_SOURCE = circus-$(CIRCUS_VERSION).tar.gz
|
|
CIRCUS_SITE = https://pypi.python.org/packages/source/c/circus
|
|
CIRCUS_SETUP_TYPE = setuptools
|
|
CIRCUS_LICENSE = Apache-2.0
|
|
CIRCUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|