diff options
| author | Maxim Yurchuk <[email protected]> | 2024-08-23 19:02:19 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-23 19:02:19 +0300 |
| commit | 79e470e221fa3aff218cfe90e4ead57ba00beb9c (patch) | |
| tree | 0a127e694dd26b5c2376eb669ab7c3fdd6b26f74 /contrib/python/matplotlib | |
| parent | 5d02f016bf34c39d3aa488ff5212443e532faae3 (diff) | |
| parent | 26fe2972a9f2b4e19ca787109d945a6bb3bfae22 (diff) | |
Merge pull request #8207 from ydb-platform/mergelibs-240823-1155
Library import 240823-1155
Diffstat (limited to 'contrib/python/matplotlib')
4 files changed, 8 insertions, 0 deletions
diff --git a/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make b/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make index b8e286b07c4..c2ae9ed70fb 100644 --- a/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make +++ b/contrib/python/matplotlib/py2/extern/agg24-svn/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(2.2.5) + LICENSE(PSF-2.0) ADDINCL( diff --git a/contrib/python/matplotlib/py2/extern/ttconv/ya.make b/contrib/python/matplotlib/py2/extern/ttconv/ya.make index 847ab2038db..c36ec960b9c 100644 --- a/contrib/python/matplotlib/py2/extern/ttconv/ya.make +++ b/contrib/python/matplotlib/py2/extern/ttconv/ya.make @@ -1,5 +1,7 @@ PY23_LIBRARY() +VERSION(2.2.5) + LICENSE(PSF-2.0) NO_WSHADOW() diff --git a/contrib/python/matplotlib/py2/matplotlib/tri/ya.make b/contrib/python/matplotlib/py2/matplotlib/tri/ya.make index ca8a6324716..fb0545dd9f3 100644 --- a/contrib/python/matplotlib/py2/matplotlib/tri/ya.make +++ b/contrib/python/matplotlib/py2/matplotlib/tri/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(2.2.5) + LICENSE(PSF-2.0) NO_COMPILER_WARNINGS() diff --git a/contrib/python/matplotlib/py2/src/ya.make b/contrib/python/matplotlib/py2/src/ya.make index 544aba39961..486bc04e49b 100644 --- a/contrib/python/matplotlib/py2/src/ya.make +++ b/contrib/python/matplotlib/py2/src/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(2.2.5) + LICENSE(PSF-2.0) NO_COMPILER_WARNINGS() |
