dev-python/gitdb2: GitDB is a pure-Python git object database
authorMarius Brehler <marbre@linux.sungazer.de>
Mon, 29 May 2017 11:22:06 +0000 (13:22 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 31 May 2017 20:44:35 +0000 (22:44 +0200)
commit4c2a6a640447a2ab07dbac817d2ed83200d0a200
tree2ecfe38f40ce83ec57db442d793225ab6143cf2e
parent9c926526ae7fc9b680b0984ee871ed02ff5354ab
dev-python/gitdb2: GitDB is a pure-Python git object database

GitDB allows you to access bare git repositories for reading and
writing. It aims at allowing full access to loose objects as well
as packs with performance and scalability in mind. It operates
exclusively on streams, allowing to handle large objects with a
small memory footprint.

The package is the successor of gitdb, where the core package
name was changed to gitdb2.

Bug: https://bugs.gentoo.org/620064
Closes: https://github.com/gentoo/gentoo/pull/4798
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-python/gitdb2/Manifest [new file with mode: 0644]
dev-python/gitdb2/gitdb2-2.0.2.ebuild [new file with mode: 0644]
dev-python/gitdb2/metadata.xml [new file with mode: 0644]