[Checkins] SVN: ldappas/trunk/ Created a simple buildout. It doesn't compile in python-ldap yet; that

Martijn Faassen faassen at infrae.com
Fri Sep 22 11:06:34 EDT 2006


Log message for revision 70337:
  Created a simple buildout. It doesn't compile in python-ldap yet; that 
  needs to be available on the system, unfortunately.
  

Changed:
  _U  ldappas/trunk/
  A   ldappas/trunk/buildout.cfg
  _U  ldappas/trunk/src/

-=-

Property changes on: ldappas/trunk
___________________________________________________________________
Name: svn:ignore
   + build
develop-eggs
eggs
parts
.installed.cfg
bin


Name: svn:externals
   + bootstrap   svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap
ldapadapter svn://svn.zope.org/repos/main/ldapadapter/trunk



Added: ldappas/trunk/buildout.cfg
===================================================================
--- ldappas/trunk/buildout.cfg	2006-09-22 15:05:46 UTC (rev 70336)
+++ ldappas/trunk/buildout.cfg	2006-09-22 15:06:30 UTC (rev 70337)
@@ -0,0 +1,46 @@
+[buildout]
+develop = . ldapadapter
+parts = zope3 data instance test-ldappas test-ldapadapter
+
+find-links = http://download.zope.org/distribution/
+
+[zope3]
+recipe = zc.recipe.zope3checkout
+url = svn://svn.zope.org/repos/main/Zope3/branches/3.3
+
+[data]
+recipe = zc.recipe.filestorage
+
+[instance]
+recipe = zc.recipe.zope3instance
+database = data
+user = faassen:test
+eggs = setuptools
+       ldappas 
+       ldapadapter
+zcml = ldappas
+       ldapadapter
+
+[test-ldappas]
+recipe = zc.recipe.testrunner
+eggs = ldappas
+extra-paths = parts/zope3/src
+
+[test-ldapadapter]
+recipe = zc.recipe.testrunner
+eggs = ldapadapter
+extra-paths = parts/zope3/src
+
+# to install openldap + python-ldap in the buildout. This doesn't work yet
+
+#[openldap]
+#recipe = zc.recipe.cmmi
+#url = ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-stable/openldap-stable-20060823.tgz
+
+#[python-ldap]
+#recipe = zc.recipe.egg:custom
+#eggs = python-ldap == 2.2.0
+#find-links = http://localhost # /home/faassen/buildout/lpdappas
+#include-dirs = ${buildout:directory}/parts/openldap/include
+#library-dirs = $(buildout:directory}/parts/openldap/lib
+#rpath = $(buildout:directory)/parts/openldap/lib
\ No newline at end of file


Property changes on: ldappas/trunk/src
___________________________________________________________________
Name: svn:ignore
   + ldappas.egg-info




More information about the Checkins mailing list