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
|
Source: whatthepatch
Section: python
Priority: extra
Maintainer: Reinhard Tartler <siretart@tauware.de>
Build-Depends: debhelper (>= 9), dh-python, python-all, python-setuptools, python3-all, python3-setuptools
Standards-Version: 4.0.0
Homepage: https://github.com/cscorley/whatthepatch
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Testsuite: autopkgtest-pkg-python
Package: python-whatthepatch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Library for parsing patch files (Python 2)
What The Patch!? is a library for parsing patch files. Its only purpose
is to read a patch file and get it into some usable form by other
programs.
.
This package installs the library for Python 2.
Package: python3-whatthepatch
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-whatthepatch-doc
Description: Library for parsing patch files(Python 3)
What The Patch!? is a library for parsing patch files. Its only purpose
is to read a patch file and get it into some usable form by other
programs.
.
This package installs the library for Python 3.
|