File: control

package info (click to toggle)
dulwich 0.21.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,016 kB
  • sloc: python: 34,576; ansic: 877; makefile: 156; sh: 13
file content (40 lines) | stat: -rw-r--r-- 1,521 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
31
32
33
34
35
36
37
38
39
40
Source: dulwich
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://www.dulwich.io/
Build-Depends: debhelper-compat (= 13),
               dh-python,
               git [!kfreebsd-amd64 !kfreebsd-i386],
               gnupg,
               python3-all-dev,
               python3-fastimport,
               python3-gpg,
               python3-urllib3 (>= 1.25),
               python3-setuptools
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/dulwich.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/dulwich
Rules-Requires-Root: no

Package: python3-dulwich
Architecture: any
Depends: python3-urllib3 (>= 1.25),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Breaks: python3-breezy (<< 3.0.0~bzr7268)
Recommends: python3-fastimport
Suggests: python3-gpg
Description: Python Git library - Python3 module
 Dulwich is a Python implementation of the file formats and protocols
 used by the Git version control system. It can currently read from and write
 to existing Git repositories and implements the protocol for pushing and
 receiving packs from remote servers.
 .
 All functionality is available in pure Python, but for improved performance
 replacements of some modules written in C are also available. This package
 includes the high performance versions.
 .
 This package contains the module built for Python version 3.x.