Files
openide/python/python-venv/BUILD.bazel
Ilia Kirianovskii f43aa95086 [bazel] Update build files (IJI-3062)
GitOrigin-RevId: 98a67396a48bddc3d084cc93c50ae2f2017bfe8c
2025-09-29 00:11:15 +00:00

75 lines
2.6 KiB
Python

### auto-generated section `build intellij.python.community.impl.venv` start
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
resourcegroup(
name = "community-impl-venv_resources",
srcs = glob(["resources/**/*"]),
strip_prefix = "resources"
)
resourcegroup(
name = "community-impl-venv_test_resources",
srcs = glob(["testResources/**/*"]),
strip_prefix = "testResources"
)
jvm_library(
name = "community-impl-venv",
module_name = "intellij.python.community.impl.venv",
visibility = ["//visibility:public"],
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
resources = [":community-impl-venv_resources"],
deps = [
"@lib//:kotlin-stdlib",
"@lib//:jetbrains-annotations",
"//python/openapi:community",
"//python/python-exec-service:community-execService",
"@lib//:kotlinx-coroutines-core",
"//python/python-sdk:sdk",
"//platform/projectModel-api:projectModel",
"//platform/util",
"//platform/core-api:core",
"//python/python-exec-service/execService.python",
]
)
jvm_library(
name = "community-impl-venv_test_lib",
visibility = ["//visibility:public"],
srcs = glob(["tests/**/*.kt", "tests/**/*.java", "tests/**/*.form"], allow_empty = True),
resources = [":community-impl-venv_test_resources"],
associates = [":community-impl-venv"],
deps = [
"@lib//:kotlin-stdlib",
"@lib//:jetbrains-annotations",
"//python/openapi:community",
"//python/openapi:community_test_lib",
"//python/python-exec-service:community-execService",
"//python/python-exec-service:community-execService_test_lib",
"@lib//:kotlinx-coroutines-core",
"//python/python-sdk:sdk",
"//python/python-sdk:sdk_test_lib",
"//platform/projectModel-api:projectModel",
"//platform/util",
"//python/junit5Tests-framework:community-junit5Tests-framework_test_lib",
"//platform/testFramework/common",
"//platform/testFramework/junit5",
"//platform/testFramework/junit5:junit5_test_lib",
"@lib//:junit5",
"//platform/ide-core-impl",
"//platform/execution",
"//platform/core-api:core",
"//python/python-exec-service/execService.python",
"//python/python-exec-service/execService.python:execService.python_test_lib",
]
)
### auto-generated section `build intellij.python.community.impl.venv` end
### auto-generated section `test intellij.python.community.impl.venv` start
load("@community//build:tests-options.bzl", "jps_test")
jps_test(
name = "community-impl-venv_test",
runtime_deps = [":community-impl-venv_test_lib"]
)
### auto-generated section `test intellij.python.community.impl.venv` end