pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-fritzconnection



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 09:33:44 UTC 2024

Modified Files:
        pkgsrc/net/py-fritzconnection: Makefile

Log Message:
py-fritzconnection: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-fritzconnection/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-fritzconnection/Makefile
diff -u pkgsrc/net/py-fritzconnection/Makefile:1.1 pkgsrc/net/py-fritzconnection/Makefile:1.2
--- pkgsrc/net/py-fritzconnection/Makefile:1.1  Fri Dec 15 19:00:32 2023
+++ pkgsrc/net/py-fritzconnection/Makefile      Sun Oct 13 09:33:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/12/15 19:00:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/13 09:33:44 wiz Exp $
 
 DISTNAME=      fritzconnection-1.13.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,13 +10,12 @@ HOMEPAGE=   https://github.com/kbr/fritzco
 COMMENT=       Communicate with the AVM FRITZ!Box
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
 .for f in fritzcall fritzconnection fritzhomeauto fritzhosts fritzmonitor fritzphonebook fritzstatus fritzwlan
        cd ${DESTDIR}${PREFIX}/bin && ${MV} ${f} ${f}-${PYVERSSUFFIX} || ${TRUE}



Home | Main Index | Thread Index | Old Index