control 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), python3-all-dev, python3-all-dbg, debhelper (>= 9.20160114), python-unittest2, git (>= 1:1.7.0.4-2) [!alpha !ppc64 !sparc64 !x32 !ia64], python-fastimport (>= 0.9.0~bzr293), python3-fastimport, pypy-dev [!hurd-any !m68k !sh4 !x32 !hppa !powerpcspe], dh-python, python-certifi, python3-certifi, python-urllib3, python3-urllib3
  8. Standards-Version: 4.1.1
  9. Vcs-Git: https://salsa.debian.org/python-team/modules/dulwich.git
  10. Vcs-Browser: https://salsa.debian.org/python-team/modules/dulwich
  11. Package: python-dulwich
  12. Architecture: any
  13. Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}, python-urllib3, python-certifi
  14. Breaks: bzr-git (<< 0.6.2)
  15. Recommends: python-fastimport
  16. Description: Python Git library
  17. Dulwich is a Python implementation of the file formats and protocols
  18. used by the Git version control system. It can currently read from and write
  19. to existing Git repositories and implements the protocol for pushing and
  20. receiving packs from remote servers.
  21. .
  22. All functionality is available in pure Python, but for improved performance
  23. replacements of some modules written in C are also available. This package
  24. includes the high performance versions.
  25. .
  26. This package contains the module built for Python version 2.x.
  27. Package: pypy-dulwich
  28. Architecture: amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x alpha kfreebsd-any powerpc ppc64 sparc64
  29. Provides: ${pypy:Provides}
  30. Depends: ${pypy:Depends}, ${misc:Depends}, ${shlibs:Depends}
  31. Recommends: pypy-fastimport
  32. Description: Python Git library - pypy 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 pypy.
  43. Package: python3-dulwich
  44. Architecture: any
  45. Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}, python3-urllib3, python3-certifi
  46. Breaks: bzr-git (<< 0.6.2)
  47. Recommends: python3-fastimport
  48. Description: Python Git library - Python3 module
  49. Dulwich is a Python implementation of the file formats and protocols
  50. used by the Git version control system. It can currently read from and write
  51. to existing Git repositories and implements the protocol for pushing and
  52. receiving packs from remote servers.
  53. .
  54. All functionality is available in pure Python, but for improved performance
  55. replacements of some modules written in C are also available. This package
  56. includes the high performance versions.
  57. .
  58. This package contains the module built for Python version 3.x.