diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-04 07:49:52 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-04 08:04:41 +0300 |
commit | 80474552e4c4cec55e632cf32e0d19f1f1647f93 (patch) | |
tree | 0eafa7d68158e1ba88a275b11d55396b364975e4 /contrib | |
parent | f585ad3bff3d124076670f10ad1023a4c6299ae1 (diff) | |
download | ydb-80474552e4c4cec55e632cf32e0d19f1f1647f93.tar.gz |
Intermediate changes
commit_hash:c9d6da3c1643dc3a785c4ed441684025d96f21dd
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/python/cffi/py2/gen/lib/ya.make | 21 | ||||
-rw-r--r-- | contrib/python/cffi/py2/gen/ya.make | 16 | ||||
-rw-r--r-- | contrib/python/cffi/py3/gen/ya.make | 2 |
3 files changed, 9 insertions, 30 deletions
diff --git a/contrib/python/cffi/py2/gen/lib/ya.make b/contrib/python/cffi/py2/gen/lib/ya.make deleted file mode 100644 index 028ee2786a..0000000000 --- a/contrib/python/cffi/py2/gen/lib/ya.make +++ /dev/null @@ -1,21 +0,0 @@ -PY2_LIBRARY() - -VERSION(Service-proxy-version) - -LICENSE(MIT) - -PEERDIR( - contrib/python/cffi -) - -SRCDIR( - contrib/python/cffi/py2/gen -) - -PY_SRCS( - MAIN main.py -) - -NO_LINT() - -END() diff --git a/contrib/python/cffi/py2/gen/ya.make b/contrib/python/cffi/py2/gen/ya.make index 0a34bec5f6..458760ed20 100644 --- a/contrib/python/cffi/py2/gen/ya.make +++ b/contrib/python/cffi/py2/gen/ya.make @@ -1,19 +1,21 @@ PY2_PROGRAM(cffigen) -DISABLE(PYTHON_SQLITE3) - VERSION(Service-proxy-version) LICENSE(MIT) PEERDIR( - contrib/python/cffi/py2/gen/lib + contrib/python/cffi ) -INDUCED_DEPS(cpp ${ARCADIA_ROOT}/contrib/python/cffi/py2/cffi/_cffi_include.h) +PY_SRCS( + MAIN main.py +) -END() +NO_LINT() -RECURSE( - lib +INDUCED_DEPS( + cpp ${ARCADIA_ROOT}/contrib/python/cffi/py2/cffi/_cffi_include.h ) + +END() diff --git a/contrib/python/cffi/py3/gen/ya.make b/contrib/python/cffi/py3/gen/ya.make index 745f96d7f4..09dc27abba 100644 --- a/contrib/python/cffi/py3/gen/ya.make +++ b/contrib/python/cffi/py3/gen/ya.make @@ -1,7 +1,5 @@ PY3_PROGRAM(cffigen) -DISABLE(PYTHON_SQLITE3) - VERSION(Service-proxy-version) LICENSE(MIT) |