conda-forge / healpy-feedstock

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

healpy v1.16.0 #49

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

regro-cf-autotick-bot commented 2 years ago

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

Checklist before merging this PR:

Information about 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.
  3. 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.
  4. 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 bot automerge feature to your feedstock.
  5. 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.

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 by source code inspection shows a discrepancy between it and the the package's stated requirements in the meta.yaml.

Packages found by source code inspection but not in the meta.yaml:

Packages found in the meta.yaml but not found by source code inspection:

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. 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/2687628467, please use this URL for debugging.

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.

pkgw commented 2 years ago

Error seemingly unrelated to healpy:

SafetyError: The package for pypy3.7 located at /home/conda/feedstock_root/build_artifacts/pkg_cache/pypy3.7-7.3.7-h7cff6a8_2
appears to be corrupted. The path 'bin/pypy3'
has an incorrect size.
  reported size: 6152 bytes
  actual size: 2646 bytes

CC @conda-forge/core, do we have busted pypy packages for aarch64/ppc64le?

hmaarrfk commented 2 years ago

I don't think

    - cross-python_{{ target_platform }}     # [build_platform != target_platform]

works with pypy

hmaarrfk commented 2 years ago

this means you have to natively compile any platform that suppots pypy.

hmaarrfk commented 2 years ago

Maybe it is possible to skip pypy3.7

I know a big effort was made to move to pypy3.8 and pypy3.9

For example, recent issues were raised about cross-python support for pypy3.8 and 3.9 https://github.com/conda-forge/cross-python-feedstock/issues/41 https://github.com/conda-forge/cross-python-feedstock/issues/19

pkgw commented 2 years ago

OK. I would be happy to skip pypy3.7 here; I think it is pretty unlikely that anyone uses that version of the package.

hmaarrfk commented 2 years ago

@conda-forge-admin please rerender

hmaarrfk commented 2 years ago

lets see if emulatiom works first

hmaarrfk commented 2 years ago

Geez, I always forget how long emulation takes.

i opened a few more central issues. Hopefully we can get to a more unified decisions.