-
Notifications
You must be signed in to change notification settings - Fork 175
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
Distribute PyOWM via package managers to the most used Linux distributions #98
Comments
There's an Arch PKGBUILD in the AUR under the name python-owm. |
Hum... I didn't package the lib using any packaging channel, so someone has already kicked it off. Nothing wrong with it, of course, as soon as that bundle effectively contains PyOWM 2.5 As regards this task, I was thinking about Debian/Ubuntu packaging as a priority |
Yeah that was me - it was more of an FYI. It should be at 2.5.0 now. On Tuesday, November 8, 2016, Claudio Sparpaglione [email protected]
|
Haaa sorry, I didn't get :) |
@Diapente could you please submit any kind of high level guideline on how to install PyOWM via AUR packaging? Be it anything, I mean, a single command line or a bullet pointed list or whatever You could submit a PR to the master branch yourself as well, if you want Thanks so much! |
Sure - there are various methods to access the AUR but one of more common/easily understood ones would be:
Then follow the prompts as for any other PKGBUILD. I only made a python3 package. PyOWM is compatible with python2 so do you want me to package a python2 version? That would take the name python2-owm (following AUR convention). https://wiki.archlinux.org/index.php/PKGBUILD Just for your edification I posted the link to the wiki page on PKGBUILD - essentially it's a bash script that automates the downloading and installation of a package according to parameters defined by the packager. When another user downloads the PKGBUILD they can install as-is, or modify parameters to suit themselves (for example changing the locations of files, enabling or disabling certain options). |
@Diapente yes please, Python 2 is still extensively used I added install notes to this new wiki page: if there is anything wrong with it, please notify me! |
Done - python2-owm is now available from the AUR. |
Thanks @Diapente ! |
This is a good idea, as both pyowm and OWM are awesome! Since Wunderground.com is shutting down all of its API access keys (except those of PWS owners) completely starting next month (i.e. after December 31, 2018), many folks will look for alternative web API solutions. |
@axodd thanks a lot for your effort and reseach! |
BTW pyowm is available for current (and next) openSUSE release. |
Thanks for notifying @tigerfoot ! |
#385 (comment) |
In order to make even more straightforward for users to install PyOWM, it would be superb to have it installable via package managers (such as
apt
orrpm
) on the most used Linux distros.The main platforms to be targeted should be: Raspbian, Ubuntu and Fedora.
Good reads are:
Good tools could be:
The text was updated successfully, but these errors were encountered: