File: control

package info (click to toggle)
python-unidiff 0.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: python: 1,020; sh: 13; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 974 bytes parent folder | download
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
Source: python-unidiff
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools
Standards-Version: 4.6.0
Homepage: https://github.com/matiasb/python-unidiff
Vcs-Git: https://salsa.debian.org/python-team/packages/python-unidiff.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-unidiff
Testsuite: autopkgtest-pkg-python

Package: python3-unidiff
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Unified diff Python parsing/metadata extraction library (Python 3)
 Simple Python library to parse and interact with unified diff data
 .
 Python's standard library has a difflib module which generates diffs, but
 cannot read or apply existing patch files. This module can do that.
 .
 This package installs the library for Python 3.