# # 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 pymongo # BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = pymongo HUMAN_VERSION = 4.11.1 COMPONENT_REVISION = 2 COMPONENT_SUMMARY = Python driver for MongoDB COMPONENT_PROJECT_URL = https://www.mongodb.org COMPONENT_ARCHIVE_HASH = \ sha256:3757ce9257c3486eead45680a8895a0ed9ba27efaf1791fc0cf854367c21c638 COMPONENT_LICENSE = Apache-2.0 COMPONENT_LICENSE_FILE = LICENSE TEST_STYLE = pytest # The 10.10.10.10 version was briefly available at PyPI and so we packaged it. # It later disappeared because it was created mistakenly but since IPS cannot # downgrade we need to keep it. COMPONENT_VERSION = 10.10.10.10 include $(WS_MAKE_RULES)/common.mk # This project does not support tox so we need to provide test requirements # manually. TEST_REQUIREMENTS += requirements/test.txt # Test results order varies between runs PYTEST_SORT_TESTS = yes # Auto-generated dependencies PYTHON_REQUIRED_PACKAGES += library/python/dnspython PYTHON_REQUIRED_PACKAGES += library/python/hatch-requirements-txt PYTHON_REQUIRED_PACKAGES += library/python/hatchling PYTHON_REQUIRED_PACKAGES += library/python/setuptools PYTHON_REQUIRED_PACKAGES += runtime/python REQUIRED_PACKAGES += system/library TEST_REQUIRED_PACKAGES.python += library/python/pytest TEST_REQUIRED_PACKAGES.python += library/python/pytest-asyncio