Source: python-gitdb Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: TANIGUCHI Takaki Build-Depends: debhelper (>= 11) ,dh-python ,python-all ,python3-all ,python-setuptools ,python3-setuptools ,git ,python-nose ,python3-nose ,python-smmap (>> 2) ,python3-smmap (>> 2) Standards-Version: 4.2.1 Homepage: https://github.com/gitpython-developers/gitdb Vcs-Git: https://salsa.debian.org/python-team/modules/python-gitdb.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-gitdb Testsuite: autopkgtest-pkg-python Package: python-gitdb Architecture: all Depends: python-smmap (>> 2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: pure-Python git object database (Python 2) The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database. . This package contains the Python 2.x module. Package: python3-gitdb Architecture: all Depends: python3-smmap (>> 2), ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python3:Provides} Description: pure-Python git object database (Python 3) The GitDB project implements interfaces to allow read and write access to git repositories. In its core lies the db package, which contains all database types necessary to read a complete git repository. These are the LooseObjectDB, the PackedDB and the ReferenceDB which are combined into the GitDB to combine every aspect of the git database. . This package contains the Python 3.x module.