summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <dan.firth@codethink.co.uk>2016-11-15 15:08:24 +0000
committerDaniel Firth <dan.firth@codethink.co.uk>2016-11-17 11:07:25 +0000
commit426c840b621378d2a111a9bcf8f9069d1c4bc08d (patch)
tree107656157cf2561ee1109554646a438b25451fb1
parentabf5c849401be162785421370f041c3a604c7dba (diff)
downloaddefinitions-426c840b621378d2a111a9bcf8f9069d1c4bc08d.tar.gz
Add explicit python2 default
-rw-r--r--DEFAULTS11
1 files changed, 11 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index 83f0afed..815ed667 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -87,6 +87,17 @@ build-systems:
strip-commands:
- *generic-strip-command
+ python2-distutils:
+ # The Python distutils build systems.
+ configure-commands: []
+ build-commands:
+ - python2 setup.py build
+ install-commands:
+ - python2 setup.py install --prefix "$PREFIX" --root "$DESTDIR"
+ strip-commands:
+ - *generic-strip-command
+
+
python3-distutils:
# The Python distutils build systems.
configure-commands: []