Skip to content

Conversation

oberbichler
Copy link
Contributor

@oberbichler oberbichler commented Feb 3, 2024

  • I have added a news fragment under changelog.d/ (if the patch affects the end users)

Summary of changes

Test plan

Tested by running

# test.py

# /// script
# dependencies = ["requests"]
# ///

import sys
import requests
project = sys.argv[1]
pipx_data = requests.get(f"https://pypi.org/pypi/{project}/json").json()
print(pipx_data["info"]["version"])

with

pipx run test.py

Copy link
Contributor

@Gitznik Gitznik left a comment

Choose a reason for hiding this comment

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

Thanks for updating this. Could you please add a doc news fragment according to our contribution guidelines?

@oberbichler
Copy link
Contributor Author

Done

@chrysle
Copy link
Contributor

chrysle commented Feb 3, 2024

Please also mention that the requirement specification syntax comes from the inline script metadata specification.

@chrysle chrysle added the awaiting response Awaiting re-engagement by contributor label Feb 4, 2024
@Gitznik
Copy link
Contributor

Gitznik commented Feb 5, 2024

Please also mention that the requirement specification syntax comes from the inline script metadata specification.

As per @katrinafyi in #1244:

If you have a script `test.py` that needs 3rd party libraries,
you can add [inline script metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/)
in the style of PEP 723.

@oberbichler
Copy link
Contributor Author

Done

Copy link
Contributor

@Gitznik Gitznik left a comment

Choose a reason for hiding this comment

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

Looks good, thank you

@Gitznik Gitznik removed the awaiting response Awaiting re-engagement by contributor label Feb 6, 2024
@chrysle chrysle merged commit c2df428 into pypa:main Feb 6, 2024
@chrysle
Copy link
Contributor

chrysle commented Feb 6, 2024

Thanks!

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.

pipx fails to run script with dependencies.
3 participants