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/tools/python | |
| parent | 86410a8833e6d17a11a23534d2ce2948f1c11193 (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/tools/python')
| -rw-r--r-- | contrib/tools/python/base/ya.make | 2 | ||||
| -rw-r--r-- | contrib/tools/python/include/ya.make | 2 | ||||
| -rw-r--r-- | contrib/tools/python/lib/ya.make | 2 | ||||
| -rw-r--r-- | contrib/tools/python/src/Modules/_sqlite/ya.make | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/contrib/tools/python/base/ya.make b/contrib/tools/python/base/ya.make index 87f17811465..529e91dbe6b 100644 --- a/contrib/tools/python/base/ya.make +++ b/contrib/tools/python/base/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(2.7.18) + LICENSE(PSF-2.0) NO_WSHADOW() diff --git a/contrib/tools/python/include/ya.make b/contrib/tools/python/include/ya.make index f5d002f3eb0..7a5fa448664 100644 --- a/contrib/tools/python/include/ya.make +++ b/contrib/tools/python/include/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(2.7.18) + LICENSE(PSF-2.0) NO_WSHADOW() diff --git a/contrib/tools/python/lib/ya.make b/contrib/tools/python/lib/ya.make index 14f63489344..4c72332612d 100644 --- a/contrib/tools/python/lib/ya.make +++ b/contrib/tools/python/lib/ya.make @@ -2,6 +2,8 @@ LIBRARY() PROVIDES(python) +VERSION(2.7.18) + LICENSE(PSF-2.0) INCLUDE(${ARCADIA_ROOT}/contrib/tools/python/pyconfig.inc) diff --git a/contrib/tools/python/src/Modules/_sqlite/ya.make b/contrib/tools/python/src/Modules/_sqlite/ya.make index 9859a3923d0..827ed851515 100644 --- a/contrib/tools/python/src/Modules/_sqlite/ya.make +++ b/contrib/tools/python/src/Modules/_sqlite/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(2.7.18) + LICENSE(Python-2.0) PEERDIR( |
