diff options
Diffstat (limited to 'net-im/py-apprise')
-rw-r--r-- | net-im/py-apprise/Makefile | 31 | ||||
-rw-r--r-- | net-im/py-apprise/distinfo | 3 | ||||
-rw-r--r-- | net-im/py-apprise/pkg-descr | 3 |
3 files changed, 37 insertions, 0 deletions
diff --git a/net-im/py-apprise/Makefile b/net-im/py-apprise/Makefile new file mode 100644 index 000000000000..b87e60c7d304 --- /dev/null +++ b/net-im/py-apprise/Makefile @@ -0,0 +1,31 @@ +PORTNAME= apprise +DISTVERSION= 1.8.1 +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}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}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} + +USES= pytest python +USE_PYTHON= autoplist concurrent cryptography pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/net-im/py-apprise/distinfo b/net-im/py-apprise/distinfo new file mode 100644 index 000000000000..c22a3ca7c1bb --- /dev/null +++ b/net-im/py-apprise/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722308039 +SHA256 (apprise-1.8.1.tar.gz) = 08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2 +SIZE (apprise-1.8.1.tar.gz) = 1696426 diff --git a/net-im/py-apprise/pkg-descr b/net-im/py-apprise/pkg-descr new file mode 100644 index 000000000000..77bb3798c33c --- /dev/null +++ b/net-im/py-apprise/pkg-descr @@ -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. |