conda-forge / airflow-feedstock

A conda-smithy repository for airflow.
BSD 3-Clause "New" or "Revised" License
6 stars 17 forks source link

Switch extras (`airflow-with-*`) to `noarch: python` #134

Closed xylar closed 5 months ago

xylar commented 6 months ago

Checklist

conda-forge-webservices[bot] commented 6 months 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.

xylar commented 6 months ago

I don't see any other packages doing this and maybe there's a reason for that...

xylar commented 6 months ago

@conda-forge-admin, please rerender

xylar commented 6 months ago

Nope, this doesn't look right. The packages that result look like:

  "airflow-with-virtualenv-2.9.0-pyhff2d567_1.conda": {
    "recipe": {
      "channel_targets": "conda-forge main",
      "python": "3.12.* *_cpython"
    }
  },

whereas a proper noarch package looks like:

  "apache-airflow-providers-fab-1.0.3-pyhd8ed1ab_1.conda": {
    "recipe": {
      "channel_targets": "conda-forge main"
    }
  }
xylar commented 5 months ago

Handling this in #136 (if possible)