diff options
author | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 12:29:46 +0300 |
---|---|---|
committer | maxim-yurchuk <maxim-yurchuk@yandex-team.com> | 2024-10-09 13:14:22 +0300 |
commit | 9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch) | |
tree | a8fb3181d5947c0d78cf402aa56e686130179049 /contrib/python/cryptography/next/rust/ya.make | |
parent | a44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff) | |
download | ydb-9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80.tar.gz |
publishFullContrib: true for ydb
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/python/cryptography/next/rust/ya.make')
-rw-r--r-- | contrib/python/cryptography/next/rust/ya.make | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/contrib/python/cryptography/next/rust/ya.make b/contrib/python/cryptography/next/rust/ya.make new file mode 100644 index 0000000000..0a94a24fc7 --- /dev/null +++ b/contrib/python/cryptography/next/rust/ya.make @@ -0,0 +1,39 @@ +# Generated by devtools/yamaker/ym2 + +PY3_LIBRARY() + +LICENSE( + Apache-2.0 AND + BSD-3-Clause +) + +LICENSE_TEXTS(.yandex_meta/licenses.list.txt) + +SUBSCRIBER( + g:cpp-contrib + g:devtools-contrib +) + +VERSION(41.0.6) + +ORIGINAL_SOURCE(https://github.com/pyca/cryptography/archive/refs/tags/41.0.6.tar.gz) + +IF (FALSE) +ELSEIF (OS_LINUX AND ARCH_X86_64 AND NOT MUSL) + COPY_FILE(a/x86_64-unknown-linux-gnu/release/libcryptography_rust.a libcryptography_rust.a) +ELSEIF (OS_LINUX AND ARCH_X86_64 AND MUSL) + COPY_FILE(a/x86_64-unknown-linux-musl/release/libcryptography_rust.a libcryptography_rust.a) +ELSE() + MESSAGE(FATAL_ERROR "We don't have cryptography_rust for this platform") +ENDIF() + +PY_REGISTER( + _rust + _openssl +) + +NO_COMPILER_WARNINGS() + +NO_UTIL() + +END() |