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
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
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
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
37 install: $(INSTALL_32
)
39 REQUIRED_PACKAGES
+= runtime
/python-27