jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / testpath / Makefile
blob83d96c70650f05495fd49bc504a4916d0048a187
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.
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 testpath
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = testpath
22 COMPONENT_VERSION = 0.6.0
23 COMPONENT_SUMMARY = testpath - Test utilities for code working with files and commands
24 COMPONENT_ARCHIVE_URL = \
25 https://files.pythonhosted.org/packages/08/ad/a3e7d580902f57e31d2181563fc4088894692bb6ef79b816344f27719cdc/testpath-0.6.0.tar.gz
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f
28 COMPONENT_LICENSE = BSD-3-Clause
29 COMPONENT_LICENSE_FILE = LICENSE
31 TEST_STYLE = pytest
33 include $(WS_MAKE_RULES)/common.mk
35 # cli-32.exe and cli-64.exe are needed for Windows only, so drop them
36 GENERATE_EXTRA_CMD += | $(GNU_GREP) -v -E '/cli-(32|64)\.exe$$'
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += library/python/flit-core
40 PYTHON_REQUIRED_PACKAGES += runtime/python