conda-forge / frozendict-feedstock

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

frozendict v2.0.4 #9

Closed regro-cf-autotick-bot closed 3 years ago

regro-cf-autotick-bot commented 3 years ago

It is very likely that the current package version for this feedstock is out of date. Notes for merging this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version. Checklist before merging this PR:
    • [x] Dependencies have been updated if changed: see upstream
    • [x] Tests have passed
    • [ ] Updated license if changed and license_file is packaged

Note that the bot will stop issuing PRs if more than 3 Version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.

NEW: If you want these PRs to be merged automatically, make an issue with code>@conda-forge-admin,</codeplease add bot automerge in the title and merge the resulting PR. This command will add our new bot automerge feature to your feedstock!

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. If you would like a local version of this bot, you might consider using rever. Rever is a tool for automating software releases and forms the backbone of the bot's conda-forge PRing capability. Rever is both conda (conda install -c conda-forge rever) and pip (pip install re-ver) installable. Finally, feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/1115884153, please use this URL for debugging

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis of the source code shows no discrepancy between the library's imports and the package's stated requirements in the meta.yaml.

conda-forge-linter commented 3 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.

conda-forge-linter commented 3 years ago

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

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

ltalirz commented 3 years ago

@conda-forge-admin , please rerender

conda-forge-linter commented 3 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.

Marco-Sulla commented 3 years ago

What about failed checks?

ltalirz commented 3 years ago

Hi @Marco-Sulla , thanks for asking. It seems to me that with v2.0.4 frozendict has started building extensions by default:

v2.0.3

Building wheels for collected packages: frozendict
  Created temporary directory: /tmp/pip-wheel-3evv_590
  Building wheel for frozendict (setup.py): started
  Destination directory: /tmp/pip-wheel-3evv_590
  Running command /home/conda/feedstock_root/build_artifacts/frozendict_1625817447551/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-x281kk2m/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-x281kk2m/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 /tmp/pip-wheel-3evv_590
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib
  creating build/lib/frozendict
  copying frozendict/__init__.py -> build/lib/frozendict
  copying frozendict/core.py -> build/lib/frozendict
  copying frozendict/VERSION -> build/lib/frozendict
  warning: build_py: byte-compiling is disabled, skipping.

  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib/frozendict/__init__.py -> build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib/frozendict/VERSION -> build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib/frozendict/core.py -> build/bdist.linux-x86_64/wheel/frozendict
  warning: install_lib: byte-compiling is disabled, skipping.

  running install_egg_info
  running egg_info
  writing frozendict.egg-info/PKG-INFO
  writing dependency_links to frozendict.egg-info/dependency_links.txt
  writing top-level names to frozendict.egg-info/top_level.txt
  reading manifest file 'frozendict.egg-info/SOURCES.txt'
  writing manifest file 'frozendict.egg-info/SOURCES.txt'
  Copying frozendict.egg-info to build/bdist.linux-x86_64/wheel/frozendict-2.0.3-py3.9.egg-info
  running install_scripts
  adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
  creating build/bdist.linux-x86_64/wheel/frozendict-2.0.3.dist-info/WHEEL
  creating '/tmp/pip-wheel-3evv_590/frozendict-2.0.3-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'frozendict/VERSION'
  adding 'frozendict/__init__.py'
  adding 'frozendict/core.py'
  adding 'frozendict-2.0.3.dist-info/LICENSE.txt'
  adding 'frozendict-2.0.3.dist-info/METADATA'
  adding 'frozendict-2.0.3.dist-info/WHEEL'
  adding 'frozendict-2.0.3.dist-info/top_level.txt'
  adding 'frozendict-2.0.3.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for frozendict (setup.py): finished with status 'done'
  Created wheel for frozendict: filename=frozendict-2.0.3-py3-none-any.whl size=8235 sha256=75517f455eed12584efbf01c3acdb353518376b2fdc4c7aca25fc4d79baf86f6
  Stored in directory: /tmp/pip-ephem-wheel-cache-vuu60f1u/wheels/c8/2f/6d/cebbe0622d8eb7ee1c25d2f93432661c106ace9fc2cefdedb9
Successfully built frozendict

v2.0.4

Building wheels for collected packages: frozendict
  Created temporary directory: /tmp/pip-wheel-72ons54h
  Building wheel for frozendict (setup.py): started
  Destination directory: /tmp/pip-wheel-72ons54h
  Running command /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-weg2n43q/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-weg2n43q/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 /tmp/pip-wheel-72ons54h
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.9
  creating build/lib.linux-x86_64-3.9/frozendict
  copying frozendict/core.py -> build/lib.linux-x86_64-3.9/frozendict
  copying frozendict/__init__.py -> build/lib.linux-x86_64-3.9/frozendict
  copying frozendict/VERSION -> build/lib.linux-x86_64-3.9/frozendict
  running build_ext
  building 'frozendict._frozendict' extension
  creating build/temp.linux-x86_64-3.9
  creating build/temp.linux-x86_64-3.9/tmp
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src
  creating build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects
  /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_build_env/bin/x86_64-conda-linux-gnu-cc -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/work=/usr/local/src/conda/frozendict-2.0.4 -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_=/usr/local/src/conda-prefix -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -fPIC -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/Include -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Include -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Include/internal -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/stringlib -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/clinic -I/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include/python3.9 -c /tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/dictobject.c -o build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/dictobject.o -DPY_SSIZE_T_CLEAN -DPy_BUILD_CORE
  /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_build_env/bin/x86_64-conda-linux-gnu-cc -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/work=/usr/local/src/conda/frozendict-2.0.4 -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_=/usr/local/src/conda-prefix -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -fPIC -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/Include -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Include -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Include/internal -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/stringlib -I/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/clinic -I/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include/python3.9 -c /tmp/pip-req-build-weg2n43q/frozendict/src/3_9/frozendictobject.c -o build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/frozendictobject.o -DPY_SSIZE_T_CLEAN -DPy_BUILD_CORE
  /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_build_env/bin/x86_64-conda-linux-gnu-cc -shared -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -Wl,-rpath-link,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -L/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -Wl,-rpath-link,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -L/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -Wl,-rpath-link,/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -L/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/lib -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/work=/usr/local/src/conda/frozendict-2.0.4 -fdebug-prefix-map=/home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_=/usr/local/src/conda-prefix -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/conda/feedstock_root/build_artifacts/frozendict_1628635228183/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_/include build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/cpython_src/Objects/dictobject.o build/temp.linux-x86_64-3.9/tmp/pip-req-build-weg2n43q/frozendict/src/3_9/frozendictobject.o -o build/lib.linux-x86_64-3.9/frozendict/_frozendict.cpython-39-x86_64-linux-gnu.so
  installing to build/bdist.linux-x86_64/wheel
  running install
  running install_lib
  creating build/bdist.linux-x86_64
  creating build/bdist.linux-x86_64/wheel
  creating build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib.linux-x86_64-3.9/frozendict/core.py -> build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib.linux-x86_64-3.9/frozendict/__init__.py -> build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib.linux-x86_64-3.9/frozendict/VERSION -> build/bdist.linux-x86_64/wheel/frozendict
  copying build/lib.linux-x86_64-3.9/frozendict/_frozendict.cpython-39-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/frozendict
  running install_egg_info
  running egg_info
  writing frozendict.egg-info/PKG-INFO
  writing dependency_links to frozendict.egg-info/dependency_links.txt
  writing top-level names to frozendict.egg-info/top_level.txt
  reading manifest file 'frozendict.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  writing manifest file 'frozendict.egg-info/SOURCES.txt'
  Copying frozendict.egg-info to build/bdist.linux-x86_64/wheel/frozendict-2.0.4-py3.9.egg-info
  running install_scripts
  adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*")
  creating build/bdist.linux-x86_64/wheel/frozendict-2.0.4.dist-info/WHEEL
  creating '/tmp/pip-wheel-72ons54h/frozendict-2.0.4-cp39-cp39-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
  adding 'frozendict/VERSION'
  adding 'frozendict/__init__.py'
  adding 'frozendict/_frozendict.cpython-39-x86_64-linux-gnu.so'
  adding 'frozendict/core.py'
  adding 'frozendict-2.0.4.dist-info/LICENSE.txt'
  adding 'frozendict-2.0.4.dist-info/METADATA'
  adding 'frozendict-2.0.4.dist-info/WHEEL'
  adding 'frozendict-2.0.4.dist-info/top_level.txt'
  adding 'frozendict-2.0.4.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Building wheel for frozendict (setup.py): finished with status 'done'
  Created wheel for frozendict: filename=frozendict-2.0.4-cp39-cp39-linux_x86_64.whl size=54174 sha256=d6b3ffaa6af057bd045dcf733eedb6b028493ea9ad985d6e9318604ff87f4bb3
  Stored in directory: /tmp/pip-ephem-wheel-cache-agvv_tgc/wheels/82/b3/96/a87aa3e3329fb14d321811a99e0ac9d1c2cf6baf0927a46c20
Successfully built frozendict

Is that intentional? (or is it caused by some change in the build environment?)

This obviously changes how the package needs to be built: it means that you will need a separate build for each python version and for each operating system.

Currently, the windows builds are failing

Marco-Sulla commented 3 years ago

I'll take a look. The C extension is faster than dict

ltalirz commented 3 years ago

Ok (I was just wondering whether that was an intentional change since it is just a patch release).

There are actually two different errors: It turns out that only for python3.9 on osx there is no crypt.h (python 3.9 on linux and all other python versions on osx work):

  In file included from /private/tmp/pip-req-build-4vvn9c8t/frozendict/src/3_9/cpython_src/Objects/dictobject.c:113:
  /private/tmp/pip-req-build-4vvn9c8t/frozendict/src/3_9/cpython_src/Include/Python.h:44:10: fatal error: 'crypt.h' file not found
  #include <crypt.h>
           ^~~~~~~~~
  1 error generated.
  error: command '/Users/runner/miniforge3/conda-bld/frozendict_1628635264726/_build_env/bin/x86_64-apple-darwin13.4.0-clang' failed with exit code 1

Under windows it complains that frozendictobject.c(1303): error C2099: initializer is not a constant

  C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\Include -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\cpython_src\Include -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\cpython_src\Include\internal -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\cpython_src\Objects -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\cpython_src\Objects\stringlib -IC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\cpython_src\Objects\clinic -ID:\bld\frozendict_1628635466723\_h_env\include -ID:\bld\frozendict_1628635466723\_h_env\include "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.16.27023\include" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\shared" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\um" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\winrt" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.17763.0\cppwinrt" -ID:\bld\frozendict_1628635466723\_h_env\Library\include -ID:\bld\frozendict_1628635466723\_h_env\Library\include /TcC:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.c /Fobuild\temp.win-amd64-3.7\Release\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.obj -DPY_SSIZE_T_CLEAN -DPy_BUILD_CORE
  frozendictobject.c
  C:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.c(1303): error C2099: initializer is not a constant
  C:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.c(1304): error C2099: initializer is not a constant
  C:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.c(1305): error C2099: initializer is not a constant
  C:\Users\VssAdministrator\AppData\Local\Temp\pip-req-build-0zjoii8f\frozendict\src\3_7\frozendictobject.c(2271): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'const int', possible loss of data
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX64\\x64\\cl.exe' failed with exit status 2
ltalirz commented 3 years ago

following https://github.com/conda-forge/frozendict-feedstock/pull/10#issuecomment-898243225 this build is going to be skipped