This package browser is in early development. Mind the rough edges.

python-patch-ng

Python library to parse and apply unified diffs

Patch NG (New Generation) is a command and Python library to parse and apply unified diffs. It has features such as:

  • automatic correction of common patch formatting corruption

  • patch format detection (SVN, Hg, Git)

  • nice diffstat histogram.

Installation

Install the latest version of python-patch-ng as follows:

guix install python-patch-ng

Or install a particular version:

guix install python-patch-ng@1.18.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of python-patch-ng about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/python-patch-ng'><img src='https://packages.guix.gnu.org/packages/python-patch-ng/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/python-patch-ng/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/python-patch-ng)

Example Org:

[[https://packages.guix.gnu.org/packages/python-patch-ng][https://packages.guix.gnu.org/packages/python-patch-ng/badges/latest-version.svg]]