Marcel Telka
2023-09-21 098a947f0352347c21776f7eba986a5fb7707e9a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# This file was automatically generated using the following command:
#   $WS_TOOLS/python-integrate-project pytest-tempdir
#
 
BUILD_STYLE = setup.py
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_NAME =        pytest-tempdir
HUMAN_VERSION =            2019.10.12
COMPONENT_REVISION =        1
COMPONENT_SUMMARY =        pytest-tempdir - Predictable and repeatable tempdir support.
COMPONENT_PROJECT_URL =        https://github.com/saltstack/pytest-tempdir
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/c9/3c/8dca670b288016e579097384bfc50944c83fe18d6731042ea836b2a88a76/pytest-tempdir-2019.10.12.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:e7d91813a9aa991db87dacdef8cfd3f1657632d731d56d06238c5ffb63ab36d8
COMPONENT_LICENSE =        Apache-2.0
 
TEST_STYLE = setup.py
 
include $(WS_MAKE_RULES)/common.mk
 
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/pytest
PYTHON_REQUIRED_PACKAGES += runtime/python