2
0

control 3.3 KB

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