-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add to APT? #72
Comments
sudo apt install python3 python3-pip
pip3 install ping3
ping3 google.com
|
I'm making an apt package for my own app, adding a dependent package is trivial, adding a postinst that uses pip to install ping3 feels dirty. |
The problem is that I don't know how to make an apt package. I wondering if this can be an apt package since the command is actually running as in python code not binary. Should I build it as a binary file first? |
I've started packing simplemonitor (https://github.com/jamesoff/simplemonitor) into Debian. An optional dependency of simplemonitor is ping3, so I might package it. I will comment here (I have a test version but I haven't uploaded it into Debian just yet). |
When I packaged this for Debian, and while testing it, doing I've submitted: To handle the exception and give a better user experience, I think. If this can be merged (and new ping3 released, if possible) I will resume packaging in Debian. I am not sure that it will be included in Debian since it depends on many things... |
Update here: the package is available on Debian unstable, as seen in: |
Hey, not sure how it works but could this get added to the ubuntu apt repositories?
The text was updated successfully, but these errors were encountered: