1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: python-fastimport
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Homepage: https://github.com/jelmer/python-fastimport
Build-Depends: python-all (>= 2.6.6-3), python3-all (>= 3.4), debhelper (>= 7.0.50~), python-testtools (>= 0.9.2), pypy, dh-python
Standards-Version: 3.9.7
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.4
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-fastimport.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-fastimport.git
XS-Testsuite: autopkgtest
Package: python-fastimport
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}
Suggests: git-core
Breaks: ${python:Breaks}, bzr-fastimport (<< 0.13.0+bzr361)
Replaces: bzr-fastimport (<< 0.9.0+bzr279)
Description: Fastimport file format parser and generator library
Python library for parsing and generating the fastimport file format.
The fastimport format is used for serializing version control histories.
.
This package contains the module built for Python version 2.x.
Package: python3-fastimport
Architecture: all
Provides: ${python3:Provides}
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: git-core
Description: Fastimport file format parser and generator library
Python library for parsing and generating the fastimport file format.
The fastimport format is used for serializing version control histories.
.
This package contains the module built for Python version 3.x.
Package: pypy-fastimport
Architecture: all
Provides: ${python:Provides}
Depends: ${python:Depends}, ${misc:Depends}
Suggests: git-core
Description: Fastimport file format parser and generator library
Python library for parsing and generating the fastimport file format.
The fastimport format is used for serializing version control histories.
.
This package contains the module built for pypy.
|