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
This commit is contained in:
Nicholas Kirby 2024-06-16 07:23:36 +02:00 committed by Zsolt Udvari
parent 079f4fc0f3
commit 64ba2ee00a
4 changed files with 39 additions and 0 deletions

View file

@ -108,6 +108,7 @@
SUBDIR += purple-plugin-pack
SUBDIR += purple-rocketchat
SUBDIR += purple-slack
SUBDIR += py-apprise
SUBDIR += py-fbmq
SUBDIR += py-matrix-synapse
SUBDIR += py-mattermostdriver

View file

@ -0,0 +1,32 @@
PORTNAME= apprise
DISTVERSION= 1.8.0
CATEGORIES= net-im python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nick@kirby.cx
COMMENT= Push Notifications that work with just about every platform!
WWW= https://github.com/caronc/apprise
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gntp>0:net/py-gntp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paho-mqtt>0:net/py-paho-mqtt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-oauthlib>0:www/py-requests-oauthlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR}
USES= pytest python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1715916468
SHA256 (apprise-1.8.0.tar.gz) = e8f58cebfea1a34f569cb4c68809a3175be80ec06f0a2ec473522b92023212c5
SIZE (apprise-1.8.0.tar.gz) = 1651688

View file

@ -0,0 +1,3 @@
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.