freebsd-ports/devel/dulwich/pkg-descr
Pawel Pekala a1e43ab135 - Update to version 0.14.1
- Regenerate patches
- Update WWW
- Update license info: now dual licensed Apache v2 and GPLv2+
  (it's unclear why it was previously labeled as GPLv3)

PR:		212713
Submitted by:	matthew@reztek.cz
Approved by:	maintainer timeout
2016-09-30 17:56:03 +00:00

9 lines
391 B
Text

Dulwich is a Python implementation of the Git file formats and protocols,
without the need to have Git installed.
It aims to provide an interface to Git repos (both local and remote) that
does not call out to Git directly but instead uses pure Python. All
functionality is available in pure Python. Optional C extensions can be
built for improved performance.
WWW: https://www.dulwich.io/