mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
94c1761816
- Drop patch (already in version) - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
438 B
Makefile
14 lines
438 B
Makefile
################################################################################
|
|
#
|
|
# circus
|
|
#
|
|
################################################################################
|
|
|
|
CIRCUS_VERSION = 0.16.1
|
|
CIRCUS_SITE = https://files.pythonhosted.org/packages/09/8a/44a0b6b35ecf5dcf22bf51e4bcf188ec9e7ab9dd4c14330ba1b8bea51102
|
|
CIRCUS_SETUP_TYPE = setuptools
|
|
CIRCUS_LICENSE = Apache-2.0
|
|
CIRCUS_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|