python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / versioneer / Makefile
blobd7ccc552a1057a6f93149c34f9d971d6390462b6
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 versioneer
17 BUILD_STYLE = pyproject
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = versioneer
22 HUMAN_VERSION = 0.29
23 COMPONENT_REVISION = 1
24 COMPONENT_SUMMARY = Easy VCS-based management of project version strings
25 COMPONENT_PROJECT_URL = https://github.com/python-versioneer/python-versioneer
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:5ab283b9857211d61b53318b7c792cf68e798e765ee17c27ade9f6c924235731
28 COMPONENT_LICENSE = Unlicense
29 COMPONENT_LICENSE_FILE = LICENSE
31 include $(WS_MAKE_RULES)/common.mk
33 # Contains timestamp
34 COMPONENT_TEST_TRANSFORMS += "-e '/listing git files failed/d'"
35 # Random temporary directory name
36 COMPONENT_TEST_TRANSFORMS += "-e 's|\(/tmp\).\{8\}/|\1XXXXXXXX/|g'"
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += library/python/setuptools
40 PYTHON_REQUIRED_PACKAGES += library/python/tomli
41 PYTHON_REQUIRED_PACKAGES += runtime/python
42 TEST_REQUIRED_PACKAGES.python += library/python/build
43 TEST_REQUIRED_PACKAGES.python += library/python/flake8
44 TEST_REQUIRED_PACKAGES.python += library/python/mypy
45 TEST_REQUIRED_PACKAGES.python += library/python/packaging
46 TEST_REQUIRED_PACKAGES.python += library/python/pip
47 TEST_REQUIRED_PACKAGES.python += library/python/setuptools
48 TEST_REQUIRED_PACKAGES.python += library/python/tomli
49 TEST_REQUIRED_PACKAGES.python += library/python/types-setuptools
50 TEST_REQUIRED_PACKAGES.python += library/python/virtualenv
51 TEST_REQUIRED_PACKAGES.python += library/python/wheel