summaryrefslogtreecommitdiff
path: root/DEFAULTS
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-10 18:08:11 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-12 16:04:04 +0000
commit1eac8c3e28f6d31022b44acab771fbbd953940a5 (patch)
tree520ad92c79febd0b4ebddf13b2b3a2ce4ca6da1b /DEFAULTS
parentec7ac481b4a78c12eb04afea53c34cddd495bebd (diff)
downloaddefinitions-1eac8c3e28f6d31022b44acab771fbbd953940a5.tar.gz
Add new python3-distutils build system
Change-Id: Id06c0e6688764310962d67268d09c3697b734634
Diffstat (limited to 'DEFAULTS')
-rw-r--r--DEFAULTS10
1 files changed, 10 insertions, 0 deletions
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.