pysvn-python.cfg 493 Bytes
[buildout]
extends =
  ../software-profiles/apache.cfg
  ../software-profiles/subversion.cfg

parts =
  pysvn-python

[pysvn-python]
recipe = zc.recipe.egg:custom
egg =
  pysvn
include-dirs =
  ${subversion:location}/include/subversion-1
  ${apache:location}/include
library-dirs =
  ${subversion:location}/lib
  ${apache:location}/lib
# heavily patched version that supports --include-dirs and --library-dirs
find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd002.tar.gz