diff options
| author | robot-piglet <[email protected]> | 2024-09-10 00:01:24 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-09-10 00:10:50 +0300 |
| commit | 3a7cb5704aaa719d28e5da9f48a751725b5e26b5 (patch) | |
| tree | 524386903aa13ffe7ac77a9c38523d0204ed3bea /contrib/python | |
| parent | 21a2abe3d3c0aa3ab3598b3fd9ae7d696466863b (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/cffi/py2/gen/lib/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/cffi/py2/gen/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/cffi/py3/gen/lib/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/cffi/py3/gen/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/ipython/py3/bin/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/matplotlib/py3/extern/agg24-svn/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/matplotlib/py3/extern/ttconv/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/moto/bin/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/mypy-protobuf/bin/protoc-gen-mypy/bin/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/mypy-protobuf/bin/protoc-gen-mypy_grpc/ya.make | 2 | ||||
| -rw-r--r-- | contrib/python/pythran/bin/pythran/ya.make | 2 |
11 files changed, 22 insertions, 0 deletions
diff --git a/contrib/python/cffi/py2/gen/lib/ya.make b/contrib/python/cffi/py2/gen/lib/ya.make index 64e54a67c3d..028ee2786af 100644 --- a/contrib/python/cffi/py2/gen/lib/ya.make +++ b/contrib/python/cffi/py2/gen/lib/ya.make @@ -1,5 +1,7 @@ PY2_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py2/gen/ya.make b/contrib/python/cffi/py2/gen/ya.make index 3a78fd73598..0a34bec5f68 100644 --- a/contrib/python/cffi/py2/gen/ya.make +++ b/contrib/python/cffi/py2/gen/ya.make @@ -2,6 +2,8 @@ PY2_PROGRAM(cffigen) DISABLE(PYTHON_SQLITE3) +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py3/gen/lib/ya.make b/contrib/python/cffi/py3/gen/lib/ya.make index 6f0f7691129..f9ac8afbac2 100644 --- a/contrib/python/cffi/py3/gen/lib/ya.make +++ b/contrib/python/cffi/py3/gen/lib/ya.make @@ -1,5 +1,7 @@ PY3_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/cffi/py3/gen/ya.make b/contrib/python/cffi/py3/gen/ya.make index 639c42fd51c..745f96d7f41 100644 --- a/contrib/python/cffi/py3/gen/ya.make +++ b/contrib/python/cffi/py3/gen/ya.make @@ -2,6 +2,8 @@ PY3_PROGRAM(cffigen) DISABLE(PYTHON_SQLITE3) +VERSION(Service-proxy-version) + LICENSE(MIT) PEERDIR( diff --git a/contrib/python/ipython/py3/bin/ya.make b/contrib/python/ipython/py3/bin/ya.make index 40cc790c2d4..1d46b6a8dd4 100644 --- a/contrib/python/ipython/py3/bin/ya.make +++ b/contrib/python/ipython/py3/bin/ya.make @@ -1,5 +1,7 @@ PY3_PROGRAM(ipython) +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) PEERDIR( diff --git a/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make b/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make index ffa529dcb0d..6dd0f2d6f0f 100644 --- a/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make +++ b/contrib/python/matplotlib/py3/extern/agg24-svn/ya.make @@ -1,5 +1,7 @@ LIBRARY() +VERSION(Service-proxy-version) + LICENSE(PSF-2.0) ADDINCL( diff --git a/contrib/python/matplotlib/py3/extern/ttconv/ya.make b/contrib/python/matplotlib/py3/extern/ttconv/ya.make index bd5fca39b2a..f877dfcbd27 100644 --- a/contrib/python/matplotlib/py3/extern/ttconv/ya.make +++ b/contrib/python/matplotlib/py3/extern/ttconv/ya.make @@ -1,5 +1,7 @@ PY23_LIBRARY() +VERSION(Service-proxy-version) + LICENSE(PSF-2.0) NO_COMPILER_WARNINGS() diff --git a/contrib/python/moto/bin/ya.make b/contrib/python/moto/bin/ya.make index 2073e028635..db07d32c7f5 100644 --- a/contrib/python/moto/bin/ya.make +++ b/contrib/python/moto/bin/ya.make @@ -1,5 +1,7 @@ PY3_PROGRAM(moto_server) +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/python/mypy-protobuf/bin/protoc-gen-mypy/bin/ya.make b/contrib/python/mypy-protobuf/bin/protoc-gen-mypy/bin/ya.make index 82ab0461d01..c1646a5a90a 100644 --- a/contrib/python/mypy-protobuf/bin/protoc-gen-mypy/bin/ya.make +++ b/contrib/python/mypy-protobuf/bin/protoc-gen-mypy/bin/ya.make @@ -1,5 +1,7 @@ PY3_PROGRAM_BIN(protoc-gen-mypy) +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/python/mypy-protobuf/bin/protoc-gen-mypy_grpc/ya.make b/contrib/python/mypy-protobuf/bin/protoc-gen-mypy_grpc/ya.make index 52f791b7342..bf57229bd9f 100644 --- a/contrib/python/mypy-protobuf/bin/protoc-gen-mypy_grpc/ya.make +++ b/contrib/python/mypy-protobuf/bin/protoc-gen-mypy_grpc/ya.make @@ -1,5 +1,7 @@ PY3_PROGRAM(protoc-gen-mypy_grpc) +VERSION(Service-proxy-version) + LICENSE(Apache-2.0) PEERDIR( diff --git a/contrib/python/pythran/bin/pythran/ya.make b/contrib/python/pythran/bin/pythran/ya.make index 3a5a7402211..7a4a0b9fd6f 100644 --- a/contrib/python/pythran/bin/pythran/ya.make +++ b/contrib/python/pythran/bin/pythran/ya.make @@ -1,5 +1,7 @@ PY3_PROGRAM(pythran) +VERSION(Service-proxy-version) + LICENSE(BSD-3-Clause) PEERDIR( |
