Marcel Telka
2024-04-05 408e5d05305fc7032ab39e1c56263723cfa4fce3
components/python/jaraco.context/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =      jaraco.context
HUMAN_VERSION =         4.3.0
COMPONENT_SUMMARY =      jaraco.context - Context managers by jaraco
HUMAN_VERSION =         5.1.0
COMPONENT_SUMMARY =      jaraco.context - Useful decorators and context managers
COMPONENT_PROJECT_URL =      https://github.com/jaraco/jaraco.context
COMPONENT_ARCHIVE_URL =      \
   https://files.pythonhosted.org/packages/7c/b4/fa71f82b83ebeed95fe45ce587d6cba85b7c09ef3d9f61602f92f45e90db/jaraco.context-4.3.0.tar.gz
COMPONENT_ARCHIVE_HASH =   \
   sha256:4dad2404540b936a20acedec53355bdaea223acb88fd329fa6de9261c941566e
   sha256:24ec1f739aec2c5766c68027ccc70d91d7b0cb931699442f5c7ed93515b955e7
COMPONENT_LICENSE =      MIT
COMPONENT_LICENSE_FILE =   LICENSE
@@ -42,19 +40,13 @@
include $(WS_MAKE_RULES)/common.mk
# https://github.com/tholo/pytest-flake8/issues/92
PYTEST_ADDOPTS += -p no:flake8
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/setuptools
PYTHON_REQUIRED_PACKAGES += library/python/setuptools-scm
PYTHON_REQUIRED_PACKAGES += library/python/wheel
PYTHON_REQUIRED_PACKAGES += runtime/python
TEST_REQUIRED_PACKAGES.python += library/python/flake8
TEST_REQUIRED_PACKAGES.python += library/python/pytest
TEST_REQUIRED_PACKAGES.python += library/python/pytest-black
TEST_REQUIRED_PACKAGES.python += library/python/pytest-checkdocs
TEST_REQUIRED_PACKAGES.python += library/python/pytest-cov
TEST_REQUIRED_PACKAGES.python += library/python/pytest-enabler
TEST_REQUIRED_PACKAGES.python += library/python/pytest-flake8
TEST_REQUIRED_PACKAGES.python += library/python/pytest-mypy