ports/devel/pymsteams/Makefile
Danilo G. Baio bf0f89714f devel/pymsteams: New port
Python Wrapper Library to send requests to Microsoft Teams Webhooks. Microsoft
refers to these messages as Connector Cards. A message can be sent with only
the main Connector Card, or additional sections can be included into the
message.

https://pypi.org/project/pymsteams/
2023-10-02 16:23:24 -03:00

21 lines
537 B
Makefile

PORTNAME= pymsteams
DISTVERSION= 0.2.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Python Wrapper Library to send requests to Microsoft Teams Webhooks
WWW= https://pypi.org/project/pymsteams/
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>=0.18.2:www/py-httpx@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>