View | Details | Raw Unified | Return to bug 256989 | Differences between
and this patch

Collapse All | Expand All

(-)b/comms/py-fritzconnection/Makefile (+19 lines)
Added Link Here
1
PORTNAME=	fritzconnection
2
PORTVERSION=	1.6.0
3
CATEGORIES=	comms python
4
MASTER_SITES=	CHEESESHOP
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	freebsd@michael-bueker.de
8
COMMENT=	Python tool to communicate with AVM FritzBox routers
9
10
LICENSE=	MIT
11
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
12
13
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.22.0:www/py-requests@${PY_FLAVOR}
14
15
NO_ARCH=	yes
16
USES=		python:3.6+
17
USE_PYTHON=	autoplist distutils
18
19
.include <bsd.port.mk>
(-)b/comms/py-fritzconnection/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1627392850
2
SHA256 (fritzconnection-1.6.0.tar.gz) = e33f7c8fe7c1062bf7f5a488385d4e050d5c4b9a7a379daa058f70d9db02f4a7
3
SIZE (fritzconnection-1.6.0.tar.gz) = 32768
(-)b/comms/py-fritzconnection/pkg-descr (+4 lines)
Added Link Here
1
A Python tool to communicate with the AVM FritzBox family of home routers.
2
It uses the TR-064 protocol over UPnP.
3
4
WWW: https://github.com/kbr/fritzconnection/

Return to bug 256989