pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-Glances



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr  5 20:49:33 UTC 2026

Modified Files:
        pkgsrc/sysutils/py-Glances: Makefile

Log Message:
py-Glances: add upstream bug report URL


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/sysutils/py-Glances/Makefile

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-Glances/Makefile
diff -u pkgsrc/sysutils/py-Glances/Makefile:1.50 pkgsrc/sysutils/py-Glances/Makefile:1.51
--- pkgsrc/sysutils/py-Glances/Makefile:1.50    Sun Apr  5 08:35:51 2026
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Apr  5 20:49:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2026/04/05 08:35:51 fox Exp $
+# $NetBSD: Makefile,v 1.51 2026/04/05 20:49:33 wiz Exp $
 
 DISTNAME=      glances-4.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
@@ -42,6 +42,7 @@ post-extract:
 
 post-install:
        # remove file in pycache
+       # https://github.com/nicolargo/glances/issues/3516
        ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/glances/plugins/__pycache__/__init__.py
        ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/glances/plugins/__pycache__/__pycache__/__init__.cpython-313.opt-1.pyc
        ${RM} -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/glances/plugins/__pycache__/__pycache__/__init__.cpython-313.pyc



Home | Main Index | Thread Index | Old Index