-
Notifications
You must be signed in to change notification settings - Fork 12
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
Possible to use other source? #8
Comments
After looking through the source code for this script, I see my suggestion (currently is impossible ) because some of the URLs are hard-coded to use the python website. I'm a developer but not so familiar with python and see that (in the example I gave above) it would take more than just adding support for an extra parameter to change the source to make it work. Rather than just closing it myself, I'll leave the message here as food for thought |
Adding support for git repoes is a good idea. The difficult part is fetching meta data of the python module(version, licensing etc.), one way comes up in my mind now is to parse the setup.py file. There's also another issue I concern, I want to keep the script without any external dependencies, so, I hope dealing with git would not need to import third party modules. |
Playing around a little, it appears that we could guess the source url to be Several problems:
I'm not sure that it's worth reparsing the metadata -- while we may want to change the source url, especially in view of https://rfc.archlinux.page/0020-sources-for-python-packaging/, we don't necessarily |
If possible, how does a person use a different source for the python package as demonstrated below?
The text was updated successfully, but these errors were encountered: