SlackBuildsOrg/python/dulwich
newHeiko 73fc67c82c python/dulwich: Add python3 support.
dulwich is a dependency of hg-git, a mercurial plugin: mercurial is
python3-only in current, so its plugins need python3 support.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2021-04-17 23:19:28 -05:00
..
dulwich.info
dulwich.SlackBuild
README
slack-desc

Dulwich is a Python implementation of the Git file formats and
protocols.  It aims to give an interface to git repos (both local and
remote) that doesn't call out to git directly but instead uses pure
Python.