control 1.5 KB

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