Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UV and Justfiles #2949

Open
ion-elgreco opened this issue Oct 20, 2024 · 2 comments · May be fixed by #3042
Open

Use UV and Justfiles #2949

ion-elgreco opened this issue Oct 20, 2024 · 2 comments · May be fixed by #3042
Labels
binding/python Issues for the Python package enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ion-elgreco
Copy link
Collaborator

Description

We need to switch to UV for python, which will improve build times and venv creation times and swap Makefile out with a Justfile for simplicity.

Related Issue(s)

@ion-elgreco ion-elgreco added binding/python Issues for the Python package enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Oct 20, 2024
@rtyler
Copy link
Member

rtyler commented Oct 20, 2024

I'm not familiar with uv but I don't understand what makes Justfiles simple? I've seen a few before since I believe `@roeap likes the tool, but I don't understand the benefit over GNU/Make.

I tend to prefer GNU/Make because it's on every Linux and macOS (gmake) install by default, but I'm not married to it

@ion-elgreco
Copy link
Collaborator Author

I'm not familiar with uv but I don't understand what makes Justfiles simple? I've seen a few before since I believe `@roeap likes the tool, but I don't understand the benefit over GNU/Make.

I tend to prefer GNU/Make because it's on every Linux and macOS (gmake) install by default, but I'm not married to it

I found the syntax more simple, and its written in Rust 😆🦀

@thomas-chauvet thomas-chauvet linked a pull request Dec 2, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants