Skip to content

Commit

Permalink
net-im/py-mattermostdriver: Add py-mattermostdriver 7.3.2
Browse files Browse the repository at this point in the history
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 branch information
sunpoet committed Feb 21, 2024
1 parent cd8081b commit fa39b28
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-im/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions net-im/py-mattermostdriver/Makefile
@@ -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 changes: 3 additions & 0 deletions net-im/py-mattermostdriver/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1708448842
SHA256 (mattermostdriver-7.3.2.tar.gz) = 2e4d7b4a17d3013e279c6f993746ea18cd60b45d8fa3be24f47bc2de22b9b3b4
SIZE (mattermostdriver-7.3.2.tar.gz) = 22144
5 changes: 5 additions & 0 deletions net-im/py-mattermostdriver/pkg-descr
@@ -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.

0 comments on commit fa39b28

Please sign in to comment.