gcc-6: native unleashed build, 64-bit default, move to /usr
[unleashed-userland.git] / components / python / argh / Makefile
blobf2e52cd4e64379149b6b250e4196b30a3f4cafc2
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 Alexander Pyhalov. All rights reserved.
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= argh
19 COMPONENT_VERSION= 0.24.1
20 COMPONENT_SUMMARY= An unobtrusive argparse wrapper with natural syntax
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:4980eb11339c9954885b8e44a1e39a4a1c114b738a7d8942c08494f4902f82a9
25 COMPONENT_ARCHIVE_URL= \
26 https://pypi.python.org/packages/source/a/argh/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = https://pypi.python.org/pypi/argh
29 PYTHON_VERSIONS= 2.7
31 include $(WS_TOP)/make-rules/prep.mk
32 include $(WS_TOP)/make-rules/setup.py.mk
33 include $(WS_TOP)/make-rules/ips.mk
35 build: $(BUILD_32)
37 install: $(INSTALL_32)
39 REQUIRED_PACKAGES += runtime/python-27