python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / pyro4 / Makefile
blob31c9672e611e9909c040683d440f8f1ca47e7615
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2013 Aurelien Larcher. All rights reserved.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= Pyro4
19 COMPONENT_VERSION= 4.22
20 COMPONENT_REVISION= 1
21 COMPONENT_IPS_NAME= pyro4
22 COMPONENT_FMRI= library/python/$(COMPONENT_IPS_NAME)
23 COMPONENT_SUMMARY= Distributed object middleware for Python (RPC)
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= \
27 sha256:d8f611f384edbd240006d8c0f56135e74199ab88e9416cfc78cf5472f1ff337d
28 COMPONENT_ARCHIVE_URL= \
29 https://pypi.python.org/packages/source/P/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
30 COMPONENT_PROJECT_URL = http://pythonhosted.org/Pyro4/
31 COMPONENT_LICENSE_FILE= $(COMPONENT_IPS_NAME).license
33 PYTHON_VERSIONS= 2.7
35 include $(WS_MAKE_RULES)/prep.mk
36 include $(WS_MAKE_RULES)/setup.py.mk
37 include $(WS_MAKE_RULES)/ips.mk
39 build: $(BUILD_NO_ARCH)
41 install: $(INSTALL_NO_ARCH)
43 test: $(NO_TESTS)
45 REQUIRED_PACKAGES += runtime/python-27