Skip to content

Commit 5326e40

Browse files
aclark4lifeCopilot
andcommitted
Move libmongocrypt from pymongocrypt group to pymongo group
Removes the pymongocrypt group entirely; install_dirs and build_commands for libmongocrypt are now under the pymongo group. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2d206d4 commit 5326e40

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

src/dbx_python_cli/config.toml

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ repos = []
9898
python_version = "3.13"
9999
repos = [
100100
"git@github.com:mongodb/mongo-python-driver.git",
101+
"git@github.com:mongodb/libmongocrypt.git",
101102
"git@github.com:mongodb/specifications.git",
102103
"git@github.com:mongodb-labs/drivers-evergreen-tools.git",
103104
"git@github.com:mongodb-labs/drivers-github-tools.git",
@@ -120,6 +121,18 @@ mongo-python-driver = ["test"]
120121
# "cd bson/_rbson && maturin build --release",
121122
# ]
122123

124+
[repo.groups.pymongo.install_dirs]
125+
libmongocrypt = [
126+
"bindings/python/",
127+
]
128+
129+
[repo.groups.pymongo.build_commands]
130+
libmongocrypt = [
131+
"mkdir -p cmake-build",
132+
"cd cmake-build && cmake ..",
133+
"cd cmake-build && make",
134+
]
135+
123136
[repo.groups.langchain]
124137
repos = [
125138
"git@github.com:mongodb-labs/pymongo-search-utils.git",
@@ -165,25 +178,6 @@ django = "mongodb-6.0.x"
165178
# Environment variables for test runs
166179
[repo.groups.django.test_env]
167180

168-
[repo.groups.pymongocrypt]
169-
repos = [
170-
"git@github.com:mongodb/libmongocrypt.git",
171-
]
172-
173-
# Install directories: specify install directories for repos where the package is not at the root
174-
[repo.groups.pymongocrypt.install_dirs]
175-
libmongocrypt = [
176-
"bindings/python/",
177-
]
178-
179-
# Build commands: specify commands to run before installing (e.g., cmake builds)
180-
[repo.groups.pymongocrypt.build_commands]
181-
libmongocrypt = [
182-
"mkdir -p cmake-build",
183-
"cd cmake-build && cmake ..",
184-
"cd cmake-build && make",
185-
]
186-
187181
[repo.groups.wagtail]
188182
repos = [
189183
"git@github.com:mongodb-labs/wagtail-mongodb-project.git",

0 commit comments

Comments
 (0)