Marcel Telka
2023-12-14 ee2591a3eb3aa9c9e53d04e3f4f822d22394c9f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# This file was automatically generated using the following command:
#   $WS_TOOLS/python-integrate-project Chameleon
#
 
BUILD_STYLE = setup.py
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME =        Chameleon
HUMAN_VERSION =            4.4.0
COMPONENT_SUMMARY =        Chameleon - Fast HTML/XML Template Compiler.
COMPONENT_PROJECT_URL =        https://chameleon.readthedocs.io
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/76/4e/65ab57a2ba938ed352b41355256dd8bf681751374391a83e9deb4993569c/Chameleon-4.4.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:6456bd24989ad98fd1a1169282b9c0e1fc822a70af4214a257d0081fa65b82db
COMPONENT_LICENSE =        BSD-3-Clause OR PSF-2.0
COMPONENT_LICENSE_FILE =    LICENSE.txt
 
include $(WS_MAKE_RULES)/common.mk
 
# Force no colors and more verbose output via tox posargs
COMPONENT_TEST_TARGETS += -- -vv
 
# Normalize timetstamps that change with every run
COMPONENT_TEST_TRANSFORMS += "-e 's|\[../../.. ..:..:..\]|[XX/XX/XX XX:XX:XX]|'"
 
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
PYTHON_REQUIRED_PACKAGES += runtime/python
TEST_REQUIRED_PACKAGES.python += library/python/build
TEST_REQUIRED_PACKAGES.python += library/python/wheel
TEST_REQUIRED_PACKAGES.python += library/python/zope-testrunner