slackbuilds_ponce/python/pysvn
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
pysvn.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
pysvn.SlackBuild python/pysvn: Added (Python SVN extension) 2011-09-23 16:39:11 -03:00
README python/pysvn: Added (Python SVN extension) 2011-09-23 16:39:11 -03:00
slack-desc python/pysvn: Added (Python SVN extension) 2011-09-23 16:39:11 -03:00

The pysvn project's goal is to enable tools to be written in Python that
use Subversion.

Some pysvn extension features:
 + Supports all svn client features
 + Supports svn transaction features required to write svn pre-commit hooks
 + Easy to learn and use
 + Python like interface
 + Good Documentation and examples
 + No need to understand the Subversion C API

This requires pycxx.