Path to this page:
./
textproc/py-patiencediff,
Python implementation of the patiencediff algorithm
Branch: CURRENT,
Version: 0.2.15,
Package name: py311-patiencediff-0.2.15,
Maintainer: rhialtoImplementation of the patiencediff algorithm, as first described by Bram
Cohen: https://bramcohen.livejournal.com/73318.html
Like Python's difflib, this module provides both a convenience
unified_diff function for the generation of unified diffs of text files
as well as a SequenceMatcher that can be used on arbitrary lists.
Patiencediff provides a good balance of performance, nice output for
humans, and implementation simplicity.
The code in this package was extracted from the Bazaar code base.
Required to run:[
lang/python310]
Master sites:
Filesize: 26.839 KB
Version history: (Expand)
- (2024-05-11) Updated to version: py311-patiencediff-0.2.15
- (2024-01-07) Updated to version: py311-patiencediff-0.2.14
- (2023-02-09) Updated to version: py310-patiencediff-0.2.2nb1
- (2022-01-05) Updated to version: py39-patiencediff-0.2.2nb1
- (2021-10-07) Updated to version: py39-patiencediff-0.2.2
- (2021-07-13) Package added to pkgsrc.se, version py38-patiencediff-0.2.2 (created)
CVS history: (Expand)
2024-01-18 11:08:20 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-patiencediff: simplify MASTER_SITES
|
2024-01-07 17:36:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-patiencediff: add missing tools
|
2024-01-07 17:33:50 by Olaf Seibert | Files touched by this commit (3) | |
Log message:
textproc/py-patiencediff: update to 0.2.14.
Changes: not known.
Converted to weel.mk.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-07-12 20:43:05 by Olaf Seibert | Files touched by this commit (4) |
Log message:
textproc/py-patiencediff: added; used by devel/breezy.
Implementation of the patiencediff algorithm, as first described by Bram
Cohen: https://bramcohen.livejournal.com/73318.html
Like Python's difflib, this module provides both a convenience
unified_diff function for the generation of unified diffs of text files
as well as a SequenceMatcher that can be used on arbitrary lists.
Patiencediff provides a good balance of performance, nice output for
humans, and implementation simplicity.
The code in this package was extracted from the Bazaar code base.
|