python27: fix tk related dependency generation
[unleashed-userland.git] / components / python / python-dateutil / Makefile
blobad7d2274d07ba9fcab2935ae31a3cb2a6976f38d
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 2016 Alexander Pyhalov
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= python-dateutil
19 COMPONENT_VERSION= 2.5.3
20 COMPONENT_SUMMARY= Extensions to standard Python datetime module
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:1408fdb07c6a1fa9997567ce3fcee6a337b39a503d80699e0f213de4aa4b32ed
25 COMPONENT_ARCHIVE_URL= \
26 https://pypi.python.org/packages/3e/f5/aad82824b369332a676a90a8c0d1e608b17e740bbb6aeeebca726f17b902/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = https://pypi.python.org/python-dateutil/$(COMPONENT_VERSION)
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)