net/py-err-backend-mattermost: Add py-err-backend-mattermost 3.0.0

The err-backend-mattermost backend lets you connect errbot to the Mattermost
open source collaboration platform.
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:13:12 +08:00
parent 000dabc7dc
commit 14a81575b0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View File

@ -1050,6 +1050,7 @@
SUBDIR += py-ec2-cli-tools
SUBDIR += py-ephemeral-port-reserve
SUBDIR += py-err-backend-discord
SUBDIR += py-err-backend-mattermost
SUBDIR += py-errbot
SUBDIR += py-eventlet
SUBDIR += py-gdown

View File

@ -0,0 +1,24 @@
PORTNAME= err-backend-mattermost
PORTVERSION= 3.0.0
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Mattermost backend for Errbot
WWW= https://err-backend-mattermost.readthedocs.io/en/latest/ \
https://github.com/errbotio/err-backend-mattermost
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mattermostdriver>=4.0:net-im/py-mattermostdriver@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1708448838
SHA256 (err-backend-mattermost-3.0.0.tar.gz) = 2409559091486bb3db484c79b4dc87a545fe15e5f213e62542ff8faa47cf24ff
SIZE (err-backend-mattermost-3.0.0.tar.gz) = 22413

View File

@ -0,0 +1,2 @@
The err-backend-mattermost backend lets you connect errbot to the Mattermost
open source collaboration platform.