Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Formula/label-studio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
sha256 ventura: "deb442029400c58c00b8d83ba182571433fb74478ece0ab407bffddf7b51151b"
end

depends_on "pkg-config" => :build
depends_on "rust" => :build
depends_on "postgresql@14"
depends_on "python@3.10" # Apple's Python distribution does not include pip

Expand Down Expand Up @@ -790,7 +792,7 @@
sha256 "a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"
end

def install

Check failure on line 795 in Formula/label-studio.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-15)

`brew install --verbose --formula --build-bottle humansignal/tap/label-studio` failed on macOS Sequoia (15) on Apple Silicon!

Successfully installed setuptools-80.10.2 tomli-2.0.2 Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Running command Getting requirements to build wheel /private/tmp/pip-install-iukpupgh/setuptools-scm_fa6d309e07f54dddac0f15775f3eec1f/src/setuptools_scm/_integration/setuptools.py:24: RuntimeWarning: ERROR: setuptools==9.2.2 is used in combination with setuptools-scm>=8.x Your build configuration is incomplete and previously worked by accident! setuptools-scm requires setuptools>=61 (recommended: >=80) Suggested workaround if applicable: - migrating from the deprecated setup_requires mechanism to pep517/518 and using a pyproject.toml to declare build dependencies which are reliably pre-installed before running the build tools warnings.warn( /private/tmp/pip-install-iukpupgh/setuptools-scm_fa6d309e07f54dddac0f15775f3eec1f/src/setuptools_scm/_integration/deprecation.py:7: UserWarning: pyproject.toml: at [tool.setuptools.dynamic] version = {attr = ...} is forcing setuptools to override the version setuptools-scm did already set When using setuptools-scm it's invalid to use setuptools dynamic version as well, please remove it. Setuptools-scm is responsible for setting the version, forcing setuptools to override creates errors. warnings.warn( /private/tmp/pip-build-env-eh17psfa/overlay/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /private/tmp/pip-build-env-eh17psfa/overlay/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /private/tmp/pip-build-env-eh17psfa/overlay/lib/python3.10/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running egg_info writing src/setuptools_scm.egg-info/PKG-INFO writing dependency_links to src/setuptools_scm.egg-info/dependency_links.txt writing entry points to src/setupto
# Some Python sdists have mtimes before 1980; zipfile rejects those during wheel build.
ENV["SOURCE_DATE_EPOCH"] = "315532800"
virtualenv_install_with_resources
Expand Down
Loading