-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Try to avoid non-pypi packages if possible #7069
Comments
This is a great initiative! |
Spotipy is waiting for spotipy-dev/spotipy#182 |
@jabesq could you comment on the difference between your fork of netatmo-api-python used in HA and the upstream version?
|
@jabesq Same question for pybotvac |
@pschmitt could you publish your fork of |
@robbiet480 what's in your version of |
@tfriedel Thomas, if your version of |
Created PR #12290 for sabnzbd |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
Lets keep this open |
There are 10 packages left, it's been a year. I suggest we do a final check if packages have been moved to PyPi. Migrate the platforms to use PyPi based requirements if they have, otherwise disable the requirement. A year is a long time, if it hasn't happened now, it won't happen. |
Netatmo got a pypi package in #14824 |
@andrey-git I have tested the latest version of pybotvac 0.0.6 (home assistant is using 0.0.5) https://github.com/jabesq/pybotvac/releases/tag/v0.0.6 and have also tested the proposed change to get the D7 working as I am using it now. I saw you commented on the original repo to get a pypi package so hopefully we can get it done soon. If there is anything else I can do to help out here let me know :) |
Thanks Daniel! I asked stianaske/pybotvac#13 to create a pypi package. |
## Description: Switch to own packaged version of pylgnetcast Request to make a pypi package didn't get any response: wokar/pylgnetcast#1 **Related issue (if applicable):** #7069
Edimax was fixed in #12873 |
## Description: Switch to own packaged version of pylgnetcast Request to make a pypi package didn't get any response: wokar/pylgnetcast#1 **Related issue (if applicable):** home-assistant#7069
requirements_all.txt has 31 packages defined from github.
When running
script/setup
each such package needs to be re-downloaded.Lets try to convert to pypi whenever possible.
The text was updated successfully, but these errors were encountered: