control 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-fastimport,
  14. python3-gpg,
  15. python3-urllib3 (>= 1.25),
  16. python3-setuptools
  17. Standards-Version: 4.6.1
  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-urllib3 (>= 1.25),
  24. ${misc:Depends},
  25. ${python3:Depends},
  26. ${shlibs:Depends}
  27. Breaks: python3-breezy (<< 3.0.0~bzr7268)
  28. Recommends: python3-fastimport
  29. Suggests: python3-gpg
  30. Description: Python Git library - Python3 module
  31. Dulwich is a Python implementation of the file formats and protocols
  32. used by the Git version control system. It can currently read from and write
  33. to existing Git repositories and implements the protocol for pushing and
  34. receiving packs from remote servers.
  35. .
  36. All functionality is available in pure Python, but for improved performance
  37. replacements of some modules written in C are also available. This package
  38. includes the high performance versions.
  39. .
  40. This package contains the module built for Python version 3.x.