conda-forge / pyvips-feedstock

A conda-smithy repository for pyvips.
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Fix osx #18

Closed hmaarrfk closed 2 years ago

hmaarrfk commented 2 years ago

Closes https://github.com/conda-forge/pyvips-feedstock/issues/17

Checklist

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hmaarrfk commented 2 years ago
2021-12-27T04:05:08.7872570Z   Running command /Users/runner/miniforge3/conda-bld/pyvips_1640577601548/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/Users/runner/miniforge3/conda-bld/pyvips_1640577601548/work/setup.py'"'"'; __file__='"'"'/Users/runner/miniforge3/conda-bld/pyvips_1640577601548/work/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/tmp/pip-wheel-bt6o9wf0
2021-12-27T04:05:08.7875720Z   Destination directory: /private/tmp/pip-wheel-bt6o9wf0
2021-12-27T04:05:08.9831180Z   /Users/runner/miniforge3/conda-bld/pyvips_1640577601548/_build_env/venv/lib/python3.8/site-packages/_distutils_hack/__init__.py:24: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module in `sys.modules`. This may lead to undesirable behaviors or errors. To avoid these issues, avoid using distutils directly, ensure that setuptools is installed in the traditional way (e.g. not an editable install), and/or make sure that setuptools is always imported before distutils.
2021-12-27T04:05:08.9834360Z     warnings.warn(
2021-12-27T04:05:08.9836250Z   /Users/runner/miniforge3/conda-bld/pyvips_1640577601548/_build_env/venv/lib/python3.8/site-packages/_distutils_hack/__init__.py:36: UserWarning: Setuptools is replacing distutils.
2021-12-27T04:05:08.9837660Z     warnings.warn("Setuptools is replacing distutils.")
2021-12-27T04:05:09.6333200Z   running bdist_wheel
2021-12-27T04:05:09.6344240Z   running build
2021-12-27T04:05:09.6345320Z   running build_py
2021-12-27T04:05:09.6369360Z   creating build

It seems like it worked.

hmaarrfk commented 2 years ago

Previously it would provide a warning that it was compiling in ABI mode.

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!