Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
b08b77 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 pydiffx
15 #
16
17 BUILD_STYLE = setup.py
18 USE_COMMON_TEST_MASTER = no
19
20 include ../../../make-rules/shared-macros.mk
21
22 COMPONENT_NAME =        pydiffx
23 HUMAN_VERSION =            1.1
24 COMPONENT_SUMMARY =        pydiffx - Python module for reading and writing DiffX files.
25 COMPONENT_PROJECT_URL =        https://diffx.org/pydiffx/
26 COMPONENT_ARCHIVE_URL =        \
27     https://files.pythonhosted.org/packages/d3/76/ad0677d82b7c75deb4da63151d463a9f90e97f3817b83f4e3f74034eb384/pydiffx-1.1.tar.gz
28 COMPONENT_ARCHIVE_HASH =    \
29     sha256:0986dbb0a87cbf79e244e2f1c0e2b696d8e86b3861ea2955757a61d38e139228
30 COMPONENT_LICENSE =        MIT
31 COMPONENT_LICENSE_FILE =    LICENSE
32
33 TEST_STYLE = pytest
34
35 include $(WS_MAKE_RULES)/common.mk
36
37 # https://github.com/beanbaginc/diffx/issues/3
38 PYTEST_ADDOPTS += -p no:checkdocs
39
40 # Auto-generated dependencies
41 PYTHON_REQUIRED_PACKAGES += library/python/six
42 PYTHON_REQUIRED_PACKAGES += runtime/python