control 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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-dev,
  12. python3-fastimport,
  13. python3-gpg,
  14. python3-urllib3 (>= 1.25),
  15. python3-setuptools
  16. Standards-Version: 4.6.2
  17. Vcs-Git: https://salsa.debian.org/python-team/packages/dulwich.git
  18. Vcs-Browser: https://salsa.debian.org/python-team/packages/dulwich
  19. Rules-Requires-Root: no
  20. Package: python3-dulwich
  21. Architecture: any
  22. Depends: python3-urllib3 (>= 1.25),
  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.