This directory contains any supporting files to grant usage of Apprise in various distributions.
Let me know if you'd like to help me host on more platforms or can offer to do it yourself!
- EPEL based distributions are only supported if they are of v9 or higher. This includes:
- Red Hat 10.x (or higher)
- Scientific OS 10.x (or higher)
- Oracle Linux 10.x (or higher)
- Rocky Linux 10.x (or higher)
- Alma Linux 110.x (or higher)
- Fedora 29 (or higher)
Provided you are connected to the EPEL repositories, the following will just work for you:
# python3-apprise: contains all you need to develop with apprise
# apprise: provides the 'apprise' administrative tool
dnf install python3-apprise appriseYou can build your own rpm packges with the following:
-
EPEL10 (Rocky/RedHat/Oracle Linux)
tox -e build-el10-rpm
-
EPEL9 (Rocky/RedHat/Oracle Linux)
tox -e build-el9-rpm
-
Fedora 44
tox -e build-f44-rpm
-
Fedora Rawhide
tox -e build-rawhide-rpm
The man page were generated using Ronn.
- Content is directly written to entries in the man/*.md files following the the format structure available on the Ronn site.
- Then the following is executed
ronn --roff man/apprise.mdto produce the man/apprise.1 which is used by distributions.
The easiest way to generate the new man page (after updating the .md file is:
# rebuild man page
tox -e man