Skip to content

Mark wombat 0.13.2 build 0 as broken (missing subpackages)#1992

Open
julian-belina wants to merge 1 commit intoconda-forge:mainfrom
julian-belina:wombat-broken
Open

Mark wombat 0.13.2 build 0 as broken (missing subpackages)#1992
julian-belina wants to merge 1 commit intoconda-forge:mainfrom
julian-belina:wombat-broken

Conversation

@julian-belina
Copy link
Copy Markdown
Contributor

@julian-belina julian-belina commented Apr 7, 2026

Mark wombat 0.13.2 build 0 as broken

The noarch/wombat-0.13.2-pyhc364b38_0.conda package is missing the wombat.core, wombat.utilities, and wombat.windfarm subpackages. Only wombat/__init__.py and wombat/__main__.py are included, making the package completely non-functional:

>>> from wombat.core import Simulation
ModuleNotFoundError: No module named 'wombat.core'

Root cause: The recipe used a GitHub tarball as source, which lacks PKG-INFO. Without it, setuptools-scm cannot override the broken upstream packages.find config (include=["wombat"] misses wombat.* subpackages). The feedstock tests did not catch this because they copied the full source tree (files: source: - .), so pytest imported from the local source rather than the installed package.

Fix: A corrected build (build number 1) is in progress at conda-forge/wombat-feedstock#1, switching to the PyPI sdist source and fixing test isolation.

Checklist:

  • I want to mark a package as broken (or not broken):
    • Added a description of the problem with the package in the PR description.
    • Pinged the team for the package for their input.

I am the only member of @conda-forge/wombat

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@julian-belina julian-belina requested a review from a team as a code owner April 7, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant