pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nuitka nuitka: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf07edd35823
branches:  trunk
changeset: 371531:cf07edd35823
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:22:58 2022 +0000

description:
nuitka: convert to egg.mk

diffstat:

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

diffs (33 lines):

diff -r f3d3ec8b8a63 -r cf07edd35823 lang/nuitka/Makefile
--- a/lang/nuitka/Makefile      Mon Jan 10 20:22:12 2022 +0000
+++ b/lang/nuitka/Makefile      Mon Jan 10 20:22:58 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/01/26 17:31:30 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/10 20:22:58 wiz Exp $
 
 DISTNAME=      Nuitka-0.5.0.1
 PKGNAME=       ${DISTNAME:C/N/n/}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    lang
 MASTER_SITES=  http://nuitka.net/releases/
 
@@ -35,5 +35,5 @@
 REPLACE_PYTHON+=       nuitka/build/inline_copy/bin/scons.py
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f3d3ec8b8a63 -r cf07edd35823 lang/nuitka/PLIST
--- a/lang/nuitka/PLIST Mon Jan 10 20:22:12 2022 +0000
+++ b/lang/nuitka/PLIST Mon Jan 10 20:22:58 2022 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2014/01/29 07:50:28 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/10 20:22:58 wiz Exp $
 bin/nuitka
 bin/nuitka-run
-${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/nuitka/Builtins.py
 ${PYSITELIB}/nuitka/Builtins.pyc
 ${PYSITELIB}/nuitka/Builtins.pyo



Home | Main Index | Thread Index | Old Index