void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.59k stars 2.15k forks source link

Package request: python3-pyright #51572

Open Eloitor opened 3 months ago

Eloitor commented 3 months ago

Package name

python3-pyright

Package homepage

https://github.com/RobertCraigie/pyright-python

Description

Python command line wrapper for pyright, a static type checker.

Needed for the pyright plugin for eric-ide (https://github.com/void-linux/void-packages/pull/51523), but it is not needed for eric-ide to work.

Does the requested package meet the package requirements?

System

Is the requested package released?

Yes

melroy89 commented 2 months ago

Why not just pip install pyright?

Eloitor commented 2 months ago

It needs a virtual environment. If I install eric-ide globally, I'm unsure how can I make eric aware of the venv...