Marcel Telka
2024-03-28 7539e398da5357a3ae065b7526a7f3751ec2d37c
commit | author | age
2022fe 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 unearth
15 #
16
17 BUILD_STYLE = pyproject
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        unearth
7539e3 22 HUMAN_VERSION =            0.15.1
2022fe 23 COMPONENT_SUMMARY =        unearth - A utility to fetch and download python packages
MT 24 COMPONENT_PROJECT_URL =        https://github.com/frostming/unearth
25 COMPONENT_ARCHIVE_HASH =    \
7539e3 26     sha256:863deb3339c0d65a5be0d0ad2c67d46d5f574a798e74ef0552bf11d298a30abb
2022fe 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
30 TEST_STYLE = pytest
31
32 include $(WS_MAKE_RULES)/common.mk
33
52c7ce 34 # This project does not support tox so we need to provide test requirements
MT 35 # manually.
36 TEST_REQUIRED_PACKAGES.python += library/python/pytest-httpserver
5565fc 37 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mock
52c7ce 38
2022fe 39 # Auto-generated dependencies
5565fc 40 PYTHON_REQUIRED_PACKAGES += library/python/httpx
2022fe 41 PYTHON_REQUIRED_PACKAGES += library/python/packaging
MT 42 PYTHON_REQUIRED_PACKAGES += library/python/pdm-backend
43 PYTHON_REQUIRED_PACKAGES += runtime/python