mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
net-im/py-mattermostdriver: Add py-mattermostdriver 7.3.2
mattermostdriver is the Python Mattermost Driver for API v4. You interact with this module mainly by using the Driver class. If you want to access information about the logged in user, like the user id, you can access them by using Driver.client.userid.
This commit is contained in:
parent
cd8081bb55
commit
fa39b281ad
@ -111,6 +111,7 @@
|
||||
SUBDIR += purple-slack
|
||||
SUBDIR += py-fbmq
|
||||
SUBDIR += py-matrix-synapse
|
||||
SUBDIR += py-mattermostdriver
|
||||
SUBDIR += py-nbxmpp
|
||||
SUBDIR += py-punjab
|
||||
SUBDIR += py-python-telegram-bot
|
||||
|
23
net-im/py-mattermostdriver/Makefile
Normal file
23
net-im/py-mattermostdriver/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= mattermostdriver
|
||||
PORTVERSION= 7.3.2
|
||||
CATEGORIES= net-im python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python Mattermost Driver
|
||||
WWW= https://vaelor.github.io/python-mattermost-driver/ \
|
||||
https://github.com/Vaelor/python-mattermost-driver
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.25:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}websockets>=8:devel/py-websockets@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net-im/py-mattermostdriver/distinfo
Normal file
3
net-im/py-mattermostdriver/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1708448842
|
||||
SHA256 (mattermostdriver-7.3.2.tar.gz) = 2e4d7b4a17d3013e279c6f993746ea18cd60b45d8fa3be24f47bc2de22b9b3b4
|
||||
SIZE (mattermostdriver-7.3.2.tar.gz) = 22144
|
5
net-im/py-mattermostdriver/pkg-descr
Normal file
5
net-im/py-mattermostdriver/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
mattermostdriver is the Python Mattermost Driver for API v4.
|
||||
|
||||
You interact with this module mainly by using the Driver class. If you want to
|
||||
access information about the logged in user, like the user id, you can access
|
||||
them by using Driver.client.userid.
|
Loading…
Reference in New Issue
Block a user