Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
components/python/Cython/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =      Cython
HUMAN_VERSION =         3.0.9
HUMAN_VERSION =         3.0.10
COMPONENT_SUMMARY =      Cython - The Cython compiler for writing C extensions in the Python language.
COMPONENT_PROJECT_URL =      https://cython.org/
COMPONENT_ARCHIVE_HASH =   \
   sha256:a2d354f059d1f055d34cfaa62c5b68bc78ac2ceab6407148d47fb508cf3ba4f3
   sha256:dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
COMPONENT_LICENSE =      Apache-2.0
COMPONENT_LICENSE_FILE =   LICENSE.txt
@@ -44,6 +44,9 @@
# Remove profiling info
COMPONENT_TEST_TRANSFORMS += "-e '/^Most expensive pipeline stages:/d'"
# https://github.com/OpenIndiana/oi-userland/pull/16549#issuecomment-2037519250
TEST_CONFLICTING_PACKAGES.python += library/python/numpy
# Auto-generated dependencies
PYTHON_REQUIRED_PACKAGES += library/python/importlib-metadata
PYTHON_REQUIRED_PACKAGES += library/python/setuptools