mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
+ old dialogs were removed GitOrigin-RevId: 00ed85ba578c6419373d8605ed50954e7aa58f0a
28 lines
1005 B
Python
28 lines
1005 B
Python
### auto-generated section `build intellij.python.community.testFramework.testEnv.conda` start
|
|
load("@rules_jvm//:jvm.bzl", "jvm_library", "resourcegroup")
|
|
|
|
resourcegroup(
|
|
name = "conda_resources",
|
|
srcs = glob(["resources/**/*"]),
|
|
strip_prefix = "resources"
|
|
)
|
|
|
|
jvm_library(
|
|
name = "conda",
|
|
module_name = "intellij.python.community.testFramework.testEnv.conda",
|
|
visibility = ["//visibility:public"],
|
|
srcs = glob(["src/**/*.kt", "src/**/*.java", "src/**/*.form"], allow_empty = True),
|
|
resources = [":conda_resources"],
|
|
deps = [
|
|
"@lib//:kotlin-stdlib",
|
|
"//python/setup-test-environment:community-testFramework-testEnv",
|
|
"//python:python-community-impl",
|
|
"//python/python-sdk:sdk",
|
|
"//platform/projectModel-api:projectModel",
|
|
"//platform/execution",
|
|
"//platform/util",
|
|
"@lib//:kotlinx-coroutines-core",
|
|
"//python/python-exec-service:community-execService",
|
|
]
|
|
)
|
|
### auto-generated section `build intellij.python.community.testFramework.testEnv.conda` end |