diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-05-08 19:53:16 +1000 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-05-08 19:53:16 +1000 |
| commit | 8967de7280e3ac990779e8b51674d2ce9f33b341 (patch) | |
| tree | 4763aa7029b48537f117833d95b32289529bef7a /python | |
| parent | a5a8f00dc293dfdda2ebc2f198bb3d3434e6b75c (diff) | |
| parent | db8ea36ec0ae0200e8f8f2de90a22f475762b166 (diff) | |
| download | subunit-git-8967de7280e3ac990779e8b51674d2ce9f33b341.tar.gz | |
Merge autoconf transition and jaunty build updates.
Diffstat (limited to 'python')
| -rw-r--r-- | python/SConscript | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/python/SConscript b/python/SConscript deleted file mode 100644 index 8eb1136..0000000 --- a/python/SConscript +++ /dev/null @@ -1,20 +0,0 @@ -Import('*') -# describe what we need for Python - -EnsurePythonVersion(2, 4) - -import distutils.sysconfig -import os.path - -# distutils default prefix is the common path between -# distutils.sysconfig.get_python_lib and distutils.sysconfig.get_python_inc -prefix = os.path.commonprefix([ - distutils.sysconfig.get_python_lib(), - distutils.sysconfig.get_python_inc(), - ]) -# suffix to install .py files to is distutils.sysconfig.get_python_lib() -# after the common prefix -python_suffix = distutils.sysconfig.get_python_lib()[len(prefix):] -# install path for python is then in DESTDIR + python_suffix -python_installdir = DESTDIR + python_suffix + '/subunit' -env.Alias('install', [Install(python_installdir, 'subunit/__init__.py')]) |
