gcc-6: use $(GNU_ARCH) in manifest
[unleashed-userland.git] / components / python / jinja2 / Makefile
blob80707da45bf3f0122f47bdb8b32638402a20ad18
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 (c) 2014 Alexander Pyhalov. All rights reserved.
13 # Copyright 2015, PALO Richard.
16 include ../../../make-rules/shared-macros.mk
18 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
20 COMPONENT_NAME= Jinja2
21 COMPONENT_VERSION= 2.8
22 COMPONENT_CLASSIFICATION= Development/Python
23 COMPONENT_FMRI= library/python/jinja2
24 COMPONENT_SUMMARY= Fast and easy to use stand-alone template engine
25 COMPONENT_PROJECT_URL= http://jinja.pocoo.org/
26 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
27 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
28 COMPONENT_ARCHIVE_HASH= \
29 sha256:bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4
30 COMPONENT_ARCHIVE_URL= https://pypi.python.org/packages/source/J/Jinja2/$(COMPONENT_ARCHIVE)
32 PYTHON_VERSIONS= 2.7 3.4
34 include $(WS_TOP)/make-rules/prep.mk
35 include $(WS_TOP)/make-rules/setup.py.mk
36 include $(WS_TOP)/make-rules/ips.mk
38 # common targets
39 build: $(BUILD_NO_ARCH)
41 install: $(INSTALL_NO_ARCH)
43 test: $(NO_TESTS)
45 REQUIRED_PACKAGES += runtime/python-27
46 REQUIRED_PACKAGES += runtime/python-34