Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use pyproject#97

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
hugovk merged 3 commits intopython:mainfromAA-Turner:packaging
Feb 6, 2023
Merged

Use pyproject#97

hugovk merged 3 commits intopython:mainfromAA-Turner:packaging
Feb 6, 2023

Conversation

AA-Turner
Copy link
Member

Moves to consolidatedpyproject.toml and updates GHA.

A

@JulienPalard
Copy link
Member

I like pyproject-only projects, but why flit? setuptoolswouldwork too.

(I bet flit had an advantage before PEP 621?)

@AA-Turner
Copy link
MemberAuthor

I copied the initial file from another project of mine that used flit, and flit gives fewer things to clean up (no egg info directory).

But the entire point of standardisation is that changing the build backend should be easy so if you'd prefer setuptools we could change?

A

@JulienPalard
Copy link
Member

changing the build backend should be easy

It is and that's good.

What I fear is build backends created "just because it's possible", maintained by a single person and backends with tons of lines of code. I don't know them all but for example pipenv was 304k lines of code last time I checked. As I like to say E=MC² (Errors = MoreCode²).

I just checked at flit, it's 4k lines of code, 2k lines of tests, which sounds good to me. It has a single maintainer though, which does not sounds good (but setuptools don't have many more...).

Facing this "big mess of new backends", and as setuptools is handling pyproject.toml correctly, my reaction is to try to stick to the standard. (I see setuptools as the "de facto standard" and other backends as "side projects", I know this is a very personal and simplified point of view).

Flit looks simple and well maintained, LGTM, don't bother changing it.

AA-Turner reacted with thumbs up emoji

@AA-TurnerAA-Turnerforce-pushed thepackaging branch 2 times, most recently frome77160d to63f501cCompareNovember 12, 2022 14:17
@hugovk
Copy link
Member

Thanks!

@hugovkhugovk merged commitc9b34b9 intopython:mainFeb 6, 2023
@AA-TurnerAA-Turner deleted the packaging branchApril 11, 2023 13:41
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk approved these changes

@ezio-melottiezio-melottiezio-melotti approved these changes

@JulienPalardJulienPalardAwaiting requested review from JulienPalard

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@AA-Turner@JulienPalard@hugovk@ezio-melotti

[8]ページ先頭

©2009-2025 Movatter.jp