pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bzrtools bzrtools: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bceeeda27888
branches:  trunk
changeset: 371577:bceeeda27888
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 21:29:05 2022 +0000

description:
bzrtools: convert to egg.mk

diffstat:

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

diffs (30 lines):

diff -r f2091ed06205 -r bceeeda27888 devel/bzrtools/Makefile
--- a/devel/bzrtools/Makefile   Mon Jan 10 20:58:31 2022 +0000
+++ b/devel/bzrtools/Makefile   Mon Jan 10 21:29:05 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2020/12/04 20:45:07 nia Exp $
+# $NetBSD: Makefile,v 1.34 2022/01/10 21:29:05 wiz Exp $
 
 PKGNAME=       bzrtools-${VER}
-PKGREVISION=   2
+PKGREVISION=   3
 DISTNAME=      bzrtools-${VER:R}
 CATEGORIES=    devel scm
 MASTER_SITES=  http://launchpad.net/bzrtools/stable/${VER:R}/+download/
@@ -23,5 +23,5 @@
 
 .include "../../devel/bzr/plugin.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f2091ed06205 -r bceeeda27888 devel/bzrtools/PLIST
--- a/devel/bzrtools/PLIST      Mon Jan 10 20:58:31 2022 +0000
+++ b/devel/bzrtools/PLIST      Mon Jan 10 21:29:05 2022 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/04/08 20:21:44 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.11 2022/01/10 21:29:05 wiz Exp $
 ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.py
 ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/bzrtools/__init__.pyo



Home | Main Index | Thread Index | Old Index