mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 09:38:12 -07:00
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
This commit is contained in:
committed by
Michał Górny
parent
9c926526ae
commit
4c2a6a6404
12
dev-python/gitdb2/metadata.xml
Normal file
12
dev-python/gitdb2/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">gitdb2</remote-id>
|
||||
<remote-id type="github">gitpython-developers/gitdb</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user