@@ -, +, @@ --- devel/py-temescal/Makefile | 19 +++++++++++++++++++ devel/py-temescal/distinfo | 3 +++ devel/py-temescal/pkg-descr | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 devel/py-temescal/Makefile create mode 100644 devel/py-temescal/distinfo create mode 100644 devel/py-temescal/pkg-descr --- /dev/null +++ b/devel/py-temescal/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= temescal +PORTVERSION= 0.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Python API for controlling LG speakers + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome>0:security/py-pycryptodome@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +.include --- /dev/null +++ b/devel/py-temescal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1606013808 +SHA256 (temescal-0.3.tar.gz) = 575c2c9dc226e1fe8d3daea5c253bda640c81411b52b756198e402c32acf1a6e +SIZE (temescal-0.3.tar.gz) = 4008 --- /dev/null +++ b/devel/py-temescal/pkg-descr @@ -0,0 +1,6 @@ +Python control for LG speaker systems + +A simple Python API for controlling speakers from LG that can otherwise +be controlled via the LG wifi speaker app. + +WWW: https://github.com/google/python-temescal