Skip to content

Future-proof Blinka #1113

Description

@makermelissa

Blinka currently uses setup.py, which is now deprecated. However, because it runs on a wide variety of processors and Linux environments. switching to pyproject.toml is a bit complicated. There is a way to have different variations of the installer, but because Blinka is listed as a dependency on CircuitPython libraries that may be used on several board, there isn't a one-size-fits-all option.

The goal of this issue is to put it in a state where it can meet all of these requirements:

  • Move over to a setup system that isn't deprecated
  • Allow Blinka to be listed as a dependency and install (or direct) the user to install appropriately on the environment
  • Still work on a bunch of boards
  • Possibly move to a newer version of Python (such as Python 3.9)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions