Marcel Telka
2024-04-03 048a7222084696961865dab2f327aac36d8619ba
commit | author | age
5cf3bd 1 #
MT 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.
6 #
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.
10 #
11
12 #
13 # This file was automatically generated using the following command:
14 #   $WS_TOOLS/python-integrate-project testfixtures
15 #
16
17 BUILD_STYLE = setup.py
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        testfixtures
22 HUMAN_VERSION =            8.1.0
23 COMPONENT_SUMMARY =        testfixtures - A collection of helpers and mock objects for unit tests and doc tests.
24 COMPONENT_PROJECT_URL =        https://github.com/Simplistix/testfixtures
25 COMPONENT_ARCHIVE_HASH =    \
26     sha256:80848990304859c3a2b68dfe4bcaf77b6e6425a3925047bc25a52755277bfa6d
27 COMPONENT_LICENSE =        MIT
28 COMPONENT_LICENSE_FILE =    LICENSE.txt
29
30 TEST_STYLE = pytest
31
32 include $(WS_MAKE_RULES)/common.mk
33
34 # We have no django packaged yet.
35 COMPONENT_POST_UNPACK_ACTION += $(RM) $(COMPONENT_SRC)/testfixtures/django.py ;
36 COMPONENT_POST_UNPACK_ACTION += $(RM) -r $(COMPONENT_SRC)/testfixtures/tests/test_django ;
37
38 # The pytest discovery finds tests in build/lib, but that does not work.
39 PYTEST_ADDOPTS += testfixtures
40
41 # Auto-generated dependencies
42 PYTHON_REQUIRED_PACKAGES += runtime/python