diff options
author | robot-piglet <[email protected]> | 2024-08-23 10:55:51 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2024-08-23 11:03:55 +0300 |
commit | 6494b885fc509f8bb4bee9de2fdc877f7076801d (patch) | |
tree | 2b9d54da4fa291d5a3663bccf00dc8e79d403cb2 /contrib/python/matplotlib/py2 | |
parent | 86410a8833e6d17a11a23534d2ce2948f1c11193 (diff) |
Intermediate changes
Diffstat (limited to 'contrib/python/matplotlib/py2')
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() |