summaryrefslogtreecommitdiff
path: root/lang/nuitka/Makefile
blob: 791d40f168df4b74830429fff6bb9b14a3b3e06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# $NetBSD: Makefile,v 1.1.1.1 2014/01/29 01:14:31 agc Exp $

DISTNAME=	Nuitka-0.5.0.1
PKGNAME=	${DISTNAME:C/N/n/}
CATEGORIES=	lang
MASTER_SITES=	http://nuitka.net/releases/

MAINTAINER=	agc@NetBSD.org
HOMEPAGE=	http://www.nuitka.net/pages/overview.html
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
REPLACE_PYTHON+=	bin/nuitka
REPLACE_PYTHON+=	bin/compare_with_cpython
REPLACE_PYTHON+=	bin/compare_with_xml
REPLACE_PYTHON+=	tests/benchmarks/pybench/clockres.py
REPLACE_PYTHON+=	tests/benchmarks/pybench/Setup.py
REPLACE_PYTHON+=	tests/benchmarks/pybench/systimes.py
REPLACE_PYTHON+=	tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py
REPLACE_PYTHON+=	tests/benchmarks/pystone.py
REPLACE_PYTHON+=	tests/packages/run_all.py
REPLACE_PYTHON+=	tests/standalone/run_all.py
REPLACE_PYTHON+=	tests/syntax/run_all.py
REPLACE_PYTHON+=	tests/reflected/compile_itself.py
REPLACE_PYTHON+=	tests/basics/run_xml.py
REPLACE_PYTHON+=	tests/basics/run_all.py
REPLACE_PYTHON+=	tests/programs/run_all.py
REPLACE_PYTHON+=	nuitka/build/inline_copy/bin/scons.py

.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"

.include "../../mk/bsd.pkg.mk"