From 1eac8c3e28f6d31022b44acab771fbbd953940a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 10 Feb 2016 18:08:11 +0000 Subject: Add new python3-distutils build system Change-Id: Id06c0e6688764310962d67268d09c3697b734634 --- DEFAULTS | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'DEFAULTS') diff --git a/DEFAULTS b/DEFAULTS index ab034a0b..f244250c 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -84,6 +84,16 @@ build-systems: strip-commands: - *generic-strip-command + python3-distutils: + # The Python distutils build systems. + configure-commands: [] + build-commands: + - python3 setup.py build + install-commands: + - python3 setup.py install --prefix "$PREFIX" --root "$DESTDIR" + strip-commands: + - *generic-strip-command + cpan: # The Perl ExtUtil::MakeMaker build system. This is called the 'cpan' build # system for historical reasons. -- cgit v1.2.1