File: control

package info (click to toggle)
python-gitdb 4.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 740 kB
  • sloc: python: 3,156; makefile: 13
file content (30 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: python-gitdb
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 13)
	,dh-python
	,python3-all
	,python3-setuptools
	,git
	,python3-nose
	,python3-smmap
Standards-Version: 4.6.0
Homepage: https://github.com/gitpython-developers/gitdb
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gitdb.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gitdb
Testsuite: autopkgtest-pkg-python

Package: python3-gitdb
Architecture: all
Depends: python3-smmap, ${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.