View | Details | Raw Unified | Return to bug 278707 | Differences between
and this patch

Collapse All | Expand All

(-)b/news/py-apprise/Makefile (+24 lines)
Added Link Here
1
PORTNAME=	apprise
2
PORTVERSION=	1.7.6
3
CATEGORIES=	news python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	nick@kirby.cx
8
COMMENT=	Python push notifications bundled into SABnzbd
9
WWW=		https://github.com/caronc/apprise
10
11
LICENSE=	BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
17
18
USES=		python
19
USE_PYTHON=	autoplist concurrent pep517
20
21
post-install:
22
	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
23
24
.include <bsd.port.mk>
(-)b/news/py-apprise/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1714709867
2
SHA256 (apprise-1.7.6.tar.gz) = 077f09309cc8a6c9063dbd614b343807d527d546693b7fe8fc5a4433502fea6c
3
SIZE (apprise-1.7.6.tar.gz) = 1656123
(-)b/news/py-apprise/pkg-descr (+1 lines)
Added Link Here
1
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.

Return to bug 278707