Andreas Wacknitz
2024-04-09 7bea32fd382fe993229cd2db29c3a13cb8138b09
commit | author | age
491ea8 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 path
15 #
16
f68878 17 BUILD_STYLE = pyproject
491ea8 18
MT 19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_NAME =        path
dbc809 22 HUMAN_VERSION =            16.14.0
491ea8 23 COMPONENT_SUMMARY =        path - A module wrapper for os.path
MT 24 COMPONENT_PROJECT_URL =        https://github.com/jaraco/path
25 COMPONENT_ARCHIVE_HASH =    \
dbc809 26     sha256:dbaaa7efd4602fd6ba8d82890dc7823d69e5de740a6e842d9919b0faaf2b6a8e
491ea8 27 COMPONENT_LICENSE =        MIT
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
29
30 include $(WS_MAKE_RULES)/common.mk
31
cc48bc 32 # Revert back unneeded PYV normalizations
MT 33 COMPONENT_TEST_TRANSFORMS += "-e 's/py\$$(PYV)compat/py$(shell echo $(PYTHON_VERSION) | tr -d .)compat/'"
34
491ea8 35 # Auto-generated dependencies
f68878 36 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
MT 37 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
cc48bc 38 PYTHON_REQUIRED_PACKAGES += library/python/wheel
f68878 39 PYTHON_REQUIRED_PACKAGES += runtime/python
MT 40 TEST_REQUIRED_PACKAGES.python += library/python/appdirs
8141fe 41 TEST_REQUIRED_PACKAGES.python += library/python/more-itertools
f68878 42 TEST_REQUIRED_PACKAGES.python += library/python/packaging
MT 43 TEST_REQUIRED_PACKAGES.python += library/python/pygments
44 TEST_REQUIRED_PACKAGES.python += library/python/pytest
45 TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
46 TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
47 TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
48 TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy