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 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project testfixtures
17 BUILD_STYLE
= setup.py
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= testfixtures
23 COMPONENT_SUMMARY
= 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
:d4c0b84af2f267610f908009b50d6f983a4e58ade22c67bab6787b5a402d59c0
27 COMPONENT_LICENSE
= MIT
28 COMPONENT_LICENSE_FILE
= LICENSE.txt
32 include $(WS_MAKE_RULES
)/common.mk
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
;
38 # The pytest discovery finds tests in build/lib, but that does not work.
39 PYTEST_ADDOPTS
+= testfixtures
41 # This project does not support tox so we need to provide test requirements
43 TEST_REQUIREMENTS_EXTRAS
+= test
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES
+= runtime
/python
47 TEST_REQUIRED_PACKAGES.python
+= library
/python
/mypy
48 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest
49 TEST_REQUIRED_PACKAGES.python
+= library
/python
/pytest-cov
50 TEST_REQUIRED_PACKAGES.python
+= library
/python
/sybil
51 TEST_REQUIRED_PACKAGES.python
+= library
/python
/twisted