python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / flamegraph / Makefile
blob517a2aadbe6fd79c52953135f2e0e0eefd9bd634
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016 Adam Stevko
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= flamegraph
18 COMPONENT_VERSION= 0.1
19 COMPONENT_SUMMARY= Statistical profiler which outputs in format suitable for FlameGraph
20 COMPONENT_PROJECT_URL= https://github.com/evanhempel/python-flamegraph
21 COMPONENT_FMRI= library/python/flamegraph
22 COMPONENT_CLASSIFICATION=Development/Python
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_URL= https://github.com/evanhempel/python-flamegraph/releases/download/v$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
26 COMPONENT_ARCHIVE_HASH= sha256:a5a7dd813315ee40ef4cbcd82d43e49f023f23d54351742450bf63c0d4333be8
27 COMPONENT_LICENSE= Public Domain
29 include $(WS_MAKE_RULES)/prep.mk
30 include $(WS_MAKE_RULES)/setup.py.mk
31 include $(WS_MAKE_RULES)/ips.mk
33 build: $(BUILD_NO_ARCH)
35 install: $(INSTALL_NO_ARCH)
37 test: $(NO_TESTS)
39 REQUIRED_PACKAGES += runtime/python-27