diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-08-09 16:05:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | ac818b091eb0d2992722083503a5c78fc80f34d2 (patch) | |
tree | f432e0e14b4e74697c86233977ad1514a39181e0 /python/python-patch/slack-desc | |
parent | 9e9270ea8b6b3d8d129e1f74562e0616ae9d45c6 (diff) |
python/python-patch: Added (library to parse+apply unified diffs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-patch/slack-desc')
-rw-r--r-- | python/python-patch/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-patch/slack-desc b/python/python-patch/slack-desc new file mode 100644 index 0000000000000..326ca948c52f0 --- /dev/null +++ b/python/python-patch/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-patch: python-patch (Python library to parse and apply unified diffs) +python-patch: +python-patch: Library to parse and apply unified diffs. +python-patch: +python-patch: +python-patch: +python-patch: +python-patch: +python-patch: +python-patch: Homepage: https://github.com/techtonik/python-patch +python-patch: |