pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nuitka Convert to distutils.mk.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cce0af573c77
branches: trunk
changeset: 629846:cce0af573c77
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jan 29 07:50:28 2014 +0000
description:
Convert to distutils.mk.
Remove PYTHON_VERSIONS_ACCEPTED which is basically just the default.
Bump PKGREVISION.
diffstat:
lang/nuitka/Makefile | 9 +++------
lang/nuitka/PLIST | 3 ++-
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r d58c255dc9ef -r cce0af573c77 lang/nuitka/Makefile
--- a/lang/nuitka/Makefile Wed Jan 29 01:19:38 2014 +0000
+++ b/lang/nuitka/Makefile Wed Jan 29 07:50:28 2014 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2014/01/29 01:14:31 agc Exp $
+# $NetBSD: Makefile,v 1.2 2014/01/29 07:50:28 wiz Exp $
DISTNAME= Nuitka-0.5.0.1
PKGNAME= ${DISTNAME:C/N/n/}
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://nuitka.net/releases/
@@ -10,9 +11,6 @@
COMMENT= Python to C++ compiler
LICENSE= apache-2.0
-PYTHON_VERSIONS_ACCEPTED= 33 32 27 26
-PYDISTUTILSPKG= yes
-
REPLACE_PYTHON+= misc/check-release
REPLACE_PYTHON+= misc/check-with-pylint
REPLACE_PYTHON+= bin/nuitka-run
@@ -34,6 +32,5 @@
REPLACE_PYTHON+= nuitka/build/inline_copy/bin/scons.py
.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-
+.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"
diff -r d58c255dc9ef -r cce0af573c77 lang/nuitka/PLIST
--- a/lang/nuitka/PLIST Wed Jan 29 01:19:38 2014 +0000
+++ b/lang/nuitka/PLIST Wed Jan 29 07:50:28 2014 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2014/01/29 01:14:31 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/29 07:50:28 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