diff options
| author | robot-piglet <[email protected]> | 2024-05-20 12:14:39 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-05-20 12:24:52 +0300 | 
| commit | 46c0bf458366293d3fff860ead4d1a3a34272df6 (patch) | |
| tree | 96636b2dd6a8b4801b50c958aa892066a506ff14 /contrib/python/patch | |
| parent | 426463102170c65817aea2b185fe329004c77d2e (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python/patch')
| -rw-r--r-- | contrib/python/patch/.dist-info/METADATA | 13 | ||||
| -rw-r--r-- | contrib/python/patch/ya.make | 2 | 
2 files changed, 7 insertions, 8 deletions
| diff --git a/contrib/python/patch/.dist-info/METADATA b/contrib/python/patch/.dist-info/METADATA index 033c752a098..5b9a6b2ffd6 100644 --- a/contrib/python/patch/.dist-info/METADATA +++ b/contrib/python/patch/.dist-info/METADATA @@ -1,15 +1,12 @@  Metadata-Version: 2.1  Name: patch  Version: 1.16 -Summary: Patch utility to apply unified diffs +Author: anatoly techtonik +Author-email: techtonik at gmail com  Home-page: https://github.com/techtonik/python-patch/ -Author: anatoly techtonik <[email protected]> -Author-email: UNKNOWN -License: MIT -Platform: UNKNOWN -Classifier: Classifier: Programming Language :: Python :: 2 -Classifier: Classifier: Programming Language :: Python :: 3 +Summary: Library to parse and apply unified diffs +License: MIT License -UNKNOWN +### Features diff --git a/contrib/python/patch/ya.make b/contrib/python/patch/ya.make index 40e00747013..319e7c7cef9 100644 --- a/contrib/python/patch/ya.make +++ b/contrib/python/patch/ya.make @@ -1,3 +1,5 @@ +# Generated by devtools/yamaker (pypi). +  PY3_LIBRARY()  VERSION(1.16) | 
