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: fox
Date: Sun Apr 5 08:35:51 UTC 2026
Modified Files:
pkgsrc/sysutils/py-Glances: Makefile
Log Message:
sysutils/py-Glances: Fix PLIST entry.
Remove additional files under __pycache__.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/sysutils/py-Glances/Makefile:1.50
--- pkgsrc/sysutils/py-Glances/Makefile:1.49 Sun Apr 5 08:09:53 2026
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Apr 5 08:35:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2026/04/05 08:09:53 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2026/04/05 08:35:51 fox Exp $
DISTNAME= glances-4.5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
@@ -43,6 +43,8 @@ post-extract:
post-install:
# remove file in pycache
${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
cd ${DESTDIR}${PREFIX} && \
${MV} bin/glances bin/glances-${PYVERSSUFFIX} && \
${MV} ${PKGMANDIR}/man1/glances.1 ${PKGMANDIR}/man1/glances-${PYVERSSUFFIX}.1 && \
Home |
Main Index |
Thread Index |
Old Index