pysvn-python.cfg 493 Bytes
Newer Older
1 2
[buildout]
extends =
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
3
  ../software-profiles/apache.cfg
4
  ../software-profiles/subversion.cfg
5 6 7 8 9

parts =
  pysvn-python

[pysvn-python]
10 11 12 13 14 15 16 17 18 19
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
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
20
find-links = http://www.nexedi.org/static/packages/source/pysvn-1.7.4nxd003.tar.gz