Marcel Telka
2023-11-28 67218558692747fd8f62085655adc513ede34d8f
commit | author | age
65800f 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 pytest_env
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        pytest_env
672185 22 HUMAN_VERSION =            1.1.3
5a23ca 23 COMPONENT_SUMMARY =        pytest_env - pytest plugin that allows you to add environment variables.
65800f 24 COMPONENT_PROJECT_URL =        https://github.com/pytest-dev/pytest-env
MT 25 COMPONENT_ARCHIVE_URL =        \
672185 26     https://files.pythonhosted.org/packages/02/cc/df6940b2527bfa634c00940dfb6e3ec873bdfb7507b55894c93283fa3178/pytest_env-1.1.3.tar.gz
65800f 27 COMPONENT_ARCHIVE_HASH =    \
672185 28     sha256:fcd7dc23bb71efd3d35632bde1bbe5ee8c8dc4489d6617fb010674880d96216b
65800f 29 COMPONENT_LICENSE =        MIT
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
31
32 include $(WS_MAKE_RULES)/common.mk
33
34 # Auto-generated dependencies
35 PYTHON_REQUIRED_PACKAGES += library/python/hatch-vcs
36 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
37 PYTHON_REQUIRED_PACKAGES += library/python/pytest
5a23ca 38 PYTHON_REQUIRED_PACKAGES += library/python/tomli
65800f 39 PYTHON_REQUIRED_PACKAGES += runtime/python
5a23ca 40 TEST_REQUIRED_PACKAGES.python += library/python/covdefaults
65800f 41 TEST_REQUIRED_PACKAGES.python += library/python/coverage
MT 42 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock