evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Conda-Forge package is marked x86 only #831

Open MatthiasJ1 opened 5 months ago

MatthiasJ1 commented 5 months ago

This prevents installation on M1 or other ARM systems. Since this does not provide any compiled binaries, it can be marked noarch to signify it is CPU-architecture independent.

evhub commented 4 months ago

Looks like this doesn't work with selectors for some reason, so not sure how to implement this: https://github.com/conda-forge/coconut-feedstock/pull/36

I probably won't try to fix this, since pip is recommended over conda anyway, but you're welcome to put together a PR for coconut-feedstock if you can figure out how to make it work.