name subversion-python27bindings
maintainers {geeklair.net:dluke @danielluke} blair
description Python bindings for the subversion version control system (svn)
long_description Subversion (svn) is a version control system designed to be \
as similar to cvs(1) as possible, while fixing many \
outstanding problems with cvs(1). The python bindings \
provide access to subversion API from python.
homepage http://subversion.apache.org/
master_sites apache:subversion
checksums sha1 345bc84edc5fe72f70997d247230fd8d3a18d83b \
rmd160 ccde1df065be6c997967830053a03b6bdc68503e \
sha256 2cf23f3abb837dea0585a6b0ebd70e80e01f95bddef7c1aa097c18e3eaa6b584 \
distname subversion-${version}
port:db46 port:subversion \
port:gettext port:libiconv \
port:serf1 port:cyrus-sasl2 \
port:libmagic port:libcomerr \
port:zlib port:libutf8proc \
system "export LANG=C; cd ${worksrcpath}; find build* Makefile.in subversion/bindings/swig/python -type f -print0 | xargs -0 sed -i -e 's/libsvn_swig_py/libsvn_swig_py27/g'"
${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py \
${worksrcpath}/subversion/bindings/swig/python/libsvn_swig_py27
configure.args --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 \
--with-apr=${prefix}/bin/apr-1-config \
--with-apr-util=${prefix}/bin/apu-1-config --without-apxs \
--mandir=\\\${prefix}/share/man \
--with-libmagic=${prefix} \
configure.env ac_cv_path_PYTHON=${prefix}/bin/python2.7 \
ac_cv_python_includes=-I${frameworks_dir}/Python.framework/Versions/2.7/include/python2.7 \
ac_cv_python_link="${configure.cc} -L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
ac_cv_python_libs="-L${prefix}/lib -bundle -undefined dynamic_lookup ${frameworks_dir}/Python.framework/Versions/2.7/Python" \
ac_cv_python_compile=${configure.cc}