pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/monitoring monitoring: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/351e4eaf8c78
branches:  trunk
changeset: 371415:351e4eaf8c78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 08:27:12 2022 +0000

description:
monitoring: convert to egg.mk

diffstat:

 sysutils/monitoring/Makefile |  6 +++---
 sysutils/monitoring/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (33 lines):

diff -r a9bf787aa98e -r 351e4eaf8c78 sysutils/monitoring/Makefile
--- a/sysutils/monitoring/Makefile      Mon Jan 10 08:24:11 2022 +0000
+++ b/sysutils/monitoring/Makefile      Mon Jan 10 08:27:12 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2020/12/04 20:45:42 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/10 08:27:12 wiz Exp $
 
 VERSION=               e518a90eade4ca538468b6640dccb651e6034b9e
 DISTNAME=              ${VERSION}
 PKGNAME=               monitoring-0.9.5
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            sysutils
 MASTER_SITES=          https://github.com/sebastien/monitoring/archive/
 
@@ -28,5 +28,5 @@
        ${INSTALL_DATA} ${WRKSRC}/README.rst ${DESTDIR}${DOCDIR}
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a9bf787aa98e -r 351e4eaf8c78 sysutils/monitoring/PLIST
--- a/sysutils/monitoring/PLIST Mon Jan 10 08:24:11 2022 +0000
+++ b/sysutils/monitoring/PLIST Mon Jan 10 08:27:12 2022 +0000
@@ -1,6 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2013/04/22 09:39:21 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 08:27:12 wiz Exp $
 bin/monitoring
-${PYSITELIB}/${PKGNAME}-py2.7.egg-info
 ${PYSITELIB}/monitoring.py
 ${PYSITELIB}/monitoring.pyc
 ${PYSITELIB}/monitoring.pyo



Home | Main Index | Thread Index | Old Index