Added
Link Here
|
1 |
diff --git a/news/py-apprise/Makefile b/news/py-apprise/Makefile |
2 |
new file mode 100644 |
3 |
index 000000000000..53d613321e8c |
4 |
--- /dev/null |
5 |
+++ b/news/py-apprise/Makefile |
6 |
@@ -0,0 +1,24 @@ |
7 |
+PORTNAME= apprise |
8 |
+PORTVERSION= 1.7.6 |
9 |
+CATEGORIES= news python |
10 |
+MASTER_SITES= PYPI |
11 |
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
+ |
13 |
+MAINTAINER= nick@kirby.cx |
14 |
+COMMENT= Python push notifications bundled into SABnzbd |
15 |
+WWW= https://github.com/caronc/apprise |
16 |
+ |
17 |
+LICENSE= BSD2CLAUSE |
18 |
+LICENSE_FILE= ${WRKSRC}/LICENSE |
19 |
+ |
20 |
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \ |
21 |
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ |
22 |
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} |
23 |
+ |
24 |
+USES= python |
25 |
+USE_PYTHON= autoplist concurrent pep517 |
26 |
+ |
27 |
+post-install: |
28 |
+ ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + |
29 |
+ |
30 |
+.include <bsd.port.mk> |
31 |
diff --git a/news/py-apprise/distinfo b/news/py-apprise/distinfo |
32 |
new file mode 100644 |
33 |
index 000000000000..e03906018d7f |
34 |
--- /dev/null |
35 |
+++ b/news/py-apprise/distinfo |
36 |
@@ -0,0 +1,3 @@ |
37 |
+TIMESTAMP = 1714709867 |
38 |
+SHA256 (apprise-1.7.6.tar.gz) = 077f09309cc8a6c9063dbd614b343807d527d546693b7fe8fc5a4433502fea6c |
39 |
+SIZE (apprise-1.7.6.tar.gz) = 1656123 |
40 |
diff --git a/news/py-apprise/pkg-descr b/news/py-apprise/pkg-descr |
41 |
new file mode 100644 |
42 |
index 000000000000..963f52376fe1 |
43 |
--- /dev/null |
44 |
+++ b/news/py-apprise/pkg-descr |
45 |
@@ -0,0 +1 @@ |
46 |
+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. |