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

pipx.run entry-points should be setuptools-scm #1081

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

paugier
Copy link
Contributor

@paugier paugier commented Oct 25, 2024

The package is now called setuptools-scm.

- are more common than _ for command names (at least on Linux).

I guess it make more sense to write pipx run setuptools-scm.

Note: currently (before next release), this works

pipx run --spec setuptools-scm@https://github.com/pypa/setuptools-scm/archive/refs/heads/main.zip setuptools_scm

@paugier
Copy link
Contributor Author

paugier commented Oct 25, 2024

Note for myself: this works

pipx run -v --spec setuptools-scm@git+https://github.com/paugier/setuptools_scm.git@fix-pipx-command-name setuptools-scm

@RonnyPfannschmidt
Copy link
Contributor

Based in normalization I suspect we will need the old name

I think pipx needs to support normalization flips before we can drop it

Copy link
Contributor

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my understanding is that we need both-until normalization is supported

pyproject.toml Show resolved Hide resolved
@paugier paugier force-pushed the fix-pipx-command-name branch from 8dd3e43 to a558f31 Compare January 14, 2025 11:25
@RonnyPfannschmidt RonnyPfannschmidt merged commit 051ad96 into pypa:main Jan 14, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants