control 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. debhelper
  18. Standards-Version: 4.6.0
  19. Vcs-Git: https://salsa.debian.org/python-team/packages/dulwich.git
  20. Vcs-Browser: https://salsa.debian.org/python-team/packages/dulwich
  21. Rules-Requires-Root: no
  22. Package: python3-dulwich
  23. Architecture: any
  24. Depends: python3-certifi,
  25. python3-urllib3 (>= 1.24.1),
  26. ${misc:Depends},
  27. ${python3:Depends},
  28. ${shlibs:Depends}
  29. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  30. Recommends: python3-fastimport
  31. Suggests: python3-gpg
  32. Description: Python Git library - Python3 module
  33. Dulwich is a Python implementation of the file formats and protocols
  34. used by the Git version control system. It can currently read from and write
  35. to existing Git repositories and implements the protocol for pushing and
  36. receiving packs from remote servers.
  37. .
  38. All functionality is available in pure Python, but for improved performance
  39. replacements of some modules written in C are also available. This package
  40. includes the high performance versions.
  41. .
  42. This package contains the module built for Python version 3.x.