diff options
Diffstat (limited to 'devel/py-merossiot/Makefile')
-rw-r--r-- | devel/py-merossiot/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-merossiot/Makefile b/devel/py-merossiot/Makefile new file mode 100644 index 000000000000..2e9eae95c802 --- /dev/null +++ b/devel/py-merossiot/Makefile @@ -0,0 +1,26 @@ +PORTNAME= merossiot +PORTVERSION= 0.4.9.0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= MerossIot-${PORTVERSION} + +MAINTAINER= mm@FreeBSD.org +COMMENT= Python library for accessing Meross IoT devices +WWW= https://github.com/albertogeniola/MerossIot + +LICENSE= MIT + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paho-mqtt>=2.1.0:net/py-paho-mqtt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.19.2:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.4:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycryptodomex>=3.20.0:security/py-pycryptodomex@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= albertogeniola +GH_PROJECT= MerossIot + +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> |