pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-fritz_exporter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 19:49:05 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-fritz_exporter: Makefile PLIST

Log Message:
py-fritz_exporter: fix for latest poetry-core

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-fritz_exporter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-fritz_exporter/PLIST

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

Modified files:

Index: pkgsrc/sysutils/py-fritz_exporter/Makefile
diff -u pkgsrc/sysutils/py-fritz_exporter/Makefile:1.6 pkgsrc/sysutils/py-fritz_exporter/Makefile:1.7
--- pkgsrc/sysutils/py-fritz_exporter/Makefile:1.6      Sat Jul  5 11:44:07 2025
+++ pkgsrc/sysutils/py-fritz_exporter/Makefile  Sun Sep 28 19:49:05 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2025/07/05 11:44:07 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/09/28 19:49:05 wiz Exp $
 
 DISTNAME=      fritz_exporter-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pdreker/}
 # latest pypi distfile is older
@@ -14,7 +14,7 @@ HOMEPAGE=     https://github.com/pdreker/fri
 COMMENT=       Prometheus exporter for Fritz!Box home routers
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0.1:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-attrs-[0-9]*:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-fritzconnection-[0-9]*:../../net/py-fritzconnection
 DEPENDS+=      ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client

Index: pkgsrc/sysutils/py-fritz_exporter/PLIST
diff -u pkgsrc/sysutils/py-fritz_exporter/PLIST:1.3 pkgsrc/sysutils/py-fritz_exporter/PLIST:1.4
--- pkgsrc/sysutils/py-fritz_exporter/PLIST:1.3 Tue Jan 14 09:35:09 2025
+++ pkgsrc/sysutils/py-fritz_exporter/PLIST     Sun Sep 28 19:49:05 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2025/01/14 09:35:09 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:49:05 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
 ${PYSITELIB}/fritzexporter/__init__.py
 ${PYSITELIB}/fritzexporter/__init__.pyc
 ${PYSITELIB}/fritzexporter/__init__.pyo



Home | Main Index | Thread Index | Old Index