control 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: dulwich
  2. Section: python
  3. Priority: optional
  4. Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
  5. Uploaders: Jelmer Vernooij <jelmer@debian.org>
  6. Homepage: https://www.dulwich.io/
  7. Build-Depends: debhelper-compat (= 12),
  8. dh-python,
  9. git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64],
  10. python3-all-dbg,
  11. python3-all-dev,
  12. python3-certifi,
  13. python3-fastimport,
  14. python3-urllib3 (>= 1.24.1)
  15. Standards-Version: 4.2.1
  16. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  17. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  18. Rules-Requires-Root: no
  19. Package: python3-dulwich
  20. Architecture: any
  21. Depends: python3-certifi,
  22. python3-urllib3 (>= 1.24.1),
  23. ${misc:Depends},
  24. ${python3:Depends},
  25. ${shlibs:Depends}
  26. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  27. Recommends: python3-fastimport
  28. Suggests: python3-gpg
  29. Description: Python Git library - Python3 module
  30. Dulwich is a Python implementation of the file formats and protocols
  31. used by the Git version control system. It can currently read from and write
  32. to existing Git repositories and implements the protocol for pushing and
  33. receiving packs from remote servers.
  34. .
  35. All functionality is available in pure Python, but for improved performance
  36. replacements of some modules written in C are also available. This package
  37. includes the high performance versions.
  38. .
  39. This package contains the module built for Python version 3.x.