perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / hatch_vcs / Makefile
blobb8877d6179e070aea7b38fab0ef6799a8c7af21c
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 hatch_vcs
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = hatch_vcs
22 HUMAN_VERSION = 0.4.0
23 COMPONENT_SUMMARY = hatch_vcs - Hatch plugin for versioning with your preferred VCS
24 COMPONENT_ARCHIVE_URL = \
25 https://files.pythonhosted.org/packages/f5/c9/54bb4fa27b4e4a014ef3bb17710cdf692b3aa2cbc7953da885f1bf7e06ea/hatch_vcs-0.4.0.tar.gz
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7
28 COMPONENT_LICENSE = MIT
29 COMPONENT_LICENSE_FILE = LICENSE.txt
31 TEST_STYLE = pytest
33 # This component is required by following bootstrapped components so it must be
34 # bootstrapped too.
35 # - filelock (test bootstrap)
36 # - iniconfig (test bootstrap)
37 # - platformdirs (test bootstrap)
38 # - pyproject_api (test bootstrap)
39 # - tox (test bootstrap)
40 # - virtualenv (test bootstrap)
41 PYTHON_TEST_BOOTSTRAP = yes
43 include $(WS_MAKE_RULES)/common.mk
45 # Auto-generated dependencies
46 PYTHON_REQUIRED_PACKAGES += library/python/hatchling
47 PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
48 PYTHON_REQUIRED_PACKAGES += runtime/python