Port details |
- py-apprise Push Notifications that work with just about every platform!
- 1.8.1 net-im =2 1.8.1Version of this port present on the latest quarterly branch.
- Maintainer: nick@kirby.cx
- Port Added: 2024-06-16 05:30:07
- Last Update: 2024-07-30 18:59:37
- Commit Hash: 017ff9e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/caronc/apprise
- Description:
- Apprise allows you to send a notification to almost all of the
most popular notification services available to us today such as:
Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}apprise>0:net-im/py-apprise@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-im/py-apprise/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/py-apprise
- pkg install py311-apprise
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-apprise listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-apprise
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1722308039
SHA256 (apprise-1.8.1.tar.gz) = 08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2
SIZE (apprise-1.8.1.tar.gz) = 1696426
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-Babel>0 : devel/py-babel@py311
- py311-setuptools>=0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-mock>0 : devel/py-pytest-mock@py311
- py311-pytest>=0 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-click>0 : devel/py-click@py311
- py311-gntp>0 : net/py-gntp@py311
- py311-markdown>0 : textproc/py-markdown@py311
- py311-paho-mqtt>0 : net/py-paho-mqtt@py311
- py311-requests-oauthlib>0 : www/py-requests-oauthlib@py311
- py311-requests>0 : www/py-requests@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- py311-cryptography>=42.0.8,1 : security/py-cryptography@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- news/sabnzbd
Configuration Options:
- No options to configure
- Options name:
- net-im_py-apprise
- USES:
- pytest python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.1 30 Jul 2024 18:59:37 |
Vladimir Druzenko (vvd) Author: Nicholas Kirby |
net-im/py-apprise: update 1.8.0 → 1.8.1
Changelog:
https://github.com/caronc/apprise/releases/tag/v1.8.1
Replace dependency from security/py-cryptography with USE_PYTHON=cryptography.
PR: 280501 |
1.8.0_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.8.0 16 Jun 2024 05:27:04 |
Zsolt Udvari (uzsolt) Author: Nicholas Kirby |
net-im/py-apprise: new port: send notifications
Apprise allows you to send a notification to almost all of the
most popular notification services available to us today such as:
Telegram, Discord, Slack, Amazon SNS, Gotify, etc.
PR: 278707
Differential Revision: https://reviews.freebsd.org/D45169 |