pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-prometheus_client
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 13 12:39:14 UTC 2025
Modified Files:
pkgsrc/net/py-prometheus_client: Makefile PLIST
Log Message:
py-prometheus_client: fix for setuptools>=78
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/py-prometheus_client/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-prometheus_client/PLIST
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-prometheus_client/Makefile
diff -u pkgsrc/net/py-prometheus_client/Makefile:1.22 pkgsrc/net/py-prometheus_client/Makefile:1.23
--- pkgsrc/net/py-prometheus_client/Makefile:1.22 Tue Dec 3 15:35:19 2024
+++ pkgsrc/net/py-prometheus_client/Makefile Sun Apr 13 12:39:14 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2024/12/03 15:35:19 adam Exp $
+# $NetBSD: Makefile,v 1.23 2025/04/13 12:39:14 wiz Exp $
DISTNAME= prometheus_client-0.21.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/prometheus_client/}
@@ -10,7 +11,7 @@ HOMEPAGE= https://github.com/prometheus/
COMMENT= Prometheus instrumentation library for Python applications
LICENSE= apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
Index: pkgsrc/net/py-prometheus_client/PLIST
diff -u pkgsrc/net/py-prometheus_client/PLIST:1.4 pkgsrc/net/py-prometheus_client/PLIST:1.5
--- pkgsrc/net/py-prometheus_client/PLIST:1.4 Mon Nov 6 19:51:22 2023
+++ pkgsrc/net/py-prometheus_client/PLIST Sun Apr 13 12:39:14 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2023/11/06 19:51:22 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.5 2025/04/13 12:39:14 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/NOTICE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/prometheus_client/__init__.py
${PYSITELIB}/prometheus_client/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index