Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Invalid versions in the database file #21

@jneem

Description

@jneem

I'm trying to use mach to provide idf-component-manager, but it fails with an UnsupportedVersionError: Not a valid version: 2.7.*. This is probably related to a line like this, from sdist/b7.json:

  "idf-component-manager": {
    <snip>
    "1.2.0": {
  <snip>
          ":python_version == \"2.7.*\"": [
  <snip>
    },
}

Is there a way to work around this? Maybe the scraper should be fixing invalid x.x.* version constraints?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions