net/py-errbot-backend-slackv3: Add py-errbot-backend-slackv3 0.2.1

The err-backend-slackv3 backend lets you connect to the Slack messaging service
using the Real-time Messaging Protocol, Events Request-URL or Events Socket
mode.
This commit is contained in:
Po-Chuan Hsieh 2024-02-21 22:13:17 +08:00
parent 14a81575b0
commit cd8081bb55
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 32 additions and 0 deletions

View File

@ -1052,6 +1052,7 @@
SUBDIR += py-err-backend-discord
SUBDIR += py-err-backend-mattermost
SUBDIR += py-errbot
SUBDIR += py-errbot-backend-slackv3
SUBDIR += py-eventlet
SUBDIR += py-gdown
SUBDIR += py-geopy

View File

@ -0,0 +1,25 @@
PORTNAME= errbot-backend-slackv3
PORTVERSION= 0.2.1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Errbot SlackV3 backend plugin
WWW= https://err-backend-slackv3.readthedocs.io/en/latest/ \
https://github.com/errbotio/err-backend-slackv3
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}markdown>=3.3.6:textproc/py-markdown@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}slack-sdk>=3.12.0:net-im/py-slack-sdk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}slackeventsapi>=3.0.0:net-im/py-slackeventsapi@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1708448840
SHA256 (errbot-backend-slackv3-0.2.1.tar.gz) = 3eb2850b9571c11125d2638bc4c3e5688492c69d2c7642a992afbcc612118efb
SIZE (errbot-backend-slackv3-0.2.1.tar.gz) = 31887

View File

@ -0,0 +1,3 @@
The err-backend-slackv3 backend lets you connect to the Slack messaging service
using the Real-time Messaging Protocol, Events Request-URL or Events Socket
mode.