svn commit: samba r25645 - in branches/4.0-python: . source/lib/tdb

jelmer at samba.org jelmer at samba.org
Mon Oct 15 13:28:46 GMT 2007


Author: jelmer
Date: 2007-10-15 13:28:46 +0000 (Mon, 15 Oct 2007)
New Revision: 25645

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25645

Log:
Add setup.py for tdb.

Added:
   branches/4.0-python/source/lib/tdb/setup.py
Modified:
   branches/4.0-python/


Changeset:

Property changes on: branches/4.0-python
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:file-ids
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Added: branches/4.0-python/source/lib/tdb/setup.py
===================================================================
--- branches/4.0-python/source/lib/tdb/setup.py	2007-10-15 13:28:42 UTC (rev 25644)
+++ branches/4.0-python/source/lib/tdb/setup.py	2007-10-15 13:28:46 UTC (rev 25645)
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+from distutils.core import setup
+from distutils.extension import Extension
+setup(name='tdb',
+      version='1.0',
+      ext_modules=[Extension('_tdb', ['swig/tdb.i'], include_dirs=['include'],
+      libraries=['tdb'], swig_opts=["-noproxydel"])],
+      )


Property changes on: branches/4.0-python/source/lib/tdb/setup.py
___________________________________________________________________
Name: svn:executable
   + *



More information about the samba-cvs mailing list