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

rez-pip - Add help / authors attributes #838

Closed
ColinKennedy opened this issue Jan 19, 2020 · 2 comments
Closed

rez-pip - Add help / authors attributes #838

ColinKennedy opened this issue Jan 19, 2020 · 2 comments
Labels
enhancement rez-pip ingesting py pkgs into rez (pip, wheels, etc)

Comments

@ColinKennedy
Copy link

Would it be possible to make rez-pip include help information when installing packages?

e.g. rez-pip --install black in my mind should generate a package.py file that looks like this

# ...

authors = [
    u"Łukasz Langa (lukasz@langa.pl)",
]

help = [
    ["PyPI", "https://pypi.org/project/black/19.10b0'],  # version-lock the PyPI link
    ["Home Page", "https://github.com/psf/black"],  # use the url written in the setup.py file
]

# ...

Would you accept a PR with this addition?

@nerdvegas
Copy link
Contributor

nerdvegas commented Jan 19, 2020 via email

@nerdvegas
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement rez-pip ingesting py pkgs into rez (pip, wheels, etc)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants