conda-forge / gstreamer-feedstock

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

Try to ignore the python_abi run export #87

Closed conda-forge-linter closed 1 year ago

conda-forge-linter commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I've rerendered the recipe as instructed in #86.

Here's a checklist to do before merging.

conda-forge-linter commented 1 year 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 1 year ago

Ok i built locally and can confirm that this finally gets rid of the python runtime pin that was erroneoously added.

Locally genreated index.json looks like:

{
  "arch": "arm64",
  "build": "hbc5d57f_1",
  "build_number": 1,
  "depends": [
    "gettext >=0.21.1,<1.0a0",
    "glib >=2.74.1,<3.0a0",
    "libcxx >=14.0.6",
    "libglib >=2.74.1,<3.0a0"
  ],
  "license": "LGPL-2.0-or-later",
  "name": "gstreamer",
  "platform": "osx",
  "subdir": "osx-arm64",
  "timestamp": 1671591058768,
  "version": "1.21.3"
}