jasonfan commited on
Commit
5d92be2
·
verified ·
1 Parent(s): 0b27e42

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/INSTALLER +1 -0
  2. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/METADATA +239 -0
  3. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/RECORD +475 -0
  4. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/REQUESTED +0 -0
  5. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/WHEEL +4 -0
  6. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/direct_url.json +1 -0
  7. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/entry_points.txt +2 -0
  8. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/licenses/AUTHORS.md +487 -0
  9. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/licenses/LICENSE +35 -0
  10. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/gateways/__init__.py +2 -0
  11. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py +131 -0
  12. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/__init__.py +2 -0
  13. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/fixtures.py +42 -0
  14. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/helpers.py +143 -0
  15. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/solver_helpers.py +1324 -0
  16. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/__init__.py +8 -0
  17. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/constants.py +64 -0
  18. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/signature_verification.py +325 -0
  19. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/README.md +90 -0
  20. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/__init__.py +6 -0
  21. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/cli/__init__.py +5 -0
  22. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/installers/__init__.py +5 -0
  23. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat +5 -0
  24. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh +2 -0
  25. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat +2 -0
  26. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh +2 -0
  27. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/xontrib/conda.xsh +217 -0
  28. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/shell/condabin/Conda.psm1 +266 -0
  29. miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/shell/condabin/conda-hook.ps1 +11 -0
  30. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/about.json +132 -0
  31. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/files +12 -0
  32. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/git +0 -0
  33. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/hash_input.json +3 -0
  34. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/index.json +17 -0
  35. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/licenses/LICENSE +27 -0
  36. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/link.json +6 -0
  37. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/paths.json +77 -0
  38. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/conda_build_config.yaml +395 -0
  39. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml +124 -0
  40. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml.template +54 -0
  41. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/repodata_record.json +23 -0
  42. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.bat +9 -0
  43. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.py +6 -0
  44. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.sh +9 -0
  45. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/test_time_dependencies.json +1 -0
  46. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER +1 -0
  47. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA +86 -0
  48. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD +15 -0
  49. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED +0 -0
  50. miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL +4 -0
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/METADATA ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: conda
3
+ Version: 26.1.1
4
+ Summary: OS-agnostic, system-level binary package manager.
5
+ Project-URL: changelog, https://github.com/conda/conda/blob/main/CHANGELOG.md
6
+ Project-URL: documentation, https://docs.conda.io/projects/conda/en/stable/
7
+ Project-URL: repository, https://github.com/conda/conda
8
+ Author-email: "Anaconda, Inc." <conda@continuum.io>
9
+ License: BSD 3-Clause License
10
+
11
+ Copyright (c) 2012, Anaconda, Inc.
12
+
13
+ Redistribution and use in source and binary forms, with or without
14
+ modification, are permitted provided that the following conditions are met:
15
+
16
+ 1. Redistributions of source code must retain the above copyright notice, this
17
+ list of conditions and the following disclaimer.
18
+
19
+ 2. Redistributions in binary form must reproduce the above copyright notice,
20
+ this list of conditions and the following disclaimer in the documentation
21
+ and/or other materials provided with the distribution.
22
+
23
+ 3. Neither the name of the copyright holder nor the names of its
24
+ contributors may be used to endorse or promote products derived from
25
+ this software without specific prior written permission.
26
+
27
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
31
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
33
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
34
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
35
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
+
38
+ ---
39
+
40
+ Conda incorporates the following libraries into its distributed code:
41
+
42
+ * auxlib, licensed as ISC
43
+ * frozendict, license as LGPL-3.0
44
+ License-File: AUTHORS.md
45
+ License-File: LICENSE
46
+ Classifier: Development Status :: 5 - Production/Stable
47
+ Classifier: Intended Audience :: Developers
48
+ Classifier: License :: OSI Approved :: BSD License
49
+ Classifier: Operating System :: OS Independent
50
+ Classifier: Programming Language :: Python :: 3
51
+ Classifier: Programming Language :: Python :: 3 :: Only
52
+ Classifier: Programming Language :: Python :: 3.10
53
+ Classifier: Programming Language :: Python :: 3.11
54
+ Classifier: Programming Language :: Python :: 3.12
55
+ Classifier: Programming Language :: Python :: 3.13
56
+ Classifier: Programming Language :: Python :: 3.14
57
+ Classifier: Programming Language :: Python :: Implementation :: CPython
58
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
59
+ Requires-Python: >=3.10
60
+ Requires-Dist: archspec>=0.2.3
61
+ Requires-Dist: boltons>=23.0.0
62
+ Requires-Dist: charset-normalizer
63
+ Requires-Dist: conda-package-handling>=2.2.0
64
+ Requires-Dist: distro>=1.5.0
65
+ Requires-Dist: frozendict>=2.4.2
66
+ Requires-Dist: jsonpatch>=1.32
67
+ Requires-Dist: menuinst>=2
68
+ Requires-Dist: packaging>=23.0
69
+ Requires-Dist: platformdirs>=3.10.0
70
+ Requires-Dist: pluggy>=1.0.0
71
+ Requires-Dist: pycosat>=0.6.3
72
+ Requires-Dist: requests<3,>=2.28.0
73
+ Requires-Dist: ruamel-yaml<0.19,>=0.11.14
74
+ Requires-Dist: setuptools>=60.0.0
75
+ Requires-Dist: tqdm>=4
76
+ Requires-Dist: truststore>=0.8.0; python_version >= '3.10'
77
+ Requires-Dist: zstandard>=0.15
78
+ Description-Content-Type: text/markdown
79
+
80
+ [conda-logo]: https://s3.amazonaws.com/conda-dev/conda_logo.svg
81
+ [tests-badge]: https://img.shields.io/github/actions/workflow/status/conda/conda/tests.yml?branch=main&event=schedule&logo=github&label=tests
82
+ [codecov-badge]: https://img.shields.io/codecov/c/github/conda/conda/main?logo=codecov
83
+ [codspeed-badge]: https://img.shields.io/endpoint?url=https://codspeed.io/badge.json
84
+ [release-badge]: https://img.shields.io/github/v/release/conda/conda?logo=github
85
+ [anaconda-badge]: https://img.shields.io/conda/vn/anaconda/conda?logo=anaconda
86
+ [conda-forge-badge]: https://img.shields.io/conda/vn/conda-forge/conda?logo=conda-forge
87
+ [calver-badge]: https://img.shields.io/badge/calver-YY.MM.MICRO-22bfda.svg
88
+ [gitpod]: https://gitpod.io/button/open-in-gitpod.svg
89
+
90
+ [![Conda Logo][conda-logo]](https://github.com/conda/conda)
91
+
92
+ [![GitHub Scheduled Tests][tests-badge]](https://github.com/conda/conda/actions/workflows/tests.yml?query=branch%3Amain+event%3Aschedule)
93
+ [![Codecov Status][codecov-badge]](https://codecov.io/gh/conda/conda/branch/main)
94
+ [![CodSpeed Performance Benchmarks][codspeed-badge]](https://codspeed.io/conda/conda)
95
+ [![CalVer Versioning][calver-badge]](https://calver.org)
96
+ <br>
97
+ [![GitHub Release][release-badge]](https://github.com/conda/conda/releases)
98
+ [![Anaconda Package][anaconda-badge]](https://anaconda.org/anaconda/conda)
99
+ [![conda-forge Package][conda-forge-badge]](https://anaconda.org/conda-forge/conda)
100
+
101
+ Conda is a cross-platform, language-agnostic binary package manager. It is a
102
+ package manager used in conda distributions like [Miniforge](https://github.com/conda-forge/miniforge)
103
+ and the [Anaconda Distribution](https://www.anaconda.com/distribution/), but it may be
104
+ used for other systems as well. Conda makes environments first-class
105
+ citizens, making it easy to create independent environments even for C
106
+ libraries. The conda command line interface is written entirely in Python,
107
+ and is BSD licensed open source.
108
+
109
+ Conda is enhanced by organizations, tools, and repositories created and managed by
110
+ the amazing members of the [conda community](https://conda.org/). Some of them
111
+ can be found [here](https://github.com/conda/conda/wiki/Conda-Community).
112
+
113
+
114
+ ## Installation
115
+
116
+ To bootstrap a minimal distribution, use a minimal installer such as [Miniconda](https://docs.anaconda.com/free/miniconda/) or [Miniforge](https://conda-forge.org/download/).
117
+
118
+ Conda is also included in the [Anaconda Distribution](https://repo.anaconda.com).
119
+
120
+ ## Updating conda
121
+
122
+ To update `conda` to the newest version, use the following command:
123
+
124
+ ```
125
+ $ conda update --name base conda
126
+ ```
127
+
128
+ > [!TIP]
129
+ > It is possible that `conda update` does not install the newest version
130
+ > if the existing `conda` version is far behind the current release.
131
+ > In this case, updating needs to be done in stages.
132
+ >
133
+ > For example, to update from `conda 4.12` to `conda 23.10.0`,
134
+ > `conda 22.11.1` needs to be installed first:
135
+ >
136
+ > ```
137
+ > $ conda install --name base conda=22.11.1
138
+ > $ conda update conda
139
+ > ```
140
+
141
+ ## Getting Started
142
+
143
+ If you install the Anaconda Distribution, you will already have hundreds of packages
144
+ installed. You can see what packages are installed by running:
145
+
146
+ ```bash
147
+ $ conda list
148
+ ```
149
+
150
+ to see all the packages that are available, use:
151
+
152
+ ```bash
153
+ $ conda search
154
+ ```
155
+
156
+ and to install a package, use
157
+
158
+ ```bash
159
+ $ conda install <package-name>
160
+ ```
161
+
162
+ The real power of conda comes from its ability to manage environments.
163
+ In conda, an environment can be thought of as a completely separate installation.
164
+ Conda installs packages into environments efficiently using [hard links](https://en.wikipedia.org/wiki/Hard_link) by default when it is possible, so
165
+ environments are space efficient, and take seconds to create.
166
+
167
+ The default environment, which `conda` itself is installed into, is called `base`.
168
+ To create another environment, use the `conda create` command.
169
+ For instance, to create an environment with PyTorch, you would run:
170
+
171
+ ```bash
172
+ $ conda create --name ml-project pytorch
173
+ ```
174
+
175
+ This creates an environment called `ml-project` with the latest version of PyTorch, and its dependencies.
176
+
177
+ We can now activate this environment:
178
+
179
+ ```bash
180
+ $ conda activate ml-project
181
+ ```
182
+
183
+ This puts the `bin` directory of the `ml-project` environment in the front of the `PATH`,
184
+ and sets it as the default environment for all subsequent conda commands.
185
+
186
+ To go back to the base environment, use:
187
+
188
+ ```bash
189
+ $ conda deactivate
190
+ ```
191
+
192
+ ## Building Your Own Packages
193
+
194
+ You can easily build your own packages for conda, and upload them
195
+ to [anaconda.org](https://anaconda.org), a free service for hosting
196
+ packages for conda, as well as other package managers.
197
+ To build a package, create a recipe. Package building documentation is available
198
+ [here](https://docs.conda.io/projects/conda-build/en/latest/).
199
+ See [AnacondaRecipes](https://github.com/AnacondaRecipes) for the recipes that make up the Anaconda Distribution and `defaults` channel.
200
+ [Conda-forge](https://conda-forge.org/feedstocks/) and [Bioconda](https://github.com/bioconda/bioconda-recipes) are community-driven conda-based distributions.
201
+
202
+ To upload to anaconda.org, create an account. Then, install the
203
+ anaconda-client and login:
204
+
205
+ ```bash
206
+ $ conda install anaconda-client
207
+ $ anaconda login
208
+ ```
209
+
210
+ Then, after you build your recipe:
211
+
212
+ ```bash
213
+ $ conda build <recipe-dir>
214
+ ```
215
+
216
+ you will be prompted to upload to anaconda.org.
217
+
218
+ To add your anaconda.org channel, or other's channels, to conda so
219
+ that `conda install` will find and install their packages, run:
220
+
221
+ ```bash
222
+ $ conda config --add channels https://conda.anaconda.org/username
223
+ ```
224
+
225
+ (replacing `username` with the username of the person whose channel you want
226
+ to add).
227
+
228
+ ## Getting Help
229
+
230
+ - [Documentation](https://docs.conda.io/projects/conda/en/latest)
231
+ - [Zulip chat](https://conda.zulipchat.com/)
232
+ - [Bluesky](https://bsky.app/profile/conda.org)
233
+ - [Bug Reports/Feature Requests](https://github.com/conda/conda/issues)
234
+ - [Installer/Package Issues](https://github.com/ContinuumIO/anaconda-issues/issues)
235
+
236
+ ## Contributing
237
+
238
+ Contributions to conda are welcome. See the [contributing](CONTRIBUTING.md) documentation
239
+ for instructions on setting up a development environment.
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/RECORD ADDED
@@ -0,0 +1,475 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ../../../bin/conda,sha256=ifk9n2WWV8ClqWaGNFXxoRhzS2-Fy_cthEyx-a_XQB0,448
2
+ conda-26.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
3
+ conda-26.1.1.dist-info/METADATA,sha256=dPouysq-PnBWygOq6SlIjSU4wEfEWahYKjwqGkqMtpY,9835
4
+ conda-26.1.1.dist-info/RECORD,,
5
+ conda-26.1.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ conda-26.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ conda-26.1.1.dist-info/direct_url.json,sha256=VA3sbeRDqpyXZ038dlHEJjp4K7S8kiAtqP6aJU2CnqE,101
8
+ conda-26.1.1.dist-info/entry_points.txt,sha256=i2OKMWwJQMdb0QjJpnyFmNqWpChIOSPrfC4vyadMo90,50
9
+ conda-26.1.1.dist-info/licenses/AUTHORS.md,sha256=iVCVvtc7w1U7KhPrUXuU7Gvq3-gkKrRX7280Rcvz_V4,7911
10
+ conda-26.1.1.dist-info/licenses/LICENSE,sha256=HzaVtzgJPLb2mjIQBNmZPY-bZwT_3iojygvFWXBvJAo,1638
11
+ conda/__init__.py,sha256=Q2_2wex2U6S65y8qgebSwqCU9IrGTSFnHVnBgrrD7-E,6013
12
+ conda/__main__.py,sha256=2FR_IlM54h7lP1TbwtdlPqHGFpGLSwOEzjW7-uCkv9M,165
13
+ conda/__pycache__/__init__.cpython-313.pyc,,
14
+ conda/__pycache__/__main__.cpython-313.pyc,,
15
+ conda/__pycache__/_vendor.cpython-313.pyc,,
16
+ conda/__pycache__/_version.cpython-313.pyc,,
17
+ conda/__pycache__/activate.cpython-313.pyc,,
18
+ conda/__pycache__/api.cpython-313.pyc,,
19
+ conda/__pycache__/deprecations.cpython-313.pyc,,
20
+ conda/__pycache__/exception_handler.cpython-313.pyc,,
21
+ conda/__pycache__/exceptions.cpython-313.pyc,,
22
+ conda/__pycache__/exports.cpython-313.pyc,,
23
+ conda/__pycache__/history.cpython-313.pyc,,
24
+ conda/__pycache__/instructions.cpython-313.pyc,,
25
+ conda/__pycache__/misc.cpython-313.pyc,,
26
+ conda/__pycache__/plan.cpython-313.pyc,,
27
+ conda/__pycache__/reporters.cpython-313.pyc,,
28
+ conda/__pycache__/resolve.cpython-313.pyc,,
29
+ conda/__pycache__/utils.cpython-313.pyc,,
30
+ conda/_vendor.py,sha256=z3U462TQqDIrgEb_bVO3n0HgO2ZzKqIDTgLB7ppahQM,197
31
+ conda/_version.py,sha256=zli0x26kPLV1BXRVu_m7wzRRkHFLR2QX1LAi22HLVEU,706
32
+ conda/activate.py,sha256=QLq2xoZKiUmG9JXlo1ILPBI6qrQbbOIf2CpbnMibn-8,44267
33
+ conda/api.py,sha256=wN_4orjNOd4Ty6nnRHH93AYrRzw3o9akQu6LvMQNUa8,17522
34
+ conda/auxlib/LICENSE,sha256=JweyjAPYaVmBvTE10tfsPfV29-IYkrtMWAaZL3MSVh4,802
35
+ conda/auxlib/__init__.py,sha256=JlKX85n2J6iX4flo9n1XXWjkzaMVo0ocPsua6X7NgoE,3042
36
+ conda/auxlib/__pycache__/__init__.cpython-313.pyc,,
37
+ conda/auxlib/__pycache__/collection.cpython-313.pyc,,
38
+ conda/auxlib/__pycache__/compat.cpython-313.pyc,,
39
+ conda/auxlib/__pycache__/decorators.cpython-313.pyc,,
40
+ conda/auxlib/__pycache__/entity.cpython-313.pyc,,
41
+ conda/auxlib/__pycache__/exceptions.cpython-313.pyc,,
42
+ conda/auxlib/__pycache__/ish.cpython-313.pyc,,
43
+ conda/auxlib/__pycache__/logz.cpython-313.pyc,,
44
+ conda/auxlib/__pycache__/type_coercion.cpython-313.pyc,,
45
+ conda/auxlib/collection.py,sha256=APwSFGy5xotgOGJTyjlFVRPz_bRhKszb0HPUCXcjjqE,1941
46
+ conda/auxlib/compat.py,sha256=NYtjb6ECJPchBfVGDMnw4M_FxLNFETDlxBcsFHCi9bI,1352
47
+ conda/auxlib/decorators.py,sha256=ebhm_M7O92h8E0ElZ1c5m4GYmnEz2lELvMv_LJiNpNM,6388
48
+ conda/auxlib/entity.py,sha256=jTd8ViUPSITJbLiZQEcuDdI78Cd79nIb5tXPdZC4pq4,33626
49
+ conda/auxlib/exceptions.py,sha256=tGut8GRJTZYdw2ProFnqSGkF_b_I96aszhpcIJrv9BU,901
50
+ conda/auxlib/ish.py,sha256=bq9Pukx8xphUsc_qQH708U_ZU_rUhlNBRJ-InKGY6Q0,1964
51
+ conda/auxlib/logz.py,sha256=vEwmZFI_LvwjWHEDvF1mxiiGG9oppf-E5oB6K0pDEhI,6089
52
+ conda/auxlib/type_coercion.py,sha256=nvQKnhD8DEaJMuemRSrgHnRDXbOYL5UMmojQw07KPiw,8936
53
+ conda/base/__init__.py,sha256=x4VUuXPG2qbUrJ5KZnFQDD7p1ZvnHsL8G5RuEqTsYxY,520
54
+ conda/base/__pycache__/__init__.cpython-313.pyc,,
55
+ conda/base/__pycache__/constants.cpython-313.pyc,,
56
+ conda/base/__pycache__/context.cpython-313.pyc,,
57
+ conda/base/constants.py,sha256=iNL2mygxJYKVFLafQIcOrXJ6UrHVkx9JcAFJcS2Lt5M,11874
58
+ conda/base/context.py,sha256=cU_rR7Id-98bkJy64byOI9ZmiOsd021V2x5KL22-F-k,90605
59
+ conda/cli/__init__.py,sha256=DkuX3aN6mu_d2Qyx0z0l_783Y4ZTzL64HyeQ6sF7AY8,106
60
+ conda/cli/__pycache__/__init__.cpython-313.pyc,,
61
+ conda/cli/__pycache__/actions.cpython-313.pyc,,
62
+ conda/cli/__pycache__/common.cpython-313.pyc,,
63
+ conda/cli/__pycache__/conda_argparse.cpython-313.pyc,,
64
+ conda/cli/__pycache__/condarc.cpython-313.pyc,,
65
+ conda/cli/__pycache__/find_commands.cpython-313.pyc,,
66
+ conda/cli/__pycache__/helpers.cpython-313.pyc,,
67
+ conda/cli/__pycache__/install.cpython-313.pyc,,
68
+ conda/cli/__pycache__/main.cpython-313.pyc,,
69
+ conda/cli/__pycache__/main_clean.cpython-313.pyc,,
70
+ conda/cli/__pycache__/main_commands.cpython-313.pyc,,
71
+ conda/cli/__pycache__/main_compare.cpython-313.pyc,,
72
+ conda/cli/__pycache__/main_config.cpython-313.pyc,,
73
+ conda/cli/__pycache__/main_create.cpython-313.pyc,,
74
+ conda/cli/__pycache__/main_env.cpython-313.pyc,,
75
+ conda/cli/__pycache__/main_env_config.cpython-313.pyc,,
76
+ conda/cli/__pycache__/main_env_create.cpython-313.pyc,,
77
+ conda/cli/__pycache__/main_env_list.cpython-313.pyc,,
78
+ conda/cli/__pycache__/main_env_remove.cpython-313.pyc,,
79
+ conda/cli/__pycache__/main_env_update.cpython-313.pyc,,
80
+ conda/cli/__pycache__/main_env_vars.cpython-313.pyc,,
81
+ conda/cli/__pycache__/main_export.cpython-313.pyc,,
82
+ conda/cli/__pycache__/main_info.cpython-313.pyc,,
83
+ conda/cli/__pycache__/main_init.cpython-313.pyc,,
84
+ conda/cli/__pycache__/main_install.cpython-313.pyc,,
85
+ conda/cli/__pycache__/main_list.cpython-313.pyc,,
86
+ conda/cli/__pycache__/main_mock_activate.cpython-313.pyc,,
87
+ conda/cli/__pycache__/main_mock_deactivate.cpython-313.pyc,,
88
+ conda/cli/__pycache__/main_notices.cpython-313.pyc,,
89
+ conda/cli/__pycache__/main_package.cpython-313.pyc,,
90
+ conda/cli/__pycache__/main_pip.cpython-313.pyc,,
91
+ conda/cli/__pycache__/main_remove.cpython-313.pyc,,
92
+ conda/cli/__pycache__/main_rename.cpython-313.pyc,,
93
+ conda/cli/__pycache__/main_run.cpython-313.pyc,,
94
+ conda/cli/__pycache__/main_search.cpython-313.pyc,,
95
+ conda/cli/__pycache__/main_update.cpython-313.pyc,,
96
+ conda/cli/actions.py,sha256=-2G1HfcO7BW5JMKYlg1FyUfXumugY7xIKD2enVDXd9s,1673
97
+ conda/cli/common.py,sha256=-ENiR15ygyWxfVkMLLtH-bU6Ftvr1OHvcKWdksNN7KA,12015
98
+ conda/cli/conda_argparse.py,sha256=2Cl5v-NeUC3dFCRV88ko9WzawYVXmEcnE2Xiw11kY4w,13428
99
+ conda/cli/condarc.py,sha256=3413pzjTk6061FkHzD-y7TUFgAYg_cYOYirkMOghOLY,20023
100
+ conda/cli/find_commands.py,sha256=IImE12iwOXHSh61hkeu7rnFq8nj4nUbVSiTr4dyPk4A,2596
101
+ conda/cli/helpers.py,sha256=qRvzO2mNCfkG6FzEZ6RPPxLGu_LmuG6o4ZN8pCbhoXA,20580
102
+ conda/cli/install.py,sha256=mqgchwYNaD4LvYjibe-qBo22QOVT1WhEO4lpZFbGA_E,21706
103
+ conda/cli/main.py,sha256=HpdLRjCzqcv8uSjlCZDe_qO7dFZ5QSHnAzLI4kcveSI,3527
104
+ conda/cli/main_clean.py,sha256=X62utCiU1AJ0Q8DF1xpvql690s5FFHdRQCwzlA7noAc,12202
105
+ conda/cli/main_commands.py,sha256=YEuLYFl5RKmMydtGy0AlOuugUk5lyRx_Ho40fNWhrGU,1120
106
+ conda/cli/main_compare.py,sha256=jtyA9O5zsTlaT7AbUMwRXCL8uzgcmWHpoP-AGwzizEc,4119
107
+ conda/cli/main_config.py,sha256=2kSITQhX2gnjRK6VoFr2gbOLuOOu2gjXoLvzIt8RbNU,26554
108
+ conda/cli/main_create.py,sha256=f3ycWtpICumaMQRjTyccuhlygrwpV9ZaWfQncqKr8vg,5861
109
+ conda/cli/main_env.py,sha256=DIfhSFDec8vc8MyhVXSc3qJvaWU5F7okSl_lSEykKz4,1239
110
+ conda/cli/main_env_config.py,sha256=0flWw1EFTuhoHiHjQc0YsSBcKgGLemDorlskWOgYTk8,1167
111
+ conda/cli/main_env_create.py,sha256=UwnDAvxHOb0e63C4_8Qsc5kECJ1bWKfd6P9c7fkILpU,6704
112
+ conda/cli/main_env_list.py,sha256=s0P-ZWbcGIDZXJVrqC86MQ-NpBxvjOIjr6VhrQ99YlI,1333
113
+ conda/cli/main_env_remove.py,sha256=bRyZzx2Q_pE7sGNKy53_EMhxX2Et4oE9Lfb6utujAkk,1505
114
+ conda/cli/main_env_update.py,sha256=n_cN4UQw1fOgBJqw5GnPnJL6llETAFfhPB_MkClFaYw,5686
115
+ conda/cli/main_env_vars.py,sha256=Vpm5yCP5VbJenejI3v-wnkPdOUgYmL-oL6rXphBsQlU,4623
116
+ conda/cli/main_export.py,sha256=w6W68fWrGVe5DWhwVnk6F5YZbgFwwv5l6ukcRUfxKTs,7081
117
+ conda/cli/main_info.py,sha256=HGizaVvmm92Qi4Ig3sS7SA7Ybk2aYn2K_v7nvVC6rQM,19555
118
+ conda/cli/main_init.py,sha256=CFOBRgkmE8l5FMm-gG6RW0_31wxmMgUHyvVFo7_jqV8,6192
119
+ conda/cli/main_install.py,sha256=onN18JEbbTfW9epssy83hOXBBxrbJpmCD6oWN8XFvag,5725
120
+ conda/cli/main_list.py,sha256=BKTdWy_-jtT8yi95211opM0uZlm9C_6_z-UZDm2ImuE,12858
121
+ conda/cli/main_mock_activate.py,sha256=QvVDdvO3x4DF-adTZzAmSzO5oaASQ8Ka0NTmJX64xSU,893
122
+ conda/cli/main_mock_deactivate.py,sha256=atOwd6Ufhfbqf6hdUhGkWJLSjyPEJmZhGInc2z8haT4,823
123
+ conda/cli/main_notices.py,sha256=y_HWkFN5k-sl6u443sfDCBXYF7lgZr--mS8UkcfdD8M,1666
124
+ conda/cli/main_package.py,sha256=JqJTLg_K4GbdJqpf-wcKBfPrYgwJRHK1NBrKh82xhec,8743
125
+ conda/cli/main_pip.py,sha256=34ltgt1y2cnmkta7PH0ORo-wvCnUj-W7sufwIkr8u30,872
126
+ conda/cli/main_remove.py,sha256=Z7DWuqJoojCaeCCsU_AmjH6GRLFYMWWaSBTNfENiYSE,7722
127
+ conda/cli/main_rename.py,sha256=D_wm4_q65zHNhJ7cxTQI9hHagqogHqeREapVeFw6ZaM,5665
128
+ conda/cli/main_run.py,sha256=LOy0oXHTX1LfIBTNNPABFyvnapIqnxErIWhVgiYGVoA,4697
129
+ conda/cli/main_search.py,sha256=XbXRuhB82iC62zkg5Ru6SSxq00-sOibnerIKQFQNUvU,10437
130
+ conda/cli/main_update.py,sha256=NJkLab64brc1hi6-0Af15LdB4rMK3Uovp4CidNbzMbQ,3962
131
+ conda/common/__init__.py,sha256=L4D64etjtKML2s_v1lAescFsHOLo59Hy1vmbCXu8MWQ,494
132
+ conda/common/__pycache__/__init__.cpython-313.pyc,,
133
+ conda/common/__pycache__/_logic.cpython-313.pyc,,
134
+ conda/common/__pycache__/compat.cpython-313.pyc,,
135
+ conda/common/__pycache__/configuration.cpython-313.pyc,,
136
+ conda/common/__pycache__/constants.cpython-313.pyc,,
137
+ conda/common/__pycache__/io.cpython-313.pyc,,
138
+ conda/common/__pycache__/iterators.cpython-313.pyc,,
139
+ conda/common/__pycache__/logic.cpython-313.pyc,,
140
+ conda/common/__pycache__/signals.cpython-313.pyc,,
141
+ conda/common/__pycache__/toposort.cpython-313.pyc,,
142
+ conda/common/__pycache__/url.cpython-313.pyc,,
143
+ conda/common/_logic.py,sha256=XN58SBEqr4DknUVDNTpyvnkTsBOJylC__H7yTW5SW2Y,27446
144
+ conda/common/_os/__init__.py,sha256=cRSBZvZv1CNufTFh1Umwc6kPdZL8XBdeW__d5sWzkyo,436
145
+ conda/common/_os/__pycache__/__init__.cpython-313.pyc,,
146
+ conda/common/_os/__pycache__/linux.cpython-313.pyc,,
147
+ conda/common/_os/__pycache__/osx.cpython-313.pyc,,
148
+ conda/common/_os/__pycache__/unix.cpython-313.pyc,,
149
+ conda/common/_os/__pycache__/windows.cpython-313.pyc,,
150
+ conda/common/_os/linux.py,sha256=M6WRLM7xg-_bdiDQn2G8KoDpMlL3PKjfr4Rr2mHqH3k,2053
151
+ conda/common/_os/osx.py,sha256=saOdjucF997z2NqLWZtgreBw7QyVr1QPyQj16RthKwY,742
152
+ conda/common/_os/unix.py,sha256=3CtSycesTuZvW1-RyVIOHKflAube51kuhpE4zyQxrtg,353
153
+ conda/common/_os/windows.py,sha256=v7EdkAoYy_c-slRftV183uWgsts8AEJfa3OovNnUHfM,5496
154
+ conda/common/compat.py,sha256=GVs3hyAi78D_zsc0zCuddL7EH0mNK52pjWYjRxwH7mI,3071
155
+ conda/common/configuration.py,sha256=7xLT4CF3LGJS0OFF4OilW4_MP_yxsN2p5NFXqjxYkMY,64743
156
+ conda/common/constants.py,sha256=7_84KD-o_ynHgWi585MyQiO7R59OA6ir4qHUOj_3SI8,589
157
+ conda/common/io.py,sha256=ZPMoxLgljgurdoSf7jJ8XBf0Js6zfTFJXECcxVgwWLQ,17176
158
+ conda/common/iterators.py,sha256=CaBL-LeCuC7SRpnnsksbi7ACsGfoeqv3RdFi7AhtrV4,1107
159
+ conda/common/logic.py,sha256=aAXlesrY2PBuiuW4KkqiG_X35JNj7ZQUAxazEiVa1PE,11114
160
+ conda/common/path/__init__.py,sha256=BBqIz_wVZZbTesvcHGqzEbeSS64ERQMJngSKA4-h7QI,6207
161
+ conda/common/path/__pycache__/__init__.cpython-313.pyc,,
162
+ conda/common/path/__pycache__/_cygpath.cpython-313.pyc,,
163
+ conda/common/path/__pycache__/directories.cpython-313.pyc,,
164
+ conda/common/path/__pycache__/python.cpython-313.pyc,,
165
+ conda/common/path/__pycache__/windows.cpython-313.pyc,,
166
+ conda/common/path/_cygpath.py,sha256=zO7RLyGZipH7Xh1j0aKaUj5K3QBbe5nK8Vnr3ccqM48,7046
167
+ conda/common/path/directories.py,sha256=MeM1hKS3eMntg4IlSW2HU52xC4sbMw--0-tsKnzG_Ms,1675
168
+ conda/common/path/python.py,sha256=8Rh5DK5LxdzqCWdv03S3LtvEnMnshxRCKUQb9M6g5Po,4275
169
+ conda/common/path/windows.py,sha256=IFZuuEYJnBBlMhkWaluL8OTghtwaECIM-GLQJexAVFo,5444
170
+ conda/common/pkg_formats/__init__.py,sha256=PeVza2KsTmy4DSq8qe9IjJe3jw8J5WpY0_LVI7MtRow,201
171
+ conda/common/pkg_formats/__pycache__/__init__.cpython-313.pyc,,
172
+ conda/common/pkg_formats/__pycache__/python.cpython-313.pyc,,
173
+ conda/common/pkg_formats/python.py,sha256=tIhnl6PoliqKnwgdRrTjtX1EumfWCa8Sz6AiFUaV5cU,1083
174
+ conda/common/serialize/__init__.py,sha256=8Fbb9_pLXstw7BddIYsNnm2zYr2X9o-D8E8ivRa8hIE,2655
175
+ conda/common/serialize/__pycache__/__init__.cpython-313.pyc,,
176
+ conda/common/serialize/__pycache__/json.cpython-313.pyc,,
177
+ conda/common/serialize/__pycache__/yaml.cpython-313.pyc,,
178
+ conda/common/serialize/json.py,sha256=VIxLM1D_6rwu0MioZJdKGPuedxb8cSJUq78xoRVF5FQ,2750
179
+ conda/common/serialize/yaml.py,sha256=z1kyQ-3uv5sVEryvvEKD19beAUbvAwrIYC9HaZMO0e8,2903
180
+ conda/common/signals.py,sha256=a7er8UB5MFO8v1cxw41ZLNzU0KLcR1Y2vFf5eLeZnzI,1788
181
+ conda/common/toposort.py,sha256=jaT1bsNO7nTradJogvPdq9QX-aBQQMzF4gQTjCnv-gE,3288
182
+ conda/common/url.py,sha256=0P6jx_dzQoQp-hnAsKwB3IdfWFb1m9rhzkvWBqNlzvA,15626
183
+ conda/core/__init__.py,sha256=JLaLQ6HLYXkAiCNfoI5_oNpD7MF_dV24dCw6-CSP3S0,698
184
+ conda/core/__pycache__/__init__.cpython-313.pyc,,
185
+ conda/core/__pycache__/envs_manager.cpython-313.pyc,,
186
+ conda/core/__pycache__/index.cpython-313.pyc,,
187
+ conda/core/__pycache__/initialize.cpython-313.pyc,,
188
+ conda/core/__pycache__/link.cpython-313.pyc,,
189
+ conda/core/__pycache__/package_cache_data.cpython-313.pyc,,
190
+ conda/core/__pycache__/path_actions.cpython-313.pyc,,
191
+ conda/core/__pycache__/portability.cpython-313.pyc,,
192
+ conda/core/__pycache__/prefix_data.cpython-313.pyc,,
193
+ conda/core/__pycache__/solve.cpython-313.pyc,,
194
+ conda/core/__pycache__/subdir_data.cpython-313.pyc,,
195
+ conda/core/envs_manager.py,sha256=fZxc3FNwqi2r4lHWGwbWdc3Ct48uazagpHv8m0_5i7I,7699
196
+ conda/core/index.py,sha256=jKkKlRoIcR_DbvZQyZWhdMpIim6IEMMvCsHqqm-Tng8,26666
197
+ conda/core/initialize.py,sha256=Iy_2GhuB1fOQD3IFz7vutwskbMBF8FQHzBtK1Dyijbc,80730
198
+ conda/core/link.py,sha256=Hrm8sTfVB6EIWfu4cY3A5dSrkqmCz7j0AU-p8P7mk68,64734
199
+ conda/core/package_cache_data.py,sha256=qKUvckY3nbvqKoiKf2Q9Zn502jB_d86gpmGESuOx8Zk,40492
200
+ conda/core/path_actions.py,sha256=AiB9GFnKo33mXkowwO2wI9KYfNPYAPvcHs2uAUMtvYs,53228
201
+ conda/core/portability.py,sha256=btWAzco3Y-riaZxiEgTdh9YUAqL1obZzVQrDGZIGm1U,16066
202
+ conda/core/prefix_data.py,sha256=rRswbE-qcwDxGriR6jPYZszFVOoDto3amh-FLjUFR8Y,33559
203
+ conda/core/solve.py,sha256=Hv_LyD1sZqZcpEsUAELD8wYqvwQWbYP4Pz0O1jrJoCA,62818
204
+ conda/core/subdir_data.py,sha256=Fyb1oz80gWnw46554TGW8A7t4-iz9nZ5tSRXv-BqIxs,28754
205
+ conda/deprecations.py,sha256=5sjJt11Grj2uDrQxzhzKCSyg2TH4dY7kClcQquwhMvo,17610
206
+ conda/env/__init__.py,sha256=Xc6wOJSxSUQz7Z91PPbZ27WAv28rNuNGy0WSNda9uQc,75
207
+ conda/env/__pycache__/__init__.cpython-313.pyc,,
208
+ conda/env/__pycache__/env.cpython-313.pyc,,
209
+ conda/env/__pycache__/pip_util.cpython-313.pyc,,
210
+ conda/env/env.py,sha256=kLpaqV83EwSG64yNcEaL1mDzuckIZ4NM9lYr-UVX-mY,15281
211
+ conda/env/installers/__init__.py,sha256=Xc6wOJSxSUQz7Z91PPbZ27WAv28rNuNGy0WSNda9uQc,75
212
+ conda/env/installers/__pycache__/__init__.cpython-313.pyc,,
213
+ conda/env/installers/__pycache__/base.cpython-313.pyc,,
214
+ conda/env/installers/__pycache__/conda.cpython-313.pyc,,
215
+ conda/env/installers/__pycache__/pip.cpython-313.pyc,,
216
+ conda/env/installers/base.py,sha256=n3aymNtgTz1sEs3Bd6Yp4YGBcvy40jSjoXbJDbgPWLs,466
217
+ conda/env/installers/conda.py,sha256=H9E6qLbmNyONfjexWnGPl3TOyPOKBE43QYVCa_A-ziQ,5076
218
+ conda/env/installers/pip.py,sha256=zCebxvkWSdA-3ZwpAq_Ji8WROR-wbu9bN3EDCbVtpJQ,2585
219
+ conda/env/pip_util.py,sha256=igmRvci1WH69H9Cs15pfrW4uxH3pHbJtUPfJqI1q8HY,1420
220
+ conda/env/specs/__init__.py,sha256=mn7CyomLGWZakOnRusTGHzwg9prKu7VMA4GuA303cy0,2482
221
+ conda/env/specs/__pycache__/__init__.cpython-313.pyc,,
222
+ conda/env/specs/__pycache__/binstar.cpython-313.pyc,,
223
+ conda/env/specs/__pycache__/cep_24.cpython-313.pyc,,
224
+ conda/env/specs/__pycache__/explicit.cpython-313.pyc,,
225
+ conda/env/specs/__pycache__/requirements.cpython-313.pyc,,
226
+ conda/env/specs/__pycache__/yaml_file.cpython-313.pyc,,
227
+ conda/env/specs/binstar.py,sha256=CDq5Lh6Jp0EOntGPMJhdJ_ZixDH3J7YG0cYY6v9orww,241
228
+ conda/env/specs/cep_24.py,sha256=UpLY2onzlPKm7q_QN3yx-hvtO0ITCuFF1BPLtnFvaoo,1924
229
+ conda/env/specs/explicit.py,sha256=ypKWMVPRY6APy2EZKhtjOJGgxfUjUco37wAmsN-yGLc,2263
230
+ conda/env/specs/requirements.py,sha256=8Tny8qi1XAQER-q-fQ8pR1rk_PGGHgTnnkwgUXI1ang,5123
231
+ conda/env/specs/yaml_file.py,sha256=r2dSHemjZ1mZedbGn_x0Pwd0EZCr0tEdYP8llLt5Iww,2687
232
+ conda/exception_handler.py,sha256=R-meQ93yBKJrUUO1hKgQ4poqPpxY3T1wJ6-CkeZ75xo,15218
233
+ conda/exceptions.py,sha256=rVzw3wSP6HNtdn_-WTiI1iPVcIMm7QN1b5mjQxqkH9M,49298
234
+ conda/exports.py,sha256=y9BQ6nLLZpKd58vX1nwKnHjE_jwLWJ1ZDPvCMgdK-sc,9472
235
+ conda/gateways/__init__.py,sha256=nGB6VGny0Pmr87aFRZJt_jv4FZmUVp3L3PBxvf2dONQ,732
236
+ conda/gateways/__pycache__/__init__.cpython-313.pyc,,
237
+ conda/gateways/__pycache__/anaconda_client.cpython-313.pyc,,
238
+ conda/gateways/__pycache__/logging.cpython-313.pyc,,
239
+ conda/gateways/__pycache__/subprocess.cpython-313.pyc,,
240
+ conda/gateways/anaconda_client.py,sha256=XmlnbyRj45H12lnsRMHA9Uq18h7VdQcnM0tTo7a6D7o,1893
241
+ conda/gateways/connection/__init__.py,sha256=EF2jMXXPZKDeSHkKmT-pUnq_YR_lj08bd08WkNNyDNA,973
242
+ conda/gateways/connection/__pycache__/__init__.cpython-313.pyc,,
243
+ conda/gateways/connection/__pycache__/download.cpython-313.pyc,,
244
+ conda/gateways/connection/__pycache__/session.cpython-313.pyc,,
245
+ conda/gateways/connection/adapters/__init__.py,sha256=Xc6wOJSxSUQz7Z91PPbZ27WAv28rNuNGy0WSNda9uQc,75
246
+ conda/gateways/connection/adapters/__pycache__/__init__.cpython-313.pyc,,
247
+ conda/gateways/connection/adapters/__pycache__/ftp.cpython-313.pyc,,
248
+ conda/gateways/connection/adapters/__pycache__/http.cpython-313.pyc,,
249
+ conda/gateways/connection/adapters/__pycache__/localfs.cpython-313.pyc,,
250
+ conda/gateways/connection/adapters/__pycache__/s3.cpython-313.pyc,,
251
+ conda/gateways/connection/adapters/ftp.py,sha256=4VYeQ1cyGki2RJ0gXigEbucGkZHM8m35hv-ht4X06Es,9554
252
+ conda/gateways/connection/adapters/http.py,sha256=xRxsRkwaHqpq5BHiLGzsWxQiT76gWGZ5npFSnND7Cz4,2825
253
+ conda/gateways/connection/adapters/localfs.py,sha256=7MdYuRJFybr7I5IrUk-QMO2CxHLDOetq3T2-oLBNkN0,1821
254
+ conda/gateways/connection/adapters/s3.py,sha256=g1Vt_6NJ_wurVIaj_gO5oTpKGIXf07Mmz42f8tkcRdI,3308
255
+ conda/gateways/connection/download.py,sha256=ssi99wnvvp68fsgdIGMUHouCapuhGQJhCCcRj_EtBoM,16245
256
+ conda/gateways/connection/session.py,sha256=C584RPldGOe2rYMkXEGhqcpkbnYkP7kr6lRlYT0EoxQ,14754
257
+ conda/gateways/disk/__init__.py,sha256=1FIK1_eBng0XtJ95nIj9qonndsPNtM9kFcMbBHylAA8,3575
258
+ conda/gateways/disk/__pycache__/__init__.cpython-313.pyc,,
259
+ conda/gateways/disk/__pycache__/create.cpython-313.pyc,,
260
+ conda/gateways/disk/__pycache__/delete.cpython-313.pyc,,
261
+ conda/gateways/disk/__pycache__/link.cpython-313.pyc,,
262
+ conda/gateways/disk/__pycache__/lock.cpython-313.pyc,,
263
+ conda/gateways/disk/__pycache__/permissions.cpython-313.pyc,,
264
+ conda/gateways/disk/__pycache__/read.cpython-313.pyc,,
265
+ conda/gateways/disk/__pycache__/test.cpython-313.pyc,,
266
+ conda/gateways/disk/__pycache__/update.cpython-313.pyc,,
267
+ conda/gateways/disk/create.py,sha256=TVN-1muegqSWpr7Cc5Nh9Gjcx9t_SkoAHalhsilNFRo,16465
268
+ conda/gateways/disk/delete.py,sha256=yNynZ08_AbXp36evbkvnMteQm1IN6mk4SVfNyVZBjIA,10187
269
+ conda/gateways/disk/link.py,sha256=F4UQQBRh2RzOW-zs-RvHTHEvaQ-YAqdWHT_hc9dsRIY,13614
270
+ conda/gateways/disk/lock.py,sha256=E6FXGnkwd2nn-IY22eSYuTFyMTs3whAsMe2LsVTBFvU,2856
271
+ conda/gateways/disk/permissions.py,sha256=yAOWFjeI9bmXUKQzHOWAdyfkdvnUlxtBg3FsY_XKpog,3057
272
+ conda/gateways/disk/read.py,sha256=JarRL13NdvTARC6pN4ADaf28bVbMBI0X3cv7meEN0lo,8495
273
+ conda/gateways/disk/test.py,sha256=3VhyYVpZIhvg0pjju6L_-7UQ9MKSt8vGaUSdl37CmVU,3420
274
+ conda/gateways/disk/update.py,sha256=0SVJ3MQQLgqEH-Jt_XYwWt8i5qFhLPI3Bk8TDLXznrM,6150
275
+ conda/gateways/logging.py,sha256=9mlAwBSy-oo7fEVAENEHFd4RO71TLRNwU5eix5vRpeI,7384
276
+ conda/gateways/repodata/__init__.py,sha256=wSDjKJ-Ol4xMrUmGVBu5BCGPJ5QYsJHLPJ4s0guzlO8,33792
277
+ conda/gateways/repodata/__pycache__/__init__.cpython-313.pyc,,
278
+ conda/gateways/repodata/__pycache__/lock.cpython-313.pyc,,
279
+ conda/gateways/repodata/jlap/__init__.py,sha256=ClUn_wwlAxu9PuxnDidDZV_S-KDQsLA2aYVdwIw0Qzo,138
280
+ conda/gateways/repodata/jlap/__pycache__/__init__.cpython-313.pyc,,
281
+ conda/gateways/repodata/jlap/__pycache__/core.cpython-313.pyc,,
282
+ conda/gateways/repodata/jlap/__pycache__/fetch.cpython-313.pyc,,
283
+ conda/gateways/repodata/jlap/__pycache__/interface.cpython-313.pyc,,
284
+ conda/gateways/repodata/jlap/core.py,sha256=4-zcI0we_C0MDv2fme_jJ7OWe9N1ZBXL27ORtodoWvs,4146
285
+ conda/gateways/repodata/jlap/fetch.py,sha256=hdskf1KV9qZd7XpB-FxyVcik7xnETVKlADLP3ky4q2Y,16284
286
+ conda/gateways/repodata/jlap/interface.py,sha256=V9_4QC_Iq5XL5BTjeTJBnrjyqSkDJlDAdJ3dostsFDs,4659
287
+ conda/gateways/repodata/lock.py,sha256=K8QRj_0au17Ozx7WKc-9Fu2ci5PAvNxkQoNesvKSCqc,195
288
+ conda/gateways/subprocess.py,sha256=9F8XQUcHBB1wTiDi00ntLyS75YrpfFarrG4i0H3R5a4,4846
289
+ conda/history.py,sha256=AVpl9FibV3c2XGQ7QYxTZ_faTIhQLdZ-dLfzCPh_RxE,15693
290
+ conda/instructions.py,sha256=QbSD5GjLh2QnWN2xjrHJ7Nr_tD0NNVEsFk8TpOHGr9A,2769
291
+ conda/misc.py,sha256=IvYJINZvYbNiJxPjoWAUSGcHzOI3XQ6fKoPnX-7xxIE,12628
292
+ conda/models/__init__.py,sha256=3LnN1LhlKAdCERPdWTMimFGYNYSzFAtF3S7JJzeNGcg,685
293
+ conda/models/__pycache__/__init__.cpython-313.pyc,,
294
+ conda/models/__pycache__/channel.cpython-313.pyc,,
295
+ conda/models/__pycache__/dist.cpython-313.pyc,,
296
+ conda/models/__pycache__/enums.cpython-313.pyc,,
297
+ conda/models/__pycache__/environment.cpython-313.pyc,,
298
+ conda/models/__pycache__/match_spec.cpython-313.pyc,,
299
+ conda/models/__pycache__/package_info.cpython-313.pyc,,
300
+ conda/models/__pycache__/prefix_graph.cpython-313.pyc,,
301
+ conda/models/__pycache__/records.cpython-313.pyc,,
302
+ conda/models/__pycache__/version.cpython-313.pyc,,
303
+ conda/models/channel.py,sha256=swYUXSgj0tNzYqm19-4ogrSca-InhMR-nysMx0ghj2A,24371
304
+ conda/models/dist.py,sha256=NViRx6xFI5oomfbnT9Ps46UlMyt9Jd52UaKYbaSoYo0,12093
305
+ conda/models/enums.py,sha256=enz1jNBFHc08lpmQi89gME564ONmCowZaZhPXL2ODDQ,4884
306
+ conda/models/environment.py,sha256=FdBorQmkjoj7vtKr1V9xbRqiVdrJIp1j39CVYfNFyQc,21553
307
+ conda/models/match_spec.py,sha256=khpcHkualGfaOY9YeLRD-YxOl0t6k2pmtiEiF5nOG-E,43607
308
+ conda/models/package_info.py,sha256=PhFu10iyInC0dzt7v_okEh6wXFftKU7XzXI1lzW7VHI,2257
309
+ conda/models/prefix_graph.py,sha256=6AxnQZnpHAEwJ3ZhCyXE0GldDvfR8g2Ai2Bd1B_PZOk,16633
310
+ conda/models/records.py,sha256=l4nO-HSnxJu90ufiU5O_8M1hmH4zF4We6qss6Vo4rHo,24239
311
+ conda/models/version.py,sha256=YXMB0Rnu_LzIn8-yPBuLMiU4I0wonqJqObVJgFPMrDQ,26182
312
+ conda/notices/__init__.py,sha256=qZejFJsNxj8WzUycGz1CnTwDKjSIMLk2qmIXJQiF-NU,115
313
+ conda/notices/__pycache__/__init__.cpython-313.pyc,,
314
+ conda/notices/__pycache__/cache.cpython-313.pyc,,
315
+ conda/notices/__pycache__/core.cpython-313.pyc,,
316
+ conda/notices/__pycache__/fetch.cpython-313.pyc,,
317
+ conda/notices/__pycache__/types.cpython-313.pyc,,
318
+ conda/notices/__pycache__/views.cpython-313.pyc,,
319
+ conda/notices/cache.py,sha256=nWlxj-uZXg3DvaDC-cVxIS0hRflCIfocms7w3Xf5gGQ,5231
320
+ conda/notices/core.py,sha256=XrGZ4zA10c0EE5DuaU2Tm3Im0L0NCMT01J7sQLRVyCM,7170
321
+ conda/notices/fetch.py,sha256=nSnrTMZ8veuUnGQ-sywtWG8v41AoweBkyKrkkvj4e-M,2607
322
+ conda/notices/types.py,sha256=-Wz3ikqyMAQ6_HtXXpQF7eTZLPoCbzeabHhShSDuaAo,3631
323
+ conda/notices/views.py,sha256=EerPVSennF1abV_Xks_NZCI_VAaZ79tuMDzaht-cJ38,2040
324
+ conda/plan.py,sha256=Jnf4yxMDBgkMGcecgPOOWA_1o-0owx9LrMG4f-i5884,5678
325
+ conda/plugins/__init__.py,sha256=guYmeJ8-9xk7TV9Fl4s3T_s-zYRkwcioJ7K-HtKAhCA,3955
326
+ conda/plugins/__pycache__/__init__.cpython-313.pyc,,
327
+ conda/plugins/__pycache__/config.cpython-313.pyc,,
328
+ conda/plugins/__pycache__/hookspec.cpython-313.pyc,,
329
+ conda/plugins/__pycache__/manager.cpython-313.pyc,,
330
+ conda/plugins/__pycache__/solvers.cpython-313.pyc,,
331
+ conda/plugins/__pycache__/types.cpython-313.pyc,,
332
+ conda/plugins/config.py,sha256=r-tab7jcI18aDT9ARhp60NDxoMIsqPyL6AzEpM2_yD4,4294
333
+ conda/plugins/environment_exporters/__init__.py,sha256=Mn6hopuxj57k3HiE9ZGWWi_jYdbpE5eKMxBnpb2a6Oc,326
334
+ conda/plugins/environment_exporters/__pycache__/__init__.cpython-313.pyc,,
335
+ conda/plugins/environment_exporters/__pycache__/environment_yml.cpython-313.pyc,,
336
+ conda/plugins/environment_exporters/__pycache__/explicit.cpython-313.pyc,,
337
+ conda/plugins/environment_exporters/__pycache__/requirements_txt.cpython-313.pyc,,
338
+ conda/plugins/environment_exporters/environment_yml.py,sha256=AAmKkx9QmAscqFkaR3-2bW7078wJaxoAZdqzAvgw30Y,3738
339
+ conda/plugins/environment_exporters/explicit.py,sha256=EnBldjck9e0DB2st_Xz2acNX5kXJ9_xnfQajpWse89A,3574
340
+ conda/plugins/environment_exporters/requirements_txt.py,sha256=5h_FmUQ9ZhkkoCQn-4wLRmrMySMA0fRlVjZGFbtUMxw,2197
341
+ conda/plugins/environment_specifiers/__init__.py,sha256=3VXIblGv0UoN97guytGN6CPu0iukygbVM7LG6WN6dYI,364
342
+ conda/plugins/environment_specifiers/__pycache__/__init__.cpython-313.pyc,,
343
+ conda/plugins/environment_specifiers/__pycache__/cep_24.cpython-313.pyc,,
344
+ conda/plugins/environment_specifiers/__pycache__/environment_yml.cpython-313.pyc,,
345
+ conda/plugins/environment_specifiers/__pycache__/explicit.cpython-313.pyc,,
346
+ conda/plugins/environment_specifiers/__pycache__/requirements_txt.cpython-313.pyc,,
347
+ conda/plugins/environment_specifiers/cep_24.py,sha256=55itTvzAl8RMgOdnTXRoRzxEqOGe8ZCatpxsR3g2xlE,454
348
+ conda/plugins/environment_specifiers/environment_yml.py,sha256=fODwplvMbMqR5-ms9Ycpsx9Ae1zBb2vGh1_4MfBQODs,456
349
+ conda/plugins/environment_specifiers/explicit.py,sha256=rNm3jFmaCPcwctwURoQW3omdh23mU9n7rUzCTGOy5fc,426
350
+ conda/plugins/environment_specifiers/requirements_txt.py,sha256=us-fxuqBYujBX5I3sDNNUbQcOKnyP5R9sVJGsl7AiXw,454
351
+ conda/plugins/hookspec.py,sha256=WD2GkuXQlXVlLHtuQwPN8xM6hSMi5zOOzaVxBdv9WTc,24661
352
+ conda/plugins/manager.py,sha256=k4fO38vR0woc0Bxbu_C7YY9iK52EYlajKvTtcOerfgw,35020
353
+ conda/plugins/package_extractors/__init__.py,sha256=AlXLPDZVxlJ3exyjjs4FrOPCQDA5ZzdJMeP3eDExRP0,148
354
+ conda/plugins/package_extractors/__pycache__/__init__.cpython-313.pyc,,
355
+ conda/plugins/package_extractors/__pycache__/conda.cpython-313.pyc,,
356
+ conda/plugins/package_extractors/conda.py,sha256=Vu-yqWGMdHw0EYkkUrV4fDxVznlwZmw_Lj2cYtLgYVE,2503
357
+ conda/plugins/post_solves/__init__.py,sha256=okGqcsGXCNX5kc8HWc2nTFLwrAVubbuHETEcc7I6yeY,285
358
+ conda/plugins/post_solves/__pycache__/__init__.cpython-313.pyc,,
359
+ conda/plugins/post_solves/__pycache__/signature_verification.cpython-313.pyc,,
360
+ conda/plugins/post_solves/signature_verification.py,sha256=LCO1i-_4fSqWioNdjH6AUCfRDDj9dbqWhbQ0rMULBYM,761
361
+ conda/plugins/prefix_data_loaders/__init__.py,sha256=w3WDOPuwTxVfPhG7jOqYmWY6tvRYK7qPUlZyF13vAJQ,112
362
+ conda/plugins/prefix_data_loaders/__pycache__/__init__.cpython-313.pyc,,
363
+ conda/plugins/prefix_data_loaders/pypi/__init__.py,sha256=nevdkxAtLAYX_j65g1gAQpLWl4FQOnCjVLiAM9WIpkw,6353
364
+ conda/plugins/prefix_data_loaders/pypi/__pycache__/__init__.cpython-313.pyc,,
365
+ conda/plugins/prefix_data_loaders/pypi/__pycache__/pkg_format.cpython-313.pyc,,
366
+ conda/plugins/prefix_data_loaders/pypi/pkg_format.py,sha256=cij6eFV0ol_mYW2WWhqaVKPSb2HRzDdUktqx5O1zAdE,48895
367
+ conda/plugins/reporter_backends/__init__.py,sha256=ry9SFj-ie-bsYej1T7XeKJ2YRzQWagQY4vvDiNfmMnE,130
368
+ conda/plugins/reporter_backends/__pycache__/__init__.cpython-313.pyc,,
369
+ conda/plugins/reporter_backends/__pycache__/console.cpython-313.pyc,,
370
+ conda/plugins/reporter_backends/__pycache__/json.cpython-313.pyc,,
371
+ conda/plugins/reporter_backends/console.py,sha256=zhrRKhSAZbXsmla3U45453Mqu80RT0ZW7BRvT28Gwr4,8597
372
+ conda/plugins/reporter_backends/json.py,sha256=d2HZHXyisliOO129zJmjusj7dfR21tdjs7whmoOLwcc,3552
373
+ conda/plugins/solvers.py,sha256=lZ99mLvog0oX0S2vs1SgfF9mIeRCITrVxse6qr9ilZc,496
374
+ conda/plugins/subcommands/__init__.py,sha256=D9JxxKjbqbK4AZcm8eJnfJJjr4Aw4AodquXQaRjQCMs,116
375
+ conda/plugins/subcommands/__pycache__/__init__.cpython-313.pyc,,
376
+ conda/plugins/subcommands/doctor/__init__.py,sha256=AQISE_iDfIvSRM7EHAvoQE8HaRoZJ6Cd0aflkw6-8PM,4516
377
+ conda/plugins/subcommands/doctor/__pycache__/__init__.cpython-313.pyc,,
378
+ conda/plugins/subcommands/doctor/health_checks/__init__.py,sha256=-loNJSufygQGC-4rBFhucQo6oX9H83NTDz6KH0dYK7w,656
379
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/__init__.cpython-313.pyc,,
380
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/altered_files.cpython-313.pyc,,
381
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/consistency.cpython-313.pyc,,
382
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/environment_txt.cpython-313.pyc,,
383
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/file_locking.cpython-313.pyc,,
384
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/missing_files.cpython-313.pyc,,
385
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/pinned.cpython-313.pyc,,
386
+ conda/plugins/subcommands/doctor/health_checks/__pycache__/requests_ca_bundle.cpython-313.pyc,,
387
+ conda/plugins/subcommands/doctor/health_checks/altered_files.py,sha256=WfvE1JvsjtiCaaFuOphkQ7CuH6XdRfy6pFs8n6cMWOM,3871
388
+ conda/plugins/subcommands/doctor/health_checks/consistency.py,sha256=o-0vWWgEzmXbqJQQa6_MRm0Kwpxzv2c0p40EIANREvk,4652
389
+ conda/plugins/subcommands/doctor/health_checks/environment_txt.py,sha256=Gfb1LdbvoXS_02HBzgP8CauXozfBM2AMl7VrgwaeEmM,2757
390
+ conda/plugins/subcommands/doctor/health_checks/file_locking.py,sha256=jaTbCb18LOyB7FVtLrS5fbmKKxhFwLxMzJoDEAkXKs0,1202
391
+ conda/plugins/subcommands/doctor/health_checks/missing_files.py,sha256=woOoReBPhI6lzw7zBmgBlw3Q3U9HQcZjY3qnjTsUZIM,3031
392
+ conda/plugins/subcommands/doctor/health_checks/pinned.py,sha256=SuLobGBw0pBaoEZAAWB1s6rcPCBxu0sxIweUigbNgPg,4080
393
+ conda/plugins/subcommands/doctor/health_checks/requests_ca_bundle.py,sha256=kg7A_ymiQKqnI88WO8H9PsvoXRC34FGOGBF47zSbNb8,1893
394
+ conda/plugins/types.py,sha256=TyNC27S7JHgaen-_uwg-CVmxAPNF_iy91axgKvcYofg,22039
395
+ conda/plugins/virtual_packages/__init__.py,sha256=5xFFWXkcLptae63gkhH8Ya1XbLAAG-ww_A1TKMxloSE,321
396
+ conda/plugins/virtual_packages/__pycache__/__init__.cpython-313.pyc,,
397
+ conda/plugins/virtual_packages/__pycache__/archspec.cpython-313.pyc,,
398
+ conda/plugins/virtual_packages/__pycache__/conda.cpython-313.pyc,,
399
+ conda/plugins/virtual_packages/__pycache__/cuda.cpython-313.pyc,,
400
+ conda/plugins/virtual_packages/__pycache__/freebsd.cpython-313.pyc,,
401
+ conda/plugins/virtual_packages/__pycache__/linux.cpython-313.pyc,,
402
+ conda/plugins/virtual_packages/__pycache__/osx.cpython-313.pyc,,
403
+ conda/plugins/virtual_packages/__pycache__/windows.cpython-313.pyc,,
404
+ conda/plugins/virtual_packages/archspec.py,sha256=vtIwgWqFlpQ9VwisfypOZBFUUOhKsbb1ukCDuRyiP3o,782
405
+ conda/plugins/virtual_packages/conda.py,sha256=1odWmsaOvEkKJijlZlarTlVvXkwAcbwTmxzRV7kvDLg,615
406
+ conda/plugins/virtual_packages/cuda.py,sha256=JgkmfZnuVkFc99YWH4TguptbJ-varvEcoEYQdJAdIqk,5221
407
+ conda/plugins/virtual_packages/freebsd.py,sha256=JbHw7Rylkc22cd3Sbwmt1XueltWilE4hMcPMQiu_EGI,708
408
+ conda/plugins/virtual_packages/linux.py,sha256=C-xd9MpVWoHw3I412PpESmuQ5gJr-pRG47sSL2OXD3M,2534
409
+ conda/plugins/virtual_packages/osx.py,sha256=PlIuTf4zf2nCKax-wYrark33qKJ7EiZ4s-90f4utQyc,1263
410
+ conda/plugins/virtual_packages/windows.py,sha256=G1rIfYPAO0cAhb0wR20lK09rPcFQzioiZvsfyFoOchw,1048
411
+ conda/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
412
+ conda/reporters.py,sha256=S8AUE_gLFtIIffdIRgvJmBYKr6NHpNRGH-ErLX2VTnU,2787
413
+ conda/resolve.py,sha256=Eljw-s-IxSRaTN1WE40qaeHizCyPEc9mlYUAtAseMec,69223
414
+ conda/shell/Library/bin/conda.bat,sha256=hKsbqhMFT8BkUqiuz7WqYsXPsK0vkZD47iVh-J4Bf74,121
415
+ conda/shell/Scripts/activate.bat,sha256=5W1-QLkOBdt8ukBOFfhcIQnEphc6XV1-tv6hI_4YLEA,1111
416
+ conda/shell/bin/activate,sha256=RNhzx3837W_voLmBF7kPiCsZHYj8BCBgshDsgUg35C4,149
417
+ conda/shell/bin/deactivate,sha256=jm6Z5CsrAQl1RiGZNPo2H1b2RU_6v5HQPTh88JMJk8I,237
418
+ conda/shell/cli-32.exe,sha256=AXDdpglRnAiLHkYZoeHRWgFwGmxRS7Vfmahfy71UFjE,53016
419
+ conda/shell/cli-64.exe,sha256=ksFczN7sw4Vsad19R_4B2Nd4K29K2h29hnkKXnAupz8,54040
420
+ conda/shell/conda.xsh,sha256=qnsGmsr3m5s8mqQwOHnryzDkRWQxvJQy46nkSPAGgM4,7390
421
+ conda/shell/conda_icon.ico,sha256=OdhQ1RaSD84ZdELWRVg0TxsPacDbayB7n6BCFzD1SQE,126355
422
+ conda/shell/condabin/Conda.psm1,sha256=xwP7_p0xeULdlPuZT2ATcbuZhe9ZQZuGcx-vJP2ufWg,7731
423
+ conda/shell/condabin/_conda_activate.bat,sha256=fMesb0Kjt5PEYUXxaBgsuWePr7mCySePtAy3KAmJM0Q,3116
424
+ conda/shell/condabin/activate.bat,sha256=EqSYwn1ietETn45sCPAolmz3TPWmIprqHQsUIQxYViE,143
425
+ conda/shell/condabin/conda-hook.ps1,sha256=CPhZL_Usn1Jqg5wHj5_HO2NR9OlCtlxcQwyZcYfWNV0,90
426
+ conda/shell/condabin/conda.bat,sha256=Kw1kNMG0wMRtXCUgJ376sbDO9oNOWXjikm_6uq3X47s,729
427
+ conda/shell/condabin/conda_auto_activate.bat,sha256=ZCmP1B6KCQ98AX8madnybnMiiKVaGD-6YyAmi2gTjJQ,715
428
+ conda/shell/condabin/conda_hook.bat,sha256=a5BCc15kVj796u_i9Pa1mQlPPMZ7fRHI-RpeHP4Dp-c,641
429
+ conda/shell/condabin/deactivate.bat,sha256=sQV8wQYB6RaUysTLgLFVaOWQuwobY-f6ShsbqBMS2KM,188
430
+ conda/shell/condabin/rename_tmp.bat,sha256=6D-r8u3iWM2rUeMT5-hQ19TkKpaywVZzy4Hdq7dpNYs,149
431
+ conda/shell/etc/fish/conf.d/conda.fish,sha256=u75-0zl1THLTJfL8gF-pmry2Gx_30Caq6NHnEPR-gqA,3444
432
+ conda/shell/etc/profile.d/conda.csh,sha256=ymLhXdGlyDZGnHQP1CIUJ8um4b8lq_3TTPYj3KIzw5o,2022
433
+ conda/shell/etc/profile.d/conda.sh,sha256=Zraru-9b2UMrXy_MgQrJ9Fw4wHQg88FLSd1FhNxggK8,2201
434
+ conda/testing/__init__.py,sha256=GmEBCU47O4PCMxV6JuSSf4l8P3CH0zC-xEEacSFENnQ,2954
435
+ conda/testing/__pycache__/__init__.cpython-313.pyc,,
436
+ conda/testing/__pycache__/cases.cpython-313.pyc,,
437
+ conda/testing/__pycache__/fixtures.cpython-313.pyc,,
438
+ conda/testing/__pycache__/helpers.cpython-313.pyc,,
439
+ conda/testing/__pycache__/http_test_server.cpython-313.pyc,,
440
+ conda/testing/__pycache__/integration.cpython-313.pyc,,
441
+ conda/testing/__pycache__/solver_helpers.cpython-313.pyc,,
442
+ conda/testing/cases.py,sha256=oEZufgaOAkmQAqVyWbKHeQ9gufW4b-wgFN0PRyTZpS0,453
443
+ conda/testing/fixtures.py,sha256=XQ6Zpr7IgisEKQSxX6HcLJ7ons-KyrOAyrgGcz4606Q,24391
444
+ conda/testing/gateways/__init__.py,sha256=Xc6wOJSxSUQz7Z91PPbZ27WAv28rNuNGy0WSNda9uQc,75
445
+ conda/testing/gateways/__pycache__/__init__.cpython-313.pyc,,
446
+ conda/testing/gateways/__pycache__/fixtures.cpython-313.pyc,,
447
+ conda/testing/gateways/fixtures.py,sha256=XFVySza_IaVEAipgmvkX2koGV3FLBgmk3xMFGyxpWIU,4383
448
+ conda/testing/helpers.py,sha256=5COnkpCamzJvVRgn8WxxGs_KnexCde-2OZpdyHbcrOo,23127
449
+ conda/testing/http_test_server.py,sha256=1iSQujto5zynsqycLMb-FfGCEd2LCvRHCKCA4lF_gCQ,2920
450
+ conda/testing/integration.py,sha256=lWWQ-EHU6hf-OU_rniXD814RBCG-tHsUPAY-SPBgH-0,3828
451
+ conda/testing/notices/__init__.py,sha256=Xc6wOJSxSUQz7Z91PPbZ27WAv28rNuNGy0WSNda9uQc,75
452
+ conda/testing/notices/__pycache__/__init__.cpython-313.pyc,,
453
+ conda/testing/notices/__pycache__/fixtures.cpython-313.pyc,,
454
+ conda/testing/notices/__pycache__/helpers.cpython-313.pyc,,
455
+ conda/testing/notices/fixtures.py,sha256=xZRj1B1aJhL56WPVpbyKmd7jZINu2Qs8i5SLKIEv1Q8,1294
456
+ conda/testing/notices/helpers.py,sha256=4NnsyobQqmczvWH1OHObnjfyQvFL_1rnzIWLMQOlQdI,4053
457
+ conda/testing/solver_helpers.py,sha256=J_sVEaDMUy7mlHnP0xthEmhlM3nISRB6xQn-rJkj-qg,47104
458
+ conda/trust/__init__.py,sha256=hQHUKs8Qf-lBCCfm23taKt-U_uvDrYYRuAzMXOozwYA,274
459
+ conda/trust/__pycache__/__init__.cpython-313.pyc,,
460
+ conda/trust/__pycache__/constants.cpython-313.pyc,,
461
+ conda/trust/__pycache__/signature_verification.cpython-313.pyc,,
462
+ conda/trust/constants.py,sha256=zlFUPQSbj97z6gNkbtRNo5a-PffCMkthzEAhe3AVK4U,2816
463
+ conda/trust/signature_verification.py,sha256=IlpDSQhwLufgcK4IbWVMzFiLBLadIbFUDsZO34P3AG8,11540
464
+ conda/utils.py,sha256=rapC3wPPnllTk5HLj13xCECOB1qSbD210kC5tqVvzGU,16313
465
+ conda_env/README.md,sha256=aSlTDVqtGwv4Cc-xBZ_00WotjCZkj1912SNKHa95FBQ,2389
466
+ conda_env/__init__.py,sha256=_MeKNchxNWv6ONduTfaHQCpkcB_mJzRkeQ97z8qE3nQ,196
467
+ conda_env/__pycache__/__init__.cpython-313.pyc,,
468
+ conda_env/cli/__init__.py,sha256=G8ALfOi7Gn1pmAowcRFnmsU-aCif2MoEQ_v9SJ6AX9w,152
469
+ conda_env/cli/__pycache__/__init__.cpython-313.pyc,,
470
+ conda_env/installers/__init__.py,sha256=G8ALfOi7Gn1pmAowcRFnmsU-aCif2MoEQ_v9SJ6AX9w,152
471
+ conda_env/installers/__pycache__/__init__.cpython-313.pyc,,
472
+ tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat,sha256=ExRqo4kq6_IrZpUTur2J2WdoFSi-EX9MzYFC3KrOKHM,120
473
+ tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh,sha256=v_2Cxyn3WEKgVKYoBEuB5WsMtdypkQ3U3SObt1jt2Yc,74
474
+ tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat,sha256=5O5-sotlPKxEQyOz44t08meMxSgQ_4370db7XuwUSLQ,52
475
+ tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh,sha256=4KIMhteeaC0tHmB5exM26OiFCv9uJyu2yCFj3QrnMRI,90
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/REQUESTED ADDED
File without changes
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/direct_url.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dir_info": {}, "url": "file:///home/task_177140125005974/croot/conda_1771402194624/work/conda-src"}
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/entry_points.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ [console_scripts]
2
+ conda = conda.cli.main_pip:main
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/licenses/AUTHORS.md ADDED
@@ -0,0 +1,487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ All of the people who have made at least one contribution to conda.
2
+ Authors are sorted alphabetically.
3
+
4
+ * ARF1
5
+ * Aaron Meurer
6
+ * Abheek Mathur
7
+ * Adrian Freund
8
+ * Agriya Khetarpal
9
+ * Ahmet Deger
10
+ * Alain Domissy
11
+ * Alan Du
12
+ * Albert DeFusco
13
+ * Albert Kottke
14
+ * Alberto Gobbi
15
+ * Alex Alvarez
16
+ * Alex Hall
17
+ * Alex Liew
18
+ * Alex Wiltschko
19
+ * Ali Abbas Zaidi
20
+ * Alisue
21
+ * Almar Klein
22
+ * Amelio Vazquez-Reina
23
+ * Amir Mohammadi
24
+ * Andrea Ghensi
25
+ * Andreas Girgensohn
26
+ * Andrew Achkar
27
+ * Andrew Arendt
28
+ * Andrew M. Farrell
29
+ * Andy Kipp
30
+ * Andy R. Terrel
31
+ * Angela Gloyna
32
+ * Aniket Patil
33
+ * Anthon van der Neut
34
+ * Anthony Scopatz
35
+ * Antoine Gallix
36
+ * Antoine Prouvost
37
+ * Antony Lee
38
+ * Anže Starič
39
+ * ApurvaWavhal
40
+ * Armin Burgmeier
41
+ * Arqam Hussain
42
+ * Attila Nagy
43
+ * Aurelien Vallee
44
+ * Avalon
45
+ * Bas Nijholt
46
+ * Bastian Zimmermann
47
+ * Ben Bodenmiller
48
+ * Ben Mares
49
+ * Benedikt Wildenhain
50
+ * Benjamin Bertrand
51
+ * Benjamin Fischer
52
+ * Benjamin Wilhelm
53
+ * Benjamin Zaitlen
54
+ * Bernardo da Eira Duarte
55
+ * Bernd Jünger
56
+ * Berton Earnshaw
57
+ * Bhanuja Karumuru
58
+ * Bianca Henderson
59
+ * Billy Keyes
60
+ * Blake Nicholson
61
+ * Bocong Sui
62
+ * Bojan Delic
63
+ * Brad Erickson
64
+ * Brad Nemanich
65
+ * Brad S
66
+ * Bradley Kreider
67
+ * Brennan Chapman
68
+ * Brent Pedersen
69
+ * Brett Cannon
70
+ * Brett Randall
71
+ * Brian W. Hart
72
+ * Bruno Oliveira
73
+ * Bryan Van de Ven
74
+ * Carl Anderson
75
+ * Carlos H Brandt
76
+ * Casper da Costa-Luis
77
+ * Chawye Hsu
78
+ * Cheng H. Lee
79
+ * Chris Burr
80
+ * Chris Granade
81
+ * Chris Linton-Ford
82
+ * Chris Osborn
83
+ * Chris Tomkins-Tinch
84
+ * Christine Doig
85
+ * Christoph Buchner
86
+ * Christoph Deil
87
+ * Christoph Stich
88
+ * Christopher Barber
89
+ * Christopher Granade
90
+ * Christopher Howard
91
+ * Christopher J. Wright
92
+ * Christos Panopoulos
93
+ * ColemanTom
94
+ * Colin Brislawn
95
+ * Conda Bot
96
+ * Cong
97
+ * Connor Martin
98
+ * Crystal Soja
99
+ * Daekwon Yun
100
+ * Dainese Hsiao
101
+ * Dan Blanchard
102
+ * Dan Dascalescu
103
+ * Dan Lovell
104
+ * Dan Meador
105
+ * Dan Yeaw
106
+ * Daniel Bast
107
+ * Daniel Holth
108
+ * Daniel Hook
109
+ * Daniel Wehner
110
+ * Daniel Zeng
111
+ * Dario Curreri
112
+ * Darren Dale
113
+ * Dave
114
+ * Dave Hirschfeld
115
+ * Dave Hogue
116
+ * Dave Masino
117
+ * David Froger
118
+ * David Kent
119
+ * David Li
120
+ * David Mertz
121
+ * David Warde-Farley
122
+ * Deepyaman Datta
123
+ * Dennis George
124
+ * Derek Ludwig
125
+ * Diogo de Campos
126
+ * Duncan Macleod
127
+ * Dylan Morroll
128
+ * Dylan Orzel
129
+ * Dzianis Shpektarau
130
+ * Ed Reed
131
+ * Eli Rykoff
132
+ * Elsa Granger
133
+ * Eric Dill
134
+ * Eric Prestat
135
+ * Erik Sundell
136
+ * Erik Whiting
137
+ * Ernst Reissner
138
+ * Eugene Van den Bulke
139
+ * Evo
140
+ * Faith Rider
141
+ * Faustin Carter
142
+ * FelisNivalis
143
+ * Filipe Laíns
144
+ * Flavio Martins
145
+ * Florenz A. P. Hollebrandse
146
+ * Floris Bruynooghe
147
+ * Forrest Waters
148
+ * Frederic Bastien
149
+ * Gabe Martin-Dempesy
150
+ * Gabriel Reis
151
+ * Gayan Silva
152
+ * Geir Ove Myhr
153
+ * George Hartzell
154
+ * Giacomo Cirò
155
+ * Gil Forsyth
156
+ * Giles Cope
157
+ * Gonzalo Peña-Castellanos
158
+ * Greg Brener
159
+ * Gregor Kržmanc
160
+ * Guilherme Quentel Melo
161
+ * Guo Ci
162
+ * Hamza Sheikh
163
+ * Havoc Pennington
164
+ * Henning Schroder
165
+ * Hsin-Hsiang Peng
166
+ * Hugo Buddelmeijer
167
+ * Iain Gillis
168
+ * Ian Fitchet
169
+ * Ian Stokes-Rees
170
+ * Igor Igamberdiev
171
+ * Ikko Eltociear Ashimine
172
+ * Ilan Cosman
173
+ * Ilan Schnell
174
+ * Ilango Rajagopal
175
+ * InfiniteChai
176
+ * Isaiah Norton
177
+ * Isuru Fernando
178
+ * Ivan Smirnov
179
+ * Jacob Hultman
180
+ * Jacob Smith
181
+ * Jacopo Sabbatini
182
+ * Jacques Kvam
183
+ * Jaime Rodríguez-Guerra
184
+ * James Domingo
185
+ * James Myatt
186
+ * James Penn
187
+ * James Sexton
188
+ * James Winegar
189
+ * Jan-Benedikt Jagusch
190
+ * Jan-Philipp Igla
191
+ * Jannis Leidel
192
+ * Jason Carpenter
193
+ * Jason Grout
194
+ * Jason Vestuto
195
+ * Javier Rovegno
196
+ * Jayson Messenger
197
+ * Jeffrey Gill
198
+ * Jeremy Liu
199
+ * Jerimiah Willhite
200
+ * Jesse Hamer
201
+ * Jillian Rowe
202
+ * Joao Azevedo
203
+ * Joe D
204
+ * Joe Jevnik
205
+ * Joel Hull
206
+ * Joel Kim
207
+ * Joel Tony
208
+ * Johan Carlin
209
+ * Johannes Köster
210
+ * John Ayad
211
+ * John Flavin
212
+ * John Kirkham
213
+ * Johnny Núñez Cano
214
+ * Jonas Haag
215
+ * Jonathan J. Helmus
216
+ * Josh Mayer
217
+ * Juan Luis Cano Rodríguez
218
+ * Juan Nunez-Iglesias
219
+ * Julien Schueller
220
+ * Justin Wood (Callek)
221
+ * Justus Schwabedal
222
+ * Justyn Harriman
223
+ * Kahlil Hodgson
224
+ * Kai Tietz
225
+ * Kale Franz
226
+ * Kamil Kwiek
227
+ * Kannan Jayachandran
228
+ * Kara de la Marck
229
+ * Katherine Abrikian
230
+ * Katherine Kinnaman
231
+ * Kelvin Ou
232
+ * Ken Odegard
233
+ * Kenneth Laskoski
234
+ * Kenneth Schackart
235
+ * Kerry Watson
236
+ * Kevin Deldycke
237
+ * Kfir Zvi
238
+ * Kian-Meng Ang
239
+ * Klaus Zimmermann
240
+ * Korijn van Golen
241
+ * Kurt Wheeler
242
+ * Kyle Gerard Felker
243
+ * Larry Bradley
244
+ * Lila Hickey
245
+ * Lorcan Hamill
246
+ * Lori A. Burns
247
+ * Loïc Estève
248
+ * Luc J. Bourhis
249
+ * Luis Gutierrez
250
+ * Maggie Mari
251
+ * Mahe Iram Khan
252
+ * Majid alDosari
253
+ * Mak Sze Chun
254
+ * Maksim Rakitin
255
+ * Mandeep Bhutani
256
+ * Mansour Moufid
257
+ * Marcel Bargull
258
+ * Marcel Stimberg
259
+ * Marcelo Duarte Trevisani
260
+ * Marcin Wojdyr
261
+ * Marco Esters
262
+ * Marco Rossi
263
+ * Marcos Vanetta
264
+ * Marcus Caisey
265
+ * Mario Juric
266
+ * Mark Edzel Potane
267
+ * Mark Harfouche
268
+ * Mark Wiebe
269
+ * Markus Gerstel
270
+ * Marland Sitt
271
+ * Martin Dengler
272
+ * Martin Kou
273
+ * Martin Lang
274
+ * Martin Prüsse
275
+ * Martin Raden
276
+ * Mary M
277
+ * Matt Craig
278
+ * Matt Kramer
279
+ * Matthew Anderson
280
+ * Matthew Dillon
281
+ * Matthew Feickert
282
+ * Matthew Linebaugh
283
+ * Matthew R. Becker
284
+ * Matthew Rocklin
285
+ * Matthew Wardrop
286
+ * Matthieu Guillaumin
287
+ * Matthieu Muffato
288
+ * MatthieuDartiailh
289
+ * Matti Picus
290
+ * Maurice Meyer
291
+ * Max Reeder
292
+ * Maximilian Noethe
293
+ * Maya Gilad
294
+ * Meixu Song
295
+ * Mervin Fansler
296
+ * Michael Albert
297
+ * Michael C. Grant
298
+ * Michael Heilman
299
+ * Michael Kincaid
300
+ * Michael Marchetti
301
+ * Michael Sarahan
302
+ * Michael Wild
303
+ * Michaël Defferrard
304
+ * Michele Mastropietro
305
+ * Mickey Rose
306
+ * Mihir Rege
307
+ * Mika Fischer
308
+ * Mike Croucher
309
+ * MinRK
310
+ * Minh Phan
311
+ * Monius
312
+ * Morgan Parry
313
+ * Morten Enemark Lund
314
+ * Murray Read
315
+ * NaincyKumariKnoldus
316
+ * Nate Coraor
317
+ * Nathan Nguyen
318
+ * Navdeeppal Singh
319
+ * Nehal J Wani
320
+ * Nelson Liu
321
+ * Ni Huang
322
+ * Nicholas Blair
323
+ * Nicholas Pierotti
324
+ * Nick Eubank
325
+ * Nicky Sandhu
326
+ * Nikhil Dhandre
327
+ * Nikhil Raverkar
328
+ * Niklas Holm
329
+ * Nils Koch
330
+ * Nir Ganani
331
+ * Nitin Madnani
332
+ * Nixon Kwok
333
+ * Noah Pendleton
334
+ * Ofek Lev
335
+ * Ohad Ravid
336
+ * Oleg Samoylenko
337
+ * Oleh Khoma
338
+ * Ondřej Čertík
339
+ * Orion Poplawski
340
+ * Patricio Hubmann
341
+ * Patrick Snape
342
+ * Paul Yim
343
+ * Pavel Zwerschke
344
+ * Pete Bachant
345
+ * Peter Cable
346
+ * Peter Talley
347
+ * Peter Williams
348
+ * Peyton Murray
349
+ * Phil Elson
350
+ * Philip Thomas
351
+ * Philippe Mathieu
352
+ * Philippe Ombredanne
353
+ * Pirzada Ahmad Faraz
354
+ * Pradipta Ghosh
355
+ * Preston Moore
356
+ * Rachel Rigdon
357
+ * Rafael de Barros
358
+ * Ralf Gommers
359
+ * Rami Chowdhury
360
+ * Ramsey D'silva
361
+ * Ravi Gummadi
362
+ * Ray Donnelly
363
+ * Remi Rampin
364
+ * Riccardo Vianello
365
+ * Rich Lewis
366
+ * Richard Gowers
367
+ * Robert Johansson
368
+ * Robin
369
+ * Roger Erens
370
+ * Rollin Thomas
371
+ * Ryan Grout
372
+ * Ryan Keith
373
+ * Rüdiger Busche
374
+ * Saad Parwaiz
375
+ * Sachin G Biradar
376
+ * Sam Davis
377
+ * Sam Haese
378
+ * Sam Nicholls
379
+ * Samson Yeung
380
+ * Samuel Debionne
381
+ * Samuel Walters-Nevet
382
+ * Sanskrati
383
+ * Santi Villalba
384
+ * Santiago Castro
385
+ * Sarah Bird
386
+ * Saranya Mahalingam
387
+ * Satyam Vyas
388
+ * Sauco Cano Navarro
389
+ * Schuyler Martin
390
+ * Scott Evtuch
391
+ * Scruel Tao
392
+ * Sean Ross-Ross
393
+ * Sebastien Awwad
394
+ * Sergio Oller
395
+ * Serhii Kupriienko
396
+ * Shannon Green
397
+ * Shaun Thompson
398
+ * Shaun Walbridge
399
+ * Sidhant Bansal
400
+ * Simon Høxbro Hansen
401
+ * Simon Li
402
+ * Simon McLaren
403
+ * Skipper Seabold
404
+ * Sophia Castellarin
405
+ * Spencer Mathews
406
+ * Srivas Venkatesh
407
+ * Stan Seibert
408
+ * Stanis Shkel
409
+ * Stefaan Lippens
410
+ * Stefan Scherfke
411
+ * Stefan Seefeld
412
+ * Steffen Van
413
+ * Stephan Hoyer
414
+ * Stephen Robinson
415
+ * Steve Palmroth
416
+ * Steven Engler
417
+ * Stijn Verstraeten
418
+ * Stuart Berg
419
+ * Sumanth
420
+ * Sylvain Corlay
421
+ * Tadeu Manoel
422
+ * Tarcisio
423
+ * Teake Nutma
424
+ * Thomas Holder
425
+ * Thomas Kluyver
426
+ * Thomas Lam
427
+ * Thomas Wiecki
428
+ * Thorsten Beier
429
+ * Théo Segonds
430
+ * Tian Zhang
431
+ * Tianchen Zhong
432
+ * Tim Gates
433
+ * Tim Hoffmann
434
+ * Tim Hopper
435
+ * Tim Snyder
436
+ * Tobias Megies
437
+ * Tom Hu
438
+ * Tom Saleeba
439
+ * Travis E. Oliphant
440
+ * Travis Hathaway
441
+ * Travis Swicegood
442
+ * Trent Nelson
443
+ * Troy Powell
444
+ * Tyler Kim
445
+ * Tyrone Grandison
446
+ * Udo-Peter Steyer
447
+ * Ujjwal Das
448
+ * Ullrich Koethe
449
+ * Uwe L. Korn
450
+ * Valentin Haenel
451
+ * Victor Ma
452
+ * Vlad Frolov
453
+ * Vlad Zagorodniy
454
+ * Vladyslav Shevchenko
455
+ * Wes Roach
456
+ * Wes Turner
457
+ * Will Warner
458
+ * Willy Chen
459
+ * Winston Sebastian Pais
460
+ * Wolf Vollprecht
461
+ * Wolfgang Ulmer
462
+ * Xuehai Pan
463
+ * Xylar Asay-Davis
464
+ * Yaroslav Dmytryk
465
+ * Yuval Reches
466
+ * Yuvi Panda
467
+ * Zach Heaton
468
+ * Zahari
469
+ * Zhiwei Liang
470
+ * Zongyuan Zuo
471
+ * dependabot[bot]
472
+ * endolith
473
+ * giumas
474
+ * kanehira
475
+ * lexual
476
+ * mcopes73
477
+ * oinizan
478
+ * ovz
479
+ * padeoe
480
+ * peter1000
481
+ * pre-commit CI
482
+ * saraneem
483
+ * shadow_walker
484
+ * ugurthemaster
485
+ * wulmer
486
+ * Øystein Idema Torget
487
+ * İrem "Siren" Kuyucu
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda-26.1.1.dist-info/licenses/LICENSE ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2012, Anaconda, Inc.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ 1. Redistributions of source code must retain the above copyright notice, this
9
+ list of conditions and the following disclaimer.
10
+
11
+ 2. Redistributions in binary form must reproduce the above copyright notice,
12
+ this list of conditions and the following disclaimer in the documentation
13
+ and/or other materials provided with the distribution.
14
+
15
+ 3. Neither the name of the copyright holder nor the names of its
16
+ contributors may be used to endorse or promote products derived from
17
+ this software without specific prior written permission.
18
+
19
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
+
30
+ ---
31
+
32
+ Conda incorporates the following libraries into its distributed code:
33
+
34
+ * auxlib, licensed as ISC
35
+ * frozendict, license as LGPL-3.0
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/gateways/__init__.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/gateways/fixtures.py ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Collection of pytest fixtures used in conda.gateways tests."""
4
+
5
+ import os
6
+ import socket
7
+ from pathlib import Path
8
+ from shutil import which
9
+
10
+ import pytest
11
+ from xprocess import ProcessStarter
12
+
13
+ from ...common.serialize import json
14
+
15
+ MINIO_EXE = which("minio")
16
+
17
+
18
+ # rely on tests not requesting this fixture, and pytest not creating this if
19
+ # MINIO_EXE was not found
20
+ @pytest.fixture()
21
+ def minio_s3_server(xprocess, tmp_path):
22
+ """
23
+ Mock a local S3 server using `minio`
24
+
25
+ This requires:
26
+ - pytest-xprocess: runs the background process
27
+ - minio: the executable must be in PATH
28
+
29
+ Note, the given S3 server will be EMPTY! The test function needs
30
+ to populate it. You can use
31
+ `conda.testing.helpers.populate_s3_server` for that.
32
+ """
33
+
34
+ class Minio:
35
+ # The 'name' below will be the name of the S3 bucket containing
36
+ # keys like `noarch/repodata.json`
37
+ # see https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html
38
+ name = "minio-s3-server"
39
+ port = 9000
40
+
41
+ def __init__(self):
42
+ (Path(tmp_path) / self.name).mkdir()
43
+
44
+ @property
45
+ def server_url(self):
46
+ return f"{self.endpoint}/{self.name}"
47
+
48
+ @property
49
+ def endpoint(self):
50
+ return f"http://localhost:{self.port}"
51
+
52
+ def populate_bucket(self, endpoint, bucket_name, channel_dir):
53
+ """Prepare the s3 connection for our minio instance"""
54
+ from boto3.session import Session
55
+ from botocore.client import Config
56
+
57
+ # Make the minio bucket public first
58
+ # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-bucket-policies.html#set-a-bucket-policy
59
+ session = Session()
60
+ client = session.client(
61
+ "s3",
62
+ endpoint_url=endpoint,
63
+ aws_access_key_id="minioadmin",
64
+ aws_secret_access_key="minioadmin",
65
+ config=Config(signature_version="s3v4"),
66
+ region_name="us-east-1",
67
+ )
68
+ bucket_policy = json.dumps(
69
+ {
70
+ "Version": "2012-10-17",
71
+ "Statement": [
72
+ {
73
+ "Sid": "AddPerm",
74
+ "Effect": "Allow",
75
+ "Principal": "*",
76
+ "Action": ["s3:GetObject"],
77
+ "Resource": f"arn:aws:s3:::{bucket_name}/*",
78
+ }
79
+ ],
80
+ }
81
+ )
82
+ client.put_bucket_policy(Bucket=bucket_name, Policy=bucket_policy)
83
+
84
+ # Minio has to start with an empty directory; once available,
85
+ # we can import all channel files by "uploading" them
86
+ for current, _, files in os.walk(channel_dir):
87
+ for f in files:
88
+ path = Path(current, f)
89
+ key = path.relative_to(channel_dir)
90
+ client.upload_file(
91
+ str(path),
92
+ bucket_name,
93
+ str(key).replace("\\", "/"), # MinIO expects Unix paths
94
+ ExtraArgs={"ACL": "public-read"},
95
+ )
96
+
97
+ print("Starting mock_s3_server")
98
+ minio = Minio()
99
+
100
+ class Starter(ProcessStarter):
101
+ pattern = "MinIO Object Storage Server"
102
+ terminate_on_interrupt = True
103
+ timeout = 10
104
+ args = [
105
+ MINIO_EXE,
106
+ "server",
107
+ f"--address=:{minio.port}",
108
+ tmp_path,
109
+ ]
110
+
111
+ def startup_check(self, port=minio.port):
112
+ s = socket.socket()
113
+ address = "localhost"
114
+ error = False
115
+ try:
116
+ s.connect((address, port))
117
+ except Exception as e:
118
+ print(
119
+ "something's wrong with %s:%d. Exception is %s" % (address, port, e)
120
+ )
121
+ error = True
122
+ finally:
123
+ s.close()
124
+
125
+ return not error
126
+
127
+ # ensure process is running and return its logfile
128
+ pid, logfile = xprocess.ensure(minio.name, Starter)
129
+ print(f"Server (PID: {pid}) log file can be found here: {logfile}")
130
+ yield minio
131
+ xprocess.getinfo(minio.name).terminate()
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/__init__.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/fixtures.py ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Collection of pytest fixtures used in conda.notices tests."""
4
+
5
+ from pathlib import Path
6
+ from unittest import mock
7
+
8
+ import pytest
9
+
10
+ from ...base.constants import DEFAULTS_CHANNEL_NAME, NOTICES_CACHE_SUBDIR
11
+ from ...base.context import reset_context
12
+ from ...cli.conda_argparse import generate_parser
13
+
14
+
15
+ @pytest.fixture(scope="function")
16
+ def notices_cache_dir(tmpdir):
17
+ """
18
+ Fixture that creates the notices cache dir while also mocking
19
+ out a call to user_cache_dir.
20
+ """
21
+ with mock.patch("conda.notices.cache.user_cache_dir") as user_cache_dir:
22
+ user_cache_dir.return_value = tmpdir
23
+ cache_dir = Path(tmpdir).joinpath(NOTICES_CACHE_SUBDIR)
24
+ cache_dir.mkdir(parents=True, exist_ok=True)
25
+
26
+ yield cache_dir
27
+
28
+
29
+ @pytest.fixture(scope="function")
30
+ def notices_mock_fetch_get_session():
31
+ with mock.patch("conda.notices.fetch.get_session") as mock_get_session:
32
+ mock_get_session.return_value = mock.MagicMock()
33
+ yield mock_get_session
34
+
35
+
36
+ @pytest.fixture(scope="function")
37
+ def conda_notices_args_n_parser():
38
+ parser = generate_parser()
39
+ args = parser.parse_args(["notices", f"--channel={DEFAULTS_CHANNEL_NAME}"])
40
+ reset_context((), args)
41
+
42
+ return args, parser
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/notices/helpers.py ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Collection of helper functions used in conda.notices tests."""
4
+
5
+ from __future__ import annotations
6
+
7
+ import datetime
8
+ import os
9
+ import uuid
10
+ from itertools import chain
11
+ from pathlib import Path
12
+ from typing import TYPE_CHECKING
13
+
14
+ from ...common.serialize import json
15
+ from ...models.channel import get_channel_objs
16
+ from ...notices.cache import get_notices_cache_file
17
+ from ...notices.core import get_channel_name_and_urls
18
+ from ...notices.types import ChannelNoticeResponse
19
+
20
+ if TYPE_CHECKING:
21
+ from collections.abc import Sequence
22
+ from unittest import mock
23
+
24
+ from ...base.context import Context
25
+
26
+ DEFAULT_NOTICE_MESG = "Here is an example message that will be displayed to users"
27
+
28
+
29
+ def get_test_notices(
30
+ messages: Sequence[str],
31
+ level: str | None = "info",
32
+ created_at: datetime.datetime | None = None,
33
+ expired_at: datetime.datetime | None = None,
34
+ ) -> dict:
35
+ created_at = created_at or datetime.datetime.now(datetime.timezone.utc)
36
+ expired_at = expired_at or created_at + datetime.timedelta(days=7)
37
+
38
+ return {
39
+ "notices": [
40
+ {
41
+ "id": str(uuid.uuid4()),
42
+ "message": message,
43
+ "level": level,
44
+ "created_at": created_at.isoformat(),
45
+ "expired_at": expired_at.isoformat(),
46
+ }
47
+ for message in messages
48
+ ]
49
+ }
50
+
51
+
52
+ def add_resp_to_mock(
53
+ mock_session: mock.MagicMock,
54
+ status_code: int,
55
+ messages_json: dict,
56
+ raise_exc: bool = False,
57
+ ) -> None:
58
+ """Adds any number of MockResponse to MagicMock object as side_effects"""
59
+
60
+ def forever_404():
61
+ while True:
62
+ yield MockResponse(404, {})
63
+
64
+ def one_200():
65
+ yield MockResponse(status_code, messages_json, raise_exc=raise_exc)
66
+
67
+ chn = chain(one_200(), forever_404())
68
+ mock_session().get.side_effect = tuple(next(chn) for _ in range(100))
69
+
70
+
71
+ def create_notice_cache_files(
72
+ cache_dir: Path,
73
+ cache_files: Sequence[str],
74
+ messages_json_seq: Sequence[dict],
75
+ ) -> None:
76
+ """Creates the cache files that we use in tests"""
77
+ for message_json, file in zip(messages_json_seq, cache_files):
78
+ with cache_dir.joinpath(file).open("w") as fp:
79
+ json.dump(message_json, fp)
80
+
81
+
82
+ def offset_cache_file_mtime(mtime_offset) -> None:
83
+ """
84
+ Allows for offsetting the mtime of the notices cache file. This is often
85
+ used to mock an older creation time the cache file.
86
+ """
87
+ cache_file = get_notices_cache_file()
88
+ os.utime(
89
+ cache_file,
90
+ times=(cache_file.stat().st_atime, cache_file.stat().st_mtime - mtime_offset),
91
+ )
92
+
93
+
94
+ class DummyArgs:
95
+ """Dummy object that sets all kwargs as object properties."""
96
+
97
+ def __init__(self, **kwargs):
98
+ self.no_ansi_colors = True
99
+
100
+ for key, val in kwargs.items():
101
+ setattr(self, key, val)
102
+
103
+
104
+ def notices_decorator_assert_message_in_stdout(
105
+ captured,
106
+ messages: Sequence[str],
107
+ dummy_mesg: str | None = None,
108
+ not_in: bool = False,
109
+ ):
110
+ """
111
+ Tests a run of notices decorator where we expect to see the messages
112
+ print to stdout.
113
+ """
114
+ assert captured.err == ""
115
+ assert dummy_mesg in captured.out
116
+
117
+ for mesg in messages:
118
+ if not_in:
119
+ assert mesg not in captured.out
120
+ else:
121
+ assert mesg in captured.out
122
+
123
+
124
+ class MockResponse:
125
+ def __init__(self, status_code, json_data, raise_exc=False):
126
+ self.status_code = status_code
127
+ self.json_data = json_data
128
+ self.raise_exc = raise_exc
129
+
130
+ def json(self):
131
+ if self.raise_exc:
132
+ raise ValueError("Error")
133
+ return self.json_data
134
+
135
+
136
+ def get_notice_cache_filenames(ctx: Context) -> tuple[str]:
137
+ """Returns the filenames of the cache files that will be searched for"""
138
+ channel_urls_and_names = get_channel_name_and_urls(get_channel_objs(ctx))
139
+
140
+ return tuple(
141
+ ChannelNoticeResponse.get_cache_key(url, Path("")).name
142
+ for url, name in channel_urls_and_names
143
+ )
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/testing/solver_helpers.py ADDED
@@ -0,0 +1,1324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Helpers for testing the solver."""
4
+
5
+ from __future__ import annotations
6
+
7
+ import collections
8
+ import functools
9
+ import pathlib
10
+ import time
11
+ from tempfile import TemporaryDirectory
12
+
13
+ import pytest
14
+
15
+ from ..base.context import context
16
+ from ..common.serialize import json
17
+ from ..core.solve import Solver
18
+ from ..exceptions import (
19
+ PackagesNotFoundError,
20
+ ResolvePackageNotFound,
21
+ UnsatisfiableError,
22
+ )
23
+ from ..models.channel import Channel
24
+ from ..models.match_spec import MatchSpec
25
+ from ..models.records import PackageRecord
26
+ from . import helpers
27
+
28
+
29
+ @functools.cache
30
+ def index_packages(num):
31
+ """Get the index data of the ``helpers.get_index_r_*`` helpers."""
32
+ # XXX: get_index_r_X should probably be refactored to avoid loading the environment like this.
33
+ get_index = getattr(helpers, f"get_index_r_{num}")
34
+ index, _ = get_index(context.subdir)
35
+ return list(index.values())
36
+
37
+
38
+ def package_string(record):
39
+ return f"{record.channel.name}::{record.name}-{record.version}-{record.build}"
40
+
41
+
42
+ def package_string_set(packages):
43
+ """Transforms package container in package string set."""
44
+ return {package_string(record) for record in packages}
45
+
46
+
47
+ def package_dict(packages):
48
+ """Transforms package container into a dictionary."""
49
+ return {record.name: record for record in packages}
50
+
51
+
52
+ class SimpleEnvironment:
53
+ """Helper environment object."""
54
+
55
+ REPO_DATA_KEYS = (
56
+ "build",
57
+ "build_number",
58
+ "depends",
59
+ "license",
60
+ "md5",
61
+ "name",
62
+ "sha256",
63
+ "size",
64
+ "subdir",
65
+ "timestamp",
66
+ "version",
67
+ "track_features",
68
+ "features",
69
+ )
70
+
71
+ def __init__(self, path, solver_class, subdirs=context.subdirs):
72
+ self._path = pathlib.Path(path)
73
+ self._prefix_path = self._path / "prefix"
74
+ self._channels_path = self._path / "channels"
75
+ self._solver_class = solver_class
76
+ self.subdirs = subdirs
77
+ self.installed_packages = []
78
+ # if repo_packages is a list, the packages will be put in a `test` channel
79
+ # if it is a dictionary, it the keys are the channel name and the value
80
+ # the channel packages
81
+ self.repo_packages: list[str] | dict[str, list[str]] = []
82
+
83
+ def solver(self, add, remove):
84
+ """Writes ``repo_packages`` to the disk and creates a solver instance."""
85
+ channels = []
86
+ self._write_installed_packages()
87
+ for channel_name, packages in self._channel_packages.items():
88
+ self._write_repo_packages(channel_name, packages)
89
+ channel = Channel(str(self._channels_path / channel_name))
90
+ channels.append(channel)
91
+ return self._solver_class(
92
+ prefix=self._prefix_path,
93
+ subdirs=self.subdirs,
94
+ channels=channels,
95
+ specs_to_add=add,
96
+ specs_to_remove=remove,
97
+ )
98
+
99
+ def solver_transaction(self, add=(), remove=(), as_specs=False):
100
+ packages = self.solver(add=add, remove=remove).solve_final_state()
101
+ if as_specs:
102
+ return packages
103
+ return package_string_set(packages)
104
+
105
+ def install(self, *specs, as_specs=False):
106
+ return self.solver_transaction(add=specs, as_specs=as_specs)
107
+
108
+ def remove(self, *specs, as_specs=False):
109
+ return self.solver_transaction(remove=specs, as_specs=as_specs)
110
+
111
+ @property
112
+ def _channel_packages(self):
113
+ """Helper that unfolds the ``repo_packages`` into a dictionary."""
114
+ if isinstance(self.repo_packages, dict):
115
+ return self.repo_packages
116
+ return {"test": self.repo_packages}
117
+
118
+ def _package_data(self, record):
119
+ """Turn record into data, to be written in the JSON environment/repo files."""
120
+ data = {
121
+ key: value
122
+ for key, value in vars(record).items()
123
+ if key in self.REPO_DATA_KEYS
124
+ }
125
+ if "subdir" not in data:
126
+ data["subdir"] = context.subdir
127
+ return data
128
+
129
+ def _write_installed_packages(self):
130
+ if not self.installed_packages:
131
+ return
132
+ conda_meta = self._prefix_path / "conda-meta"
133
+ conda_meta.mkdir(exist_ok=True, parents=True)
134
+ # write record files
135
+ for record in self.installed_packages:
136
+ record_path = (
137
+ conda_meta / f"{record.name}-{record.version}-{record.build}.json"
138
+ )
139
+ record_data = self._package_data(record)
140
+ record_data["channel"] = record.channel.name
141
+ record_path.write_text(json.dumps(record_data))
142
+ # write history file
143
+ history_path = conda_meta / "history"
144
+ history_path.write_text(
145
+ "\n".join(
146
+ (
147
+ "==> 2000-01-01 00:00:00 <==",
148
+ *map(package_string, self.installed_packages),
149
+ )
150
+ )
151
+ )
152
+
153
+ def _write_repo_packages(self, channel_name, packages):
154
+ """Write packages to the channel path."""
155
+ # build package data
156
+ package_data = collections.defaultdict(dict)
157
+ for record in packages:
158
+ package_data[record.subdir][record.fn] = self._package_data(record)
159
+ # write repodata
160
+ assert set(self.subdirs).issuperset(set(package_data.keys()))
161
+ for subdir in self.subdirs:
162
+ subdir_path = self._channels_path / channel_name / subdir
163
+ subdir_path.mkdir(parents=True, exist_ok=True)
164
+ subdir_path.joinpath("repodata.json").write_text(
165
+ json.dumps(
166
+ {
167
+ "info": {
168
+ "subdir": subdir,
169
+ },
170
+ "packages": package_data.get(subdir, {}),
171
+ }
172
+ )
173
+ )
174
+
175
+
176
+ def empty_prefix():
177
+ return TemporaryDirectory(prefix="conda-test-repo-")
178
+
179
+
180
+ @pytest.fixture()
181
+ def temp_simple_env(solver_class=Solver) -> SimpleEnvironment:
182
+ with empty_prefix() as prefix:
183
+ yield SimpleEnvironment(prefix, solver_class)
184
+
185
+
186
+ class SolverTests:
187
+ """Tests for :py:class:`conda.core.solve.Solver` implementations."""
188
+
189
+ @property
190
+ def solver_class(self) -> type[Solver]:
191
+ """Class under test."""
192
+ raise NotImplementedError
193
+
194
+ @property
195
+ def tests_to_skip(self):
196
+ return {} # skip reason -> list of tests to skip
197
+
198
+ @pytest.fixture(autouse=True)
199
+ def skip_tests(self, request):
200
+ for reason, skip_list in self.tests_to_skip.items():
201
+ if request.node.name in skip_list:
202
+ pytest.skip(reason)
203
+
204
+ @pytest.fixture()
205
+ def env(self):
206
+ with TemporaryDirectory(prefix="conda-test-repo-") as tmpdir:
207
+ self.env = SimpleEnvironment(tmpdir, self.solver_class)
208
+ yield self.env
209
+ self.env = None
210
+
211
+ def find_package_in_list(self, packages, **kwargs):
212
+ for record in packages:
213
+ if all(getattr(record, key) == value for key, value in kwargs.items()):
214
+ return record
215
+
216
+ def find_package(self, **kwargs):
217
+ if isinstance(self.env.repo_packages, dict):
218
+ if "channel" not in kwargs:
219
+ raise ValueError(
220
+ "Repo has multiple channels, the `channel` argument must be specified"
221
+ )
222
+ packages = self.env.repo_packages[kwargs["channel"]]
223
+ else:
224
+ packages = self.env.repo_packages
225
+ return self.find_package_in_list(packages, **kwargs)
226
+
227
+ def assert_unsatisfiable(self, exc_info, entries):
228
+ """Helper to assert that a :py:class:`conda.exceptions.UnsatisfiableError`
229
+ instance as a the specified set of unsatisfiable specifications.
230
+ """
231
+ assert issubclass(exc_info.type, UnsatisfiableError)
232
+ if exc_info.type is UnsatisfiableError:
233
+ assert (
234
+ sorted(
235
+ tuple(map(str, entries)) for entries in exc_info.value.unsatisfiable
236
+ )
237
+ == entries
238
+ )
239
+
240
+ def test_empty(self, env):
241
+ env.repo_packages = index_packages(1)
242
+ assert env.install() == set()
243
+
244
+ def test_iopro_mkl(self, env):
245
+ env.repo_packages = index_packages(1)
246
+ assert env.install("iopro 1.4*", "python 2.7*", "numpy 1.7*") == {
247
+ "test::iopro-1.4.3-np17py27_p0",
248
+ "test::numpy-1.7.1-py27_0",
249
+ "test::openssl-1.0.1c-0",
250
+ "test::python-2.7.5-0",
251
+ "test::readline-6.2-0",
252
+ "test::sqlite-3.7.13-0",
253
+ "test::system-5.8-1",
254
+ "test::tk-8.5.13-0",
255
+ "test::unixodbc-2.3.1-0",
256
+ "test::zlib-1.2.7-0",
257
+ "test::distribute-0.6.36-py27_1",
258
+ "test::pip-1.3.1-py27_1",
259
+ }
260
+
261
+ def test_iopro_nomkl(self, env):
262
+ env.repo_packages = index_packages(1)
263
+ assert env.install(
264
+ "iopro 1.4*", "python 2.7*", "numpy 1.7*", MatchSpec(track_features="mkl")
265
+ ) == {
266
+ "test::iopro-1.4.3-np17py27_p0",
267
+ "test::mkl-rt-11.0-p0",
268
+ "test::numpy-1.7.1-py27_p0",
269
+ "test::openssl-1.0.1c-0",
270
+ "test::python-2.7.5-0",
271
+ "test::readline-6.2-0",
272
+ "test::sqlite-3.7.13-0",
273
+ "test::system-5.8-1",
274
+ "test::tk-8.5.13-0",
275
+ "test::unixodbc-2.3.1-0",
276
+ "test::zlib-1.2.7-0",
277
+ "test::distribute-0.6.36-py27_1",
278
+ "test::pip-1.3.1-py27_1",
279
+ }
280
+
281
+ def test_mkl(self, env):
282
+ env.repo_packages = index_packages(1)
283
+ assert env.install("mkl") == env.install(
284
+ "mkl 11*", MatchSpec(track_features="mkl")
285
+ )
286
+
287
+ def test_accelerate(self, env):
288
+ env.repo_packages = index_packages(1)
289
+ assert env.install("accelerate") == env.install(
290
+ "accelerate", MatchSpec(track_features="mkl")
291
+ )
292
+
293
+ def test_scipy_mkl(self, env):
294
+ env.repo_packages = index_packages(1)
295
+ records = env.install(
296
+ "scipy",
297
+ "python 2.7*",
298
+ "numpy 1.7*",
299
+ MatchSpec(track_features="mkl"),
300
+ as_specs=True,
301
+ )
302
+
303
+ for record in records:
304
+ if record.name in ("numpy", "scipy"):
305
+ assert "mkl" in record.features
306
+
307
+ assert "test::numpy-1.7.1-py27_p0" in package_string_set(records)
308
+ assert "test::scipy-0.12.0-np17py27_p0" in package_string_set(records)
309
+
310
+ def test_anaconda_nomkl(self, env):
311
+ env.repo_packages = index_packages(1)
312
+ records = env.install("anaconda 1.5.0", "python 2.7*", "numpy 1.7*")
313
+ assert len(records) == 107
314
+ assert "test::scipy-0.12.0-np17py27_0" in records
315
+
316
+ def test_pseudo_boolean(self, env):
317
+ env.repo_packages = index_packages(1)
318
+ # The latest version of iopro, 1.5.0, was not built against numpy 1.5
319
+ assert env.install("iopro", "python 2.7*", "numpy 1.5*") == {
320
+ "test::iopro-1.4.3-np15py27_p0",
321
+ "test::numpy-1.5.1-py27_4",
322
+ "test::openssl-1.0.1c-0",
323
+ "test::python-2.7.5-0",
324
+ "test::readline-6.2-0",
325
+ "test::sqlite-3.7.13-0",
326
+ "test::system-5.8-1",
327
+ "test::tk-8.5.13-0",
328
+ "test::unixodbc-2.3.1-0",
329
+ "test::zlib-1.2.7-0",
330
+ "test::distribute-0.6.36-py27_1",
331
+ "test::pip-1.3.1-py27_1",
332
+ }
333
+ assert env.install(
334
+ "iopro", "python 2.7*", "numpy 1.5*", MatchSpec(track_features="mkl")
335
+ ) == {
336
+ "test::iopro-1.4.3-np15py27_p0",
337
+ "test::mkl-rt-11.0-p0",
338
+ "test::numpy-1.5.1-py27_p4",
339
+ "test::openssl-1.0.1c-0",
340
+ "test::python-2.7.5-0",
341
+ "test::readline-6.2-0",
342
+ "test::sqlite-3.7.13-0",
343
+ "test::system-5.8-1",
344
+ "test::tk-8.5.13-0",
345
+ "test::unixodbc-2.3.1-0",
346
+ "test::zlib-1.2.7-0",
347
+ "test::distribute-0.6.36-py27_1",
348
+ "test::pip-1.3.1-py27_1",
349
+ }
350
+
351
+ def test_unsat_from_r1(self, env):
352
+ env.repo_packages = index_packages(1)
353
+
354
+ with pytest.raises(UnsatisfiableError) as exc_info:
355
+ env.install("numpy 1.5*", "scipy 0.12.0b1")
356
+ self.assert_unsatisfiable(
357
+ exc_info,
358
+ [
359
+ ("numpy=1.5",),
360
+ ("scipy==0.12.0b1", "numpy[version='1.6.*|1.7.*']"),
361
+ ],
362
+ )
363
+
364
+ with pytest.raises(UnsatisfiableError) as exc_info:
365
+ env.install("numpy 1.5*", "python 3*")
366
+ self.assert_unsatisfiable(
367
+ exc_info,
368
+ [
369
+ ("numpy=1.5", "nose", "python=3.3"),
370
+ ("numpy=1.5", "python[version='2.6.*|2.7.*']"),
371
+ ("python=3",),
372
+ ],
373
+ )
374
+
375
+ with pytest.raises((ResolvePackageNotFound, PackagesNotFoundError)) as exc_info:
376
+ env.install("numpy 1.5*", "numpy 1.6*")
377
+ if exc_info.type is ResolvePackageNotFound:
378
+ assert sorted(map(str, exc_info.value.bad_deps)) == [
379
+ "numpy[version='1.5.*,1.6.*']",
380
+ ]
381
+
382
+ def test_unsat_simple(self, env):
383
+ env.repo_packages = [
384
+ helpers.record(name="a", depends=["c >=1,<2"]),
385
+ helpers.record(name="b", depends=["c >=2,<3"]),
386
+ helpers.record(name="c", version="1.0"),
387
+ helpers.record(name="c", version="2.0"),
388
+ ]
389
+ with pytest.raises(UnsatisfiableError) as exc_info:
390
+ env.install("a", "b")
391
+ self.assert_unsatisfiable(
392
+ exc_info,
393
+ [
394
+ ("a", "c[version='>=1,<2']"),
395
+ ("b", "c[version='>=2,<3']"),
396
+ ],
397
+ )
398
+
399
+ def test_get_dists(self, env):
400
+ env.repo_packages = index_packages(1)
401
+ records = env.install("anaconda 1.4.0")
402
+ assert "test::anaconda-1.4.0-np17py33_0" in records
403
+ assert "test::freetype-2.4.10-0" in records
404
+
405
+ def test_unsat_shortest_chain_1(self, env):
406
+ env.repo_packages = [
407
+ helpers.record(name="a", depends=["d", "c <1.3.0"]),
408
+ helpers.record(name="b", depends=["c"]),
409
+ helpers.record(
410
+ name="c",
411
+ version="1.3.6",
412
+ ),
413
+ helpers.record(
414
+ name="c",
415
+ version="1.2.8",
416
+ ),
417
+ helpers.record(name="d", depends=["c >=0.8.0"]),
418
+ ]
419
+ with pytest.raises(UnsatisfiableError) as exc_info:
420
+ env.install("c=1.3.6", "a", "b")
421
+ self.assert_unsatisfiable(
422
+ exc_info,
423
+ [
424
+ ("a", "c[version='<1.3.0']"),
425
+ ("a", "d", "c[version='>=0.8.0']"),
426
+ ("b", "c"),
427
+ ("c=1.3.6",),
428
+ ],
429
+ )
430
+
431
+ def test_unsat_shortest_chain_2(self, env):
432
+ env.repo_packages = [
433
+ helpers.record(name="a", depends=["d", "c >=0.8.0"]),
434
+ helpers.record(name="b", depends=["c"]),
435
+ helpers.record(
436
+ name="c",
437
+ version="1.3.6",
438
+ ),
439
+ helpers.record(
440
+ name="c",
441
+ version="1.2.8",
442
+ ),
443
+ helpers.record(name="d", depends=["c <1.3.0"]),
444
+ ]
445
+ with pytest.raises(UnsatisfiableError) as exc_info:
446
+ env.install("c=1.3.6", "a", "b")
447
+ self.assert_unsatisfiable(
448
+ exc_info,
449
+ [
450
+ ("a", "c[version='>=0.8.0']"),
451
+ ("a", "d", "c[version='<1.3.0']"),
452
+ ("b", "c"),
453
+ ("c=1.3.6",),
454
+ ],
455
+ )
456
+
457
+ def test_unsat_shortest_chain_3(self, env):
458
+ env.repo_packages = [
459
+ helpers.record(name="a", depends=["f", "e"]),
460
+ helpers.record(name="b", depends=["c"]),
461
+ helpers.record(
462
+ name="c",
463
+ version="1.3.6",
464
+ ),
465
+ helpers.record(
466
+ name="c",
467
+ version="1.2.8",
468
+ ),
469
+ helpers.record(name="d", depends=["c >=0.8.0"]),
470
+ helpers.record(name="e", depends=["c <1.3.0"]),
471
+ helpers.record(name="f", depends=["d"]),
472
+ ]
473
+ with pytest.raises(UnsatisfiableError) as exc_info:
474
+ env.install("c=1.3.6", "a", "b")
475
+ self.assert_unsatisfiable(
476
+ exc_info,
477
+ [
478
+ ("a", "e", "c[version='<1.3.0']"),
479
+ ("b", "c"),
480
+ ("c=1.3.6",),
481
+ ],
482
+ )
483
+
484
+ def test_unsat_shortest_chain_4(self, env):
485
+ env.repo_packages = [
486
+ helpers.record(name="a", depends=["py =3.7.1"]),
487
+ helpers.record(name="py_req_1"),
488
+ helpers.record(name="py_req_2"),
489
+ helpers.record(
490
+ name="py", version="3.7.1", depends=["py_req_1", "py_req_2"]
491
+ ),
492
+ helpers.record(
493
+ name="py", version="3.6.1", depends=["py_req_1", "py_req_2"]
494
+ ),
495
+ ]
496
+ with pytest.raises(UnsatisfiableError) as exc_info:
497
+ env.install("a", "py=3.6.1")
498
+ self.assert_unsatisfiable(
499
+ exc_info,
500
+ [
501
+ ("a", "py=3.7.1"),
502
+ ("py=3.6.1",),
503
+ ],
504
+ )
505
+
506
+ def test_unsat_chain(self, env):
507
+ # a -> b -> c=1.x -> d=1.x
508
+ # e -> c=2.x -> d=2.x
509
+ env.repo_packages = [
510
+ helpers.record(name="a", depends=["b"]),
511
+ helpers.record(name="b", depends=["c >=1,<2"]),
512
+ helpers.record(name="c", version="1.0", depends=["d >=1,<2"]),
513
+ helpers.record(name="d", version="1.0"),
514
+ helpers.record(name="e", depends=["c >=2,<3"]),
515
+ helpers.record(name="c", version="2.0", depends=["d >=2,<3"]),
516
+ helpers.record(name="d", version="2.0"),
517
+ ]
518
+ with pytest.raises(UnsatisfiableError) as exc_info:
519
+ env.install("a", "e")
520
+ self.assert_unsatisfiable(
521
+ exc_info,
522
+ [
523
+ ("a", "b", "c[version='>=1,<2']"),
524
+ ("e", "c[version='>=2,<3']"),
525
+ ],
526
+ )
527
+
528
+ def test_unsat_any_two_not_three(self, env):
529
+ # can install any two of a, b and c but not all three
530
+ env.repo_packages = [
531
+ helpers.record(name="a", version="1.0", depends=["d >=1,<2"]),
532
+ helpers.record(name="a", version="2.0", depends=["d >=2,<3"]),
533
+ helpers.record(name="b", version="1.0", depends=["d >=1,<2"]),
534
+ helpers.record(name="b", version="2.0", depends=["d >=3,<4"]),
535
+ helpers.record(name="c", version="1.0", depends=["d >=2,<3"]),
536
+ helpers.record(name="c", version="2.0", depends=["d >=3,<4"]),
537
+ helpers.record(name="d", version="1.0"),
538
+ helpers.record(name="d", version="2.0"),
539
+ helpers.record(name="d", version="3.0"),
540
+ ]
541
+ # a and b can be installed
542
+ installed = env.install("a", "b", as_specs=True)
543
+ assert any(k.name == "a" and k.version == "1.0" for k in installed)
544
+ assert any(k.name == "b" and k.version == "1.0" for k in installed)
545
+ # a and c can be installed
546
+ installed = env.install("a", "c", as_specs=True)
547
+ assert any(k.name == "a" and k.version == "2.0" for k in installed)
548
+ assert any(k.name == "c" and k.version == "1.0" for k in installed)
549
+ # b and c can be installed
550
+ installed = env.install("b", "c", as_specs=True)
551
+ assert any(k.name == "b" and k.version == "2.0" for k in installed)
552
+ assert any(k.name == "c" and k.version == "2.0" for k in installed)
553
+ # a, b and c cannot be installed
554
+ with pytest.raises(UnsatisfiableError) as exc_info:
555
+ env.install("a", "b", "c")
556
+ self.assert_unsatisfiable(
557
+ exc_info,
558
+ [
559
+ ("a", "d[version='>=1,<2|>=2,<3']"),
560
+ ("b", "d[version='>=1,<2|>=3,<4']"),
561
+ ("c", "d[version='>=2,<3|>=3,<4']"),
562
+ ],
563
+ )
564
+
565
+ def test_unsat_expand_single(self, env):
566
+ env.repo_packages = [
567
+ helpers.record(name="a", depends=["b", "c"]),
568
+ helpers.record(name="b", depends=["d >=1,<2"]),
569
+ helpers.record(name="c", depends=["d >=2,<3"]),
570
+ helpers.record(name="d", version="1.0"),
571
+ helpers.record(name="d", version="2.0"),
572
+ ]
573
+ with pytest.raises(UnsatisfiableError) as exc_info:
574
+ env.install("a")
575
+ self.assert_unsatisfiable(
576
+ exc_info,
577
+ [
578
+ ("b", "d[version='>=1,<2']"),
579
+ ("c", "d[version='>=2,<3']"),
580
+ ],
581
+ )
582
+
583
+ def test_unsat_missing_dep(self, env):
584
+ env.repo_packages = [
585
+ helpers.record(name="a", depends=["b", "c"]),
586
+ helpers.record(name="b", depends=["c >=2,<3"]),
587
+ helpers.record(name="c", version="1.0"),
588
+ ]
589
+ with pytest.raises(UnsatisfiableError) as exc_info:
590
+ env.install("a", "b")
591
+ self.assert_unsatisfiable(
592
+ exc_info,
593
+ [
594
+ ("a", "b"),
595
+ ("b",),
596
+ ],
597
+ )
598
+
599
+ def test_nonexistent(self, env):
600
+ with pytest.raises((ResolvePackageNotFound, PackagesNotFoundError)):
601
+ env.install("notarealpackage 2.0*")
602
+ with pytest.raises((ResolvePackageNotFound, PackagesNotFoundError)):
603
+ env.install("numpy 1.5")
604
+
605
+ def test_timestamps_and_deps(self, env):
606
+ env.repo_packages = index_packages(1) + [
607
+ helpers.record(
608
+ name="mypackage",
609
+ version="1.0",
610
+ build="hash12_0",
611
+ timestamp=1,
612
+ depends=["libpng 1.2.*"],
613
+ ),
614
+ helpers.record(
615
+ name="mypackage",
616
+ version="1.0",
617
+ build="hash15_0",
618
+ timestamp=0,
619
+ depends=["libpng 1.5.*"],
620
+ ),
621
+ ]
622
+ # libpng 1.2
623
+ records_12 = env.install("libpng 1.2.*", "mypackage")
624
+ assert "test::libpng-1.2.50-0" in records_12
625
+ assert "test::mypackage-1.0-hash12_0" in records_12
626
+ # libpng 1.5
627
+ records_15 = env.install("libpng 1.5.*", "mypackage")
628
+ assert "test::libpng-1.5.13-1" in records_15
629
+ assert "test::mypackage-1.0-hash15_0" in records_15
630
+ # this is testing that previously installed reqs are not disrupted
631
+ # by newer timestamps. regression test of sorts for
632
+ # https://github.com/conda/conda/issues/6271
633
+ assert (
634
+ env.install("mypackage", *env.install("libpng 1.2.*", as_specs=True))
635
+ == records_12
636
+ )
637
+ assert (
638
+ env.install("mypackage", *env.install("libpng 1.5.*", as_specs=True))
639
+ == records_15
640
+ )
641
+ # unspecified python version should maximize libpng (v1.5),
642
+ # even though it has a lower timestamp
643
+ assert env.install("mypackage") == records_15
644
+
645
+ def test_nonexistent_deps(self, env):
646
+ env.repo_packages = index_packages(1) + [
647
+ helpers.record(
648
+ name="mypackage",
649
+ version="1.0",
650
+ depends=["nose", "python 3.3*", "notarealpackage 2.0*"],
651
+ ),
652
+ helpers.record(
653
+ name="mypackage",
654
+ version="1.1",
655
+ depends=["nose", "python 3.3*"],
656
+ ),
657
+ helpers.record(
658
+ name="anotherpackage",
659
+ version="1.0",
660
+ depends=["nose", "mypackage 1.1"],
661
+ ),
662
+ helpers.record(
663
+ name="anotherpackage",
664
+ version="2.0",
665
+ depends=["nose", "mypackage"],
666
+ ),
667
+ ]
668
+ # XXX: missing find_matches and reduced_index
669
+ assert env.install("mypackage") == {
670
+ "test::mypackage-1.1-0",
671
+ "test::nose-1.3.0-py33_0",
672
+ "test::openssl-1.0.1c-0",
673
+ "test::python-3.3.2-0",
674
+ "test::readline-6.2-0",
675
+ "test::sqlite-3.7.13-0",
676
+ "test::system-5.8-1",
677
+ "test::tk-8.5.13-0",
678
+ "test::zlib-1.2.7-0",
679
+ "test::distribute-0.6.36-py33_1",
680
+ "test::pip-1.3.1-py33_1",
681
+ }
682
+ assert env.install("anotherpackage 1.0") == {
683
+ "test::anotherpackage-1.0-0",
684
+ "test::mypackage-1.1-0",
685
+ "test::nose-1.3.0-py33_0",
686
+ "test::openssl-1.0.1c-0",
687
+ "test::python-3.3.2-0",
688
+ "test::readline-6.2-0",
689
+ "test::sqlite-3.7.13-0",
690
+ "test::system-5.8-1",
691
+ "test::tk-8.5.13-0",
692
+ "test::zlib-1.2.7-0",
693
+ "test::distribute-0.6.36-py33_1",
694
+ "test::pip-1.3.1-py33_1",
695
+ }
696
+ assert env.install("anotherpackage") == {
697
+ "test::anotherpackage-2.0-0",
698
+ "test::mypackage-1.1-0",
699
+ "test::nose-1.3.0-py33_0",
700
+ "test::openssl-1.0.1c-0",
701
+ "test::python-3.3.2-0",
702
+ "test::readline-6.2-0",
703
+ "test::sqlite-3.7.13-0",
704
+ "test::system-5.8-1",
705
+ "test::tk-8.5.13-0",
706
+ "test::zlib-1.2.7-0",
707
+ "test::distribute-0.6.36-py33_1",
708
+ "test::pip-1.3.1-py33_1",
709
+ }
710
+
711
+ # Add 1s to make sure the new repodata.jsons have different mod times
712
+ time.sleep(1)
713
+
714
+ # This time, the latest version is messed up
715
+ env.repo_packages = index_packages(1) + [
716
+ helpers.record(
717
+ name="mypackage",
718
+ version="1.0",
719
+ depends=["nose", "python 3.3*"],
720
+ ),
721
+ helpers.record(
722
+ name="mypackage",
723
+ version="1.1",
724
+ depends=["nose", "python 3.3*", "notarealpackage 2.0*"],
725
+ ),
726
+ helpers.record(
727
+ name="anotherpackage",
728
+ version="1.0",
729
+ depends=["nose", "mypackage 1.0"],
730
+ ),
731
+ helpers.record(
732
+ name="anotherpackage",
733
+ version="2.0",
734
+ depends=["nose", "mypackage"],
735
+ ),
736
+ ]
737
+ # XXX: missing find_matches and reduced_index
738
+ assert env.install("mypackage") == {
739
+ "test::mypackage-1.0-0",
740
+ "test::nose-1.3.0-py33_0",
741
+ "test::openssl-1.0.1c-0",
742
+ "test::python-3.3.2-0",
743
+ "test::readline-6.2-0",
744
+ "test::sqlite-3.7.13-0",
745
+ "test::system-5.8-1",
746
+ "test::tk-8.5.13-0",
747
+ "test::zlib-1.2.7-0",
748
+ "test::distribute-0.6.36-py33_1",
749
+ "test::pip-1.3.1-py33_1",
750
+ }
751
+ # TODO: We need UnsatisfiableError here because mamba does not
752
+ # have more granular exceptions yet.
753
+ with pytest.raises((ResolvePackageNotFound, UnsatisfiableError)):
754
+ env.install("mypackage 1.1")
755
+ assert env.install("anotherpackage 1.0") == {
756
+ "test::anotherpackage-1.0-0",
757
+ "test::mypackage-1.0-0",
758
+ "test::nose-1.3.0-py33_0",
759
+ "test::openssl-1.0.1c-0",
760
+ "test::python-3.3.2-0",
761
+ "test::readline-6.2-0",
762
+ "test::sqlite-3.7.13-0",
763
+ "test::system-5.8-1",
764
+ "test::tk-8.5.13-0",
765
+ "test::zlib-1.2.7-0",
766
+ "test::distribute-0.6.36-py33_1",
767
+ "test::pip-1.3.1-py33_1",
768
+ }
769
+
770
+ # If recursive checking is working correctly, this will give
771
+ # anotherpackage 2.0, not anotherpackage 1.0
772
+ assert env.install("anotherpackage") == {
773
+ "test::anotherpackage-2.0-0",
774
+ "test::mypackage-1.0-0",
775
+ "test::nose-1.3.0-py33_0",
776
+ "test::openssl-1.0.1c-0",
777
+ "test::python-3.3.2-0",
778
+ "test::readline-6.2-0",
779
+ "test::sqlite-3.7.13-0",
780
+ "test::system-5.8-1",
781
+ "test::tk-8.5.13-0",
782
+ "test::zlib-1.2.7-0",
783
+ "test::distribute-0.6.36-py33_1",
784
+ "test::pip-1.3.1-py33_1",
785
+ }
786
+
787
+ def test_install_package_with_feature(self, env):
788
+ env.repo_packages = index_packages(1) + [
789
+ helpers.record(
790
+ name="mypackage",
791
+ version="1.0",
792
+ depends=["python 3.3*"],
793
+ features="feature",
794
+ ),
795
+ helpers.record(
796
+ name="feature",
797
+ version="1.0",
798
+ depends=["python 3.3*"],
799
+ track_features="feature",
800
+ ),
801
+ ]
802
+ # should not raise
803
+ env.install("mypackage", "feature 1.0")
804
+
805
+ def test_unintentional_feature_downgrade(self, env):
806
+ # See https://github.com/conda/conda/issues/6765
807
+ # With the bug in place, this bad build of scipy
808
+ # will be selected for install instead of a later
809
+ # build of scipy 0.11.0.
810
+ good_rec_match = MatchSpec("channel-1::scipy==0.11.0=np17py33_3")
811
+ good_rec = next(
812
+ prec for prec in index_packages(1) if good_rec_match.match(prec)
813
+ )
814
+ bad_deps = tuple(d for d in good_rec.depends if not d.startswith("numpy"))
815
+ bad_rec = PackageRecord.from_objects(
816
+ good_rec,
817
+ channel="test",
818
+ build=good_rec.build.replace("_3", "_x0"),
819
+ build_number=0,
820
+ depends=bad_deps,
821
+ fn=good_rec.fn.replace("_3", "_x0"),
822
+ url=good_rec.url.replace("_3", "_x0"),
823
+ )
824
+
825
+ env.repo_packages = index_packages(1) + [bad_rec]
826
+ records = env.install("scipy 0.11.0")
827
+ assert "test::scipy-0.11.0-np17py33_x0" not in records
828
+ assert "test::scipy-0.11.0-np17py33_3" in records
829
+
830
+ def test_circular_dependencies(self, env):
831
+ env.repo_packages = index_packages(1) + [
832
+ helpers.record(
833
+ name="package1",
834
+ depends=["package2"],
835
+ ),
836
+ helpers.record(
837
+ name="package2",
838
+ depends=["package1"],
839
+ ),
840
+ ]
841
+ assert (
842
+ env.install("package1", "package2")
843
+ == env.install("package1")
844
+ == env.install("package2")
845
+ )
846
+
847
+ def test_irrational_version(self, env):
848
+ env.repo_packages = index_packages(1)
849
+ assert env.install("pytz 2012d", "python 3*") == {
850
+ "test::distribute-0.6.36-py33_1",
851
+ "test::openssl-1.0.1c-0",
852
+ "test::pip-1.3.1-py33_1",
853
+ "test::python-3.3.2-0",
854
+ "test::pytz-2012d-py33_0",
855
+ "test::readline-6.2-0",
856
+ "test::sqlite-3.7.13-0",
857
+ "test::system-5.8-1",
858
+ "test::tk-8.5.13-0",
859
+ "test::zlib-1.2.7-0",
860
+ }
861
+
862
+ def test_no_features(self, env):
863
+ env.repo_packages = index_packages(1)
864
+
865
+ assert env.install("python 2.6*", "numpy 1.6*", "scipy 0.11*") == {
866
+ "test::distribute-0.6.36-py26_1",
867
+ "test::numpy-1.6.2-py26_4",
868
+ "test::openssl-1.0.1c-0",
869
+ "test::pip-1.3.1-py26_1",
870
+ "test::python-2.6.8-6",
871
+ "test::readline-6.2-0",
872
+ "test::scipy-0.11.0-np16py26_3",
873
+ "test::sqlite-3.7.13-0",
874
+ "test::system-5.8-1",
875
+ "test::tk-8.5.13-0",
876
+ "test::zlib-1.2.7-0",
877
+ }
878
+ assert env.install(
879
+ "python 2.6*", "numpy 1.6*", "scipy 0.11*", MatchSpec(track_features="mkl")
880
+ ) == {
881
+ "test::distribute-0.6.36-py26_1",
882
+ "test::mkl-rt-11.0-p0",
883
+ "test::numpy-1.6.2-py26_p4",
884
+ "test::openssl-1.0.1c-0",
885
+ "test::pip-1.3.1-py26_1",
886
+ "test::python-2.6.8-6",
887
+ "test::readline-6.2-0",
888
+ "test::scipy-0.11.0-np16py26_p3",
889
+ "test::sqlite-3.7.13-0",
890
+ "test::system-5.8-1",
891
+ "test::tk-8.5.13-0",
892
+ "test::zlib-1.2.7-0",
893
+ }
894
+
895
+ env.repo_packages += [
896
+ helpers.record(
897
+ name="pandas",
898
+ version="0.12.0",
899
+ build="np16py27_0",
900
+ depends=[
901
+ "dateutil",
902
+ "numpy 1.6*",
903
+ "python 2.7*",
904
+ "pytz",
905
+ ],
906
+ ),
907
+ helpers.record(
908
+ name="numpy",
909
+ version="1.6.2",
910
+ build="py27_p5",
911
+ build_number=0,
912
+ depends=[
913
+ "mkl-rt 11.0",
914
+ "python 2.7",
915
+ ],
916
+ features="mkl",
917
+ ),
918
+ ]
919
+ assert env.install("pandas 0.12.0 np16py27_0", "python 2.7*") == {
920
+ "test::dateutil-2.1-py27_1",
921
+ "test::distribute-0.6.36-py27_1",
922
+ "test::numpy-1.6.2-py27_4",
923
+ "test::openssl-1.0.1c-0",
924
+ "test::pandas-0.12.0-np16py27_0",
925
+ "test::pip-1.3.1-py27_1",
926
+ "test::python-2.7.5-0",
927
+ "test::pytz-2013b-py27_0",
928
+ "test::readline-6.2-0",
929
+ "test::six-1.3.0-py27_0",
930
+ "test::sqlite-3.7.13-0",
931
+ "test::system-5.8-1",
932
+ "test::tk-8.5.13-0",
933
+ "test::zlib-1.2.7-0",
934
+ }
935
+ assert env.install(
936
+ "pandas 0.12.0 np16py27_0", "python 2.7*", MatchSpec(track_features="mkl")
937
+ ) == {
938
+ "test::dateutil-2.1-py27_1",
939
+ "test::distribute-0.6.36-py27_1",
940
+ "test::mkl-rt-11.0-p0",
941
+ "test::numpy-1.6.2-py27_p4",
942
+ "test::openssl-1.0.1c-0",
943
+ "test::pandas-0.12.0-np16py27_0",
944
+ "test::pip-1.3.1-py27_1",
945
+ "test::python-2.7.5-0",
946
+ "test::pytz-2013b-py27_0",
947
+ "test::readline-6.2-0",
948
+ "test::six-1.3.0-py27_0",
949
+ "test::sqlite-3.7.13-0",
950
+ "test::system-5.8-1",
951
+ "test::tk-8.5.13-0",
952
+ "test::zlib-1.2.7-0",
953
+ }
954
+
955
+ @pytest.mark.xfail(reason="CONDA_CHANNEL_PRIORITY does not seem to have any effect")
956
+ def test_channel_priority_1(self, monkeypatch, env):
957
+ # XXX: Test is skipped because CONDA_CHANNEL_PRIORITY does not seems to
958
+ # have any effect. I have also tried conda.common.io.env_var like
959
+ # the other tests but no luck.
960
+ env.repo_packages = {}
961
+ env.repo_packages["channel-A"] = []
962
+ env.repo_packages["channel-1"] = index_packages(1)
963
+
964
+ pandas_0 = self.find_package(
965
+ channel="channel-1",
966
+ name="pandas",
967
+ version="0.10.1",
968
+ build="np17py27_0",
969
+ )
970
+ env.repo_packages["channel-A"].append(pandas_0)
971
+
972
+ # channel-1 has pandas np17py27_1, channel-A only has np17py27_0
973
+ # when priority is set, it channel-A should take precedence and
974
+ # np17py27_0 be installed, otherwise np17py27_1 should be installed as
975
+ # it has a higher build version
976
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "True")
977
+ assert "channel-A::pandas-0.11.0-np16py27_0" in env.install(
978
+ "pandas", "python 2.7*", "numpy 1.6*"
979
+ )
980
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "False")
981
+ assert "channel-1::pandas-0.11.0-np16py27_1" in env.install(
982
+ "pandas", "python 2.7*", "numpy 1.6*"
983
+ )
984
+ # now lets revert the channels
985
+ env.repo_packages = dict(reversed(env.repo_packages.items()))
986
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "True")
987
+ assert "channel-1::pandas-0.11.0-np16py27_1" in env.install(
988
+ "pandas", "python 2.7*", "numpy 1.6*"
989
+ )
990
+
991
+ @pytest.mark.xfail(reason="CONDA_CHANNEL_PRIORITY does not seem to have any effect")
992
+ def test_unsat_channel_priority(self, monkeypatch, env):
993
+ # XXX: Test is skipped because CONDA_CHANNEL_PRIORITY does not seems to
994
+ # have any effect. I have also tried conda.common.io.env_var like
995
+ # the other tests but no luck.
996
+ env.repo_packages = {}
997
+ # higher priority
998
+ env.repo_packages["channel-1"] = [
999
+ helpers.record(
1000
+ name="a",
1001
+ version="1.0",
1002
+ depends=["c"],
1003
+ ),
1004
+ helpers.record(
1005
+ name="b",
1006
+ version="1.0",
1007
+ depends=["c >=2,<3"],
1008
+ ),
1009
+ helpers.record(
1010
+ name="c",
1011
+ version="1.0",
1012
+ ),
1013
+ ]
1014
+ # lower priority, missing c 2.0
1015
+ env.repo_packages["channel-2"] = [
1016
+ helpers.record(
1017
+ name="a",
1018
+ version="2.0",
1019
+ depends=["c"],
1020
+ ),
1021
+ helpers.record(
1022
+ name="b",
1023
+ version="2.0",
1024
+ depends=["c >=2,<3"],
1025
+ ),
1026
+ helpers.record(
1027
+ name="c",
1028
+ version="1.0",
1029
+ ),
1030
+ helpers.record(
1031
+ name="c",
1032
+ version="2.0",
1033
+ ),
1034
+ ]
1035
+
1036
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "True")
1037
+ records = env.install("a", "b", as_specs=True)
1038
+ # channel-1 a and b packages (1.0) installed
1039
+ assert any(k.name == "a" and k.version == "1.0" for k in records)
1040
+ assert any(k.name == "b" and k.version == "1.0" for k in records)
1041
+
1042
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "False")
1043
+ records = env.install("a", "b", as_specs=True)
1044
+ # no channel priority, largest version of a and b (2.0) installed
1045
+ assert any(k.name == "a" and k.version == "2.0" for k in records)
1046
+ assert any(k.name == "b" and k.version == "2.0" for k in records)
1047
+
1048
+ monkeypatch.setenv("CONDA_CHANNEL_PRIORITY", "True")
1049
+ with pytest.raises(UnsatisfiableError) as exc_info:
1050
+ env.install("a", "b")
1051
+ self.assert_unsatisfiable(exc_info, [("b", "c[version='>=2,<3']")])
1052
+
1053
+ @pytest.mark.xfail(
1054
+ reason="There is some weird global state making "
1055
+ "this test fail when the whole test suite is run"
1056
+ )
1057
+ def test_remove(self, env):
1058
+ env.repo_packages = index_packages(1)
1059
+ records = env.install("pandas", "python 2.7*", as_specs=True)
1060
+ assert package_string_set(records) == {
1061
+ "test::dateutil-2.1-py27_1",
1062
+ "test::distribute-0.6.36-py27_1",
1063
+ "test::numpy-1.7.1-py27_0",
1064
+ "test::openssl-1.0.1c-0",
1065
+ "test::pandas-0.11.0-np17py27_1",
1066
+ "test::pip-1.3.1-py27_1",
1067
+ "test::python-2.7.5-0",
1068
+ "test::pytz-2013b-py27_0",
1069
+ "test::readline-6.2-0",
1070
+ "test::scipy-0.12.0-np17py27_0",
1071
+ "test::six-1.3.0-py27_0",
1072
+ "test::sqlite-3.7.13-0",
1073
+ "test::system-5.8-1",
1074
+ "test::tk-8.5.13-0",
1075
+ "test::zlib-1.2.7-0",
1076
+ }
1077
+
1078
+ env.installed_packages = records
1079
+ assert env.remove("pandas") == {
1080
+ "test::dateutil-2.1-py27_1",
1081
+ "test::distribute-0.6.36-py27_1",
1082
+ "test::numpy-1.7.1-py27_0",
1083
+ "test::openssl-1.0.1c-0",
1084
+ "test::pip-1.3.1-py27_1",
1085
+ "test::python-2.7.5-0",
1086
+ "test::pytz-2013b-py27_0",
1087
+ "test::readline-6.2-0",
1088
+ "test::scipy-0.12.0-np17py27_0",
1089
+ "test::six-1.3.0-py27_0",
1090
+ "test::sqlite-3.7.13-0",
1091
+ "test::system-5.8-1",
1092
+ "test::tk-8.5.13-0",
1093
+ "test::zlib-1.2.7-0",
1094
+ }
1095
+ assert env.remove("numpy") == {
1096
+ "test::dateutil-2.1-py27_1",
1097
+ "test::distribute-0.6.36-py27_1",
1098
+ "test::openssl-1.0.1c-0",
1099
+ "test::pip-1.3.1-py27_1",
1100
+ "test::python-2.7.5-0",
1101
+ "test::pytz-2013b-py27_0",
1102
+ "test::readline-6.2-0",
1103
+ "test::six-1.3.0-py27_0",
1104
+ "test::sqlite-3.7.13-0",
1105
+ "test::system-5.8-1",
1106
+ "test::tk-8.5.13-0",
1107
+ "test::zlib-1.2.7-0",
1108
+ }
1109
+
1110
+ def test_surplus_features_1(self, env):
1111
+ env.repo_packages += [
1112
+ helpers.record(
1113
+ name="feature",
1114
+ track_features="feature",
1115
+ ),
1116
+ helpers.record(
1117
+ name="package1",
1118
+ features="feature",
1119
+ ),
1120
+ helpers.record(
1121
+ name="package2",
1122
+ version="1.0",
1123
+ features="feature",
1124
+ depends=["package1"],
1125
+ ),
1126
+ helpers.record(
1127
+ name="package2",
1128
+ version="2.0",
1129
+ features="feature",
1130
+ ),
1131
+ ]
1132
+ assert env.install("package2", "feature") == {
1133
+ "test::package2-2.0-0",
1134
+ "test::feature-1.0-0",
1135
+ }
1136
+
1137
+ def test_surplus_features_2(self, env):
1138
+ env.repo_packages += [
1139
+ helpers.record(
1140
+ name="feature",
1141
+ track_features="feature",
1142
+ ),
1143
+ helpers.record(
1144
+ name="package1",
1145
+ features="feature",
1146
+ ),
1147
+ helpers.record(
1148
+ name="package2",
1149
+ version="1.0",
1150
+ build_number=0,
1151
+ features="feature",
1152
+ depends=["package1"],
1153
+ ),
1154
+ helpers.record(
1155
+ name="package2",
1156
+ version="1.0",
1157
+ build_number=1,
1158
+ features="feature",
1159
+ ),
1160
+ ]
1161
+ assert env.install("package2", "feature") == {
1162
+ "test::package2-1.0-0",
1163
+ "test::feature-1.0-0",
1164
+ }
1165
+
1166
+ def test_get_reduced_index_broadening_with_unsatisfiable_early_dep(self, env):
1167
+ # Test that spec broadening reduction doesn't kill valid solutions
1168
+ # In other words, the order of packages in the index should not affect the
1169
+ # overall result of the reduced index.
1170
+ # see discussion at https://github.com/conda/conda/pull/8117#discussion_r249249815
1171
+ env.repo_packages += [
1172
+ helpers.record(
1173
+ name="a",
1174
+ version="1.0",
1175
+ # not satisfiable. This record should come first, so that its c==2
1176
+ # constraint tries to mess up the inclusion of the c record below,
1177
+ # which should be included as part of b's deps, but which is
1178
+ # broader than this dep.
1179
+ depends=["b", "c==2"],
1180
+ ),
1181
+ helpers.record(
1182
+ name="a",
1183
+ version="2.0",
1184
+ depends=["b"],
1185
+ ),
1186
+ helpers.record(
1187
+ name="b",
1188
+ depends=["c"],
1189
+ ),
1190
+ helpers.record(
1191
+ name="c",
1192
+ ),
1193
+ ]
1194
+ assert env.install("a") == {
1195
+ "test::a-2.0-0",
1196
+ "test::b-1.0-0",
1197
+ "test::c-1.0-0",
1198
+ }
1199
+
1200
+ def test_get_reduced_index_broadening_preferred_solution(self, env):
1201
+ # test that order of index reduction does not eliminate what should be a preferred solution
1202
+ # https://github.com/conda/conda/pull/8117#discussion_r249216068
1203
+ env.repo_packages += [
1204
+ helpers.record(
1205
+ name="top",
1206
+ version="1.0",
1207
+ # this is the first processed record, and imposes a broadening constraint on bottom
1208
+ # if things are overly restricted, we'll end up with bottom 1.5 in our solution
1209
+ # instead of the preferred (latest) 2.5
1210
+ depends=["middle", "bottom==1.5"],
1211
+ ),
1212
+ helpers.record(
1213
+ name="top",
1214
+ version="2.0",
1215
+ depends=["middle"],
1216
+ ),
1217
+ helpers.record(
1218
+ name="middle",
1219
+ depends=["bottom"],
1220
+ ),
1221
+ helpers.record(
1222
+ name="bottom",
1223
+ version="1.5",
1224
+ ),
1225
+ helpers.record(
1226
+ name="bottom",
1227
+ version="2.5",
1228
+ ),
1229
+ ]
1230
+ for record in env.install("top", as_specs=True):
1231
+ if record.name == "top":
1232
+ assert record.version == "2.0", (
1233
+ f"top version should be 2.0, but is {record.version}"
1234
+ )
1235
+ elif record.name == "bottom":
1236
+ assert record.version == "2.5", (
1237
+ f"bottom version should be 2.5, but is {record.version}"
1238
+ )
1239
+
1240
+ def test_arch_preferred_over_noarch_when_otherwise_equal(self, env):
1241
+ env.repo_packages += [
1242
+ helpers.record(
1243
+ name="package1",
1244
+ subdir="noarch",
1245
+ ),
1246
+ helpers.record(
1247
+ name="package1",
1248
+ ),
1249
+ ]
1250
+ records = env.install("package1", as_specs=True)
1251
+ assert len(records) == 1
1252
+ assert records[0].subdir == context.subdir
1253
+
1254
+ def test_noarch_preferred_over_arch_when_version_greater(self, env):
1255
+ env.repo_packages += [
1256
+ helpers.record(
1257
+ name="package1",
1258
+ version="2.0",
1259
+ subdir="noarch",
1260
+ ),
1261
+ helpers.record(
1262
+ name="package1",
1263
+ version="1.0",
1264
+ ),
1265
+ ]
1266
+ records = env.install("package1", as_specs=True)
1267
+ assert len(records) == 1
1268
+ assert records[0].subdir == "noarch"
1269
+
1270
+ def test_noarch_preferred_over_arch_when_version_greater_dep(self, env):
1271
+ env.repo_packages += [
1272
+ helpers.record(
1273
+ name="package1",
1274
+ version="1.0",
1275
+ ),
1276
+ helpers.record(
1277
+ name="package1",
1278
+ version="2.0",
1279
+ subdir="noarch",
1280
+ ),
1281
+ helpers.record(
1282
+ name="package2",
1283
+ depends=["package1"],
1284
+ ),
1285
+ ]
1286
+ records = env.install("package2", as_specs=True)
1287
+ package1 = self.find_package_in_list(records, name="package1")
1288
+ assert package1.subdir == "noarch"
1289
+
1290
+ def test_noarch_preferred_over_arch_when_build_greater(self, env):
1291
+ env.repo_packages += [
1292
+ helpers.record(
1293
+ name="package1",
1294
+ build_number=0,
1295
+ ),
1296
+ helpers.record(
1297
+ name="package1",
1298
+ build_number=1,
1299
+ subdir="noarch",
1300
+ ),
1301
+ ]
1302
+ records = env.install("package1", as_specs=True)
1303
+ assert len(records) == 1
1304
+ assert records[0].subdir == "noarch"
1305
+
1306
+ def test_noarch_preferred_over_arch_when_build_greater_dep(self, env):
1307
+ env.repo_packages += [
1308
+ helpers.record(
1309
+ name="package1",
1310
+ build_number=0,
1311
+ ),
1312
+ helpers.record(
1313
+ name="package1",
1314
+ build_number=1,
1315
+ subdir="noarch",
1316
+ ),
1317
+ helpers.record(
1318
+ name="package2",
1319
+ depends=["package1"],
1320
+ ),
1321
+ ]
1322
+ records = env.install("package2", as_specs=True)
1323
+ package1 = self.find_package_in_list(records, name="package1")
1324
+ assert package1.subdir == "noarch"
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/__init__.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+
4
+ from ..deprecations import deprecated
5
+
6
+ # Mark the entire module for deprecation. For more information see
7
+ # https://github.com/conda/conda-content-trust and #14797
8
+ deprecated.module("25.9", "26.3")
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/constants.py ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Context trust constants.
4
+
5
+ You could argue that the signatures being here is not necessary; indeed, we
6
+ are not necessarily going to be able to check them *properly* (based on some
7
+ prior expectations) as the user, since this is the beginning of trust
8
+ bootstrapping, the first/backup version of the root of trust metadata.
9
+ Still, the signatures here are useful for diagnostic purposes, and, more
10
+ important, to allow self-consistency checks: that helps us avoid breaking the
11
+ chain of trust if someone accidentally lists the wrong keys down the line. (:
12
+ The discrepancy can be detected when loading the root data, and we can
13
+ decline to cache incorrect trust metadata that would make further root
14
+ updates impossible.
15
+ """
16
+
17
+ from ..deprecations import deprecated
18
+
19
+ # Mark the entire module for deprecation. For more information see
20
+ # https://github.com/conda/conda-content-trust and #14797
21
+ deprecated.module(
22
+ "25.9", # deprecate_in version
23
+ "26.3", # remove_in version
24
+ addendum="This module will be moved to conda-anaconda-trust-root.",
25
+ )
26
+
27
+ INITIAL_TRUST_ROOT = {
28
+ "signatures": {
29
+ "6d4d5888398ad77465e9fd53996309187723e16509144aa6733015c960378e7a": {
30
+ "other_headers": "04001608001d162104d2ca1d4bf5d77e7c312534284dd9c45328b685ec0502605dbb03",
31
+ "signature": "b71c9b3aa60e77258c402e574397127bcb4bc15ef3055ada8539b0d1e355bf1415a135fb7cecc9244f839a929f6b1f82844a5b3df8d6225ec9a50b181692490f",
32
+ },
33
+ "508debb915ede0b16dc0cff63f250bde73c5923317b44719fcfc25cc95560c44": {
34
+ "other_headers": "04001608001d162104e6dffee4638f24cfa60a08ba03afe1314a3a38fc050260621281",
35
+ "signature": "29d53d4e7dbea0a3efb07266d22e57cf4df7abe004453981c631245716e1b737c7a6b4ab95f42592af70be67abf56e97020e1aa1f52b49ef39b37481f05d5701",
36
+ },
37
+ },
38
+ "signed": {
39
+ "delegations": {
40
+ "key_mgr": {
41
+ "pubkeys": [
42
+ "f24c813d23a9b26be665eee5c54680c35321061b337f862385ed6d783b0bedb0"
43
+ ],
44
+ "threshold": 1,
45
+ },
46
+ "root": {
47
+ "pubkeys": [
48
+ "668a3217d72d4064edb16648435dc4a3e09a172ecee45dcab1464dcd2f402ec6",
49
+ "508debb915ede0b16dc0cff63f250bde73c5923317b44719fcfc25cc95560c44",
50
+ "6d4d5888398ad77465e9fd53996309187723e16509144aa6733015c960378e7a",
51
+ "e0c88b4c0721bd451b7e720dfb0d0bb6b3853f0cbcf5570edd73367d0841be51",
52
+ ],
53
+ "threshold": 2,
54
+ },
55
+ },
56
+ "expiration": "2022-10-31T18:00:00Z",
57
+ "metadata_spec_version": "0.6.0",
58
+ "timestamp": "2021-03-26T00:00:00Z",
59
+ "type": "root",
60
+ "version": 1,
61
+ },
62
+ }
63
+
64
+ KEY_MGR_FILE = "key_mgr.json"
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda/trust/signature_verification.py ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ """Interface between conda-content-trust and conda."""
4
+
5
+ from __future__ import annotations
6
+
7
+ import os
8
+ import re
9
+ import warnings
10
+ from functools import cache
11
+ from logging import getLogger
12
+ from pathlib import Path
13
+
14
+ from ..common.serialize import json
15
+
16
+ try:
17
+ from conda_content_trust.authentication import verify_delegation, verify_root
18
+ from conda_content_trust.common import (
19
+ SignatureError,
20
+ load_metadata_from_file,
21
+ write_metadata_to_file,
22
+ )
23
+ from conda_content_trust.signing import wrap_as_signable
24
+ except ImportError:
25
+ # _SignatureVerification.enabled handles the rest of this state
26
+ class SignatureError(Exception):
27
+ pass
28
+
29
+
30
+ from typing import TYPE_CHECKING
31
+
32
+ from ..base.constants import CONDA_PACKAGE_EXTENSION_V1, CONDA_PACKAGE_EXTENSION_V2
33
+ from ..base.context import context
34
+ from ..common.url import join_url
35
+ from ..core.subdir_data import SubdirData
36
+ from ..deprecations import deprecated
37
+ from ..gateways.connection import HTTPError, InsecureRequestWarning
38
+ from ..gateways.connection.session import get_session
39
+ from .constants import INITIAL_TRUST_ROOT, KEY_MGR_FILE
40
+
41
+ if TYPE_CHECKING:
42
+ from ..models.records import PackageRecord
43
+
44
+ # Mark the entire module for deprecation. For more information see
45
+ # https://github.com/conda/conda-content-trust and #14797
46
+ deprecated.module(
47
+ "25.9", # deprecate_in version
48
+ "26.3", # remove_in version
49
+ addendum="This module will be moved to conda-content-trust.",
50
+ )
51
+
52
+
53
+ log = getLogger(__name__)
54
+
55
+
56
+ RE_ROOT_METADATA = re.compile(r"(?P<number>\d+)\.root\.json")
57
+
58
+
59
+ class _SignatureVerification:
60
+ @property
61
+ @cache
62
+ def enabled(self) -> bool:
63
+ # safety checks must be enabled
64
+ if not context.extra_safety_checks:
65
+ return False
66
+
67
+ # signing url must be defined
68
+ if not context.signing_metadata_url_base:
69
+ log.warning(
70
+ "metadata signature verification requested, "
71
+ "but no metadata URL base has not been specified."
72
+ )
73
+ return False
74
+
75
+ # conda_content_trust must be installed
76
+ try:
77
+ import conda_content_trust # noqa: F401
78
+ except ImportError:
79
+ log.warning(
80
+ "metadata signature verification requested, "
81
+ "but `conda-content-trust` is not installed."
82
+ )
83
+ return False
84
+
85
+ # ensure artifact verification directory exists
86
+ Path(context.av_data_dir).mkdir(parents=True, exist_ok=True)
87
+
88
+ # ensure the trusted_root exists
89
+ if self.trusted_root is None:
90
+ log.warning(
91
+ "could not find trusted_root data for metadata signature verification"
92
+ )
93
+ return False
94
+
95
+ # ensure the key_mgr exists
96
+ if self.key_mgr is None:
97
+ log.warning(
98
+ "could not find key_mgr data for metadata signature verification"
99
+ )
100
+ return False
101
+
102
+ # signature verification is enabled
103
+ return True
104
+
105
+ @property
106
+ @cache
107
+ def trusted_root(self) -> dict:
108
+ # TODO: formalize paths for `*.root.json` and `key_mgr.json` on server-side
109
+ trusted: dict | None = None
110
+
111
+ # Load latest trust root metadata from filesystem
112
+ try:
113
+ paths = {
114
+ int(m.group("number")): entry
115
+ for entry in os.scandir(context.av_data_dir)
116
+ if (m := RE_ROOT_METADATA.match(entry.name))
117
+ }
118
+ except (FileNotFoundError, NotADirectoryError, PermissionError):
119
+ # FileNotFoundError: context.av_data_dir does not exist
120
+ # NotADirectoryError: context.av_data_dir is not a directory
121
+ # PermsissionError: context.av_data_dir is not readable
122
+ pass
123
+ else:
124
+ for _, entry in sorted(paths.items(), reverse=True):
125
+ log.info(f"Loading root metadata from {entry}.")
126
+ try:
127
+ trusted = load_metadata_from_file(entry)
128
+ except (IsADirectoryError, FileNotFoundError, PermissionError):
129
+ # IsADirectoryError: entry is not a file
130
+ # FileNotFoundError: entry does not exist
131
+ # PermsissionError: entry is not readable
132
+ continue
133
+ else:
134
+ break
135
+
136
+ # Fallback to default root metadata if unable to fetch any
137
+ if not trusted:
138
+ log.debug(
139
+ f"No root metadata in {context.av_data_dir}. "
140
+ "Using built-in root metadata."
141
+ )
142
+ trusted = INITIAL_TRUST_ROOT
143
+
144
+ # Refresh trust root metadata
145
+ while True:
146
+ # TODO: caching mechanism to reduce number of refresh requests
147
+ fname = f"{trusted['signed']['version'] + 1}.root.json"
148
+ path = Path(context.av_data_dir, fname)
149
+
150
+ try:
151
+ # TODO: support fetching root data with credentials
152
+ untrusted = self._fetch_channel_signing_data(
153
+ context.signing_metadata_url_base,
154
+ fname,
155
+ )
156
+
157
+ verify_root(trusted, untrusted)
158
+ except HTTPError as err:
159
+ # HTTP 404 implies no updated root.json is available, which is
160
+ # not really an "error" and does not need to be logged.
161
+ if err.response.status_code != 404:
162
+ log.error(err)
163
+ break
164
+ except Exception as err:
165
+ # TODO: more error handling
166
+ log.error(err)
167
+ break
168
+ else:
169
+ # New trust root metadata checks out
170
+ write_metadata_to_file(trusted := untrusted, path)
171
+
172
+ return trusted
173
+
174
+ @property
175
+ @cache
176
+ def key_mgr(self) -> dict | None:
177
+ trusted: dict | None = None
178
+
179
+ # Refresh key manager metadata
180
+ fname = KEY_MGR_FILE
181
+ path = Path(context.av_data_dir, fname)
182
+
183
+ try:
184
+ untrusted = self._fetch_channel_signing_data(
185
+ context.signing_metadata_url_base,
186
+ fname,
187
+ )
188
+
189
+ verify_delegation("key_mgr", untrusted, self.trusted_root)
190
+ except ConnectionError as err:
191
+ log.warning(err)
192
+ except HTTPError as err:
193
+ # sometimes the HTTPError message is blank, when that occurs include the
194
+ # HTTP status code
195
+ log.warning(
196
+ str(err) or f"{err.__class__.__name__} ({err.response.status_code})"
197
+ )
198
+ else:
199
+ # New key manager metadata checks out
200
+ write_metadata_to_file(trusted := untrusted, path)
201
+
202
+ # If key_mgr is unavailable from server, fall back to copy on disk
203
+ if not trusted and path.exists():
204
+ trusted = load_metadata_from_file(path)
205
+
206
+ return trusted
207
+
208
+ def _fetch_channel_signing_data(
209
+ self, signing_data_url: str, filename: str, etag=None, mod_stamp=None
210
+ ) -> dict:
211
+ session = get_session(signing_data_url)
212
+
213
+ if not context.ssl_verify:
214
+ warnings.simplefilter("ignore", InsecureRequestWarning)
215
+
216
+ headers = {
217
+ "Accept-Encoding": "gzip, deflate, compress, identity",
218
+ "Content-Type": "application/json",
219
+ }
220
+ if etag:
221
+ headers["If-None-Match"] = etag
222
+ if mod_stamp:
223
+ headers["If-Modified-Since"] = mod_stamp
224
+
225
+ saved_token_setting = context.add_anaconda_token
226
+ try:
227
+ # Assume trust metadata is intended to be "generally available",
228
+ # and specifically, _not_ protected by a conda/binstar token.
229
+ # Seems reasonable, since we (probably) don't want the headaches of
230
+ # dealing with protected, per-channel trust metadata.
231
+ #
232
+ # Note: Setting `auth=None` here does allow trust metadata to be
233
+ # protected using standard HTTP basic auth mechanisms, with the
234
+ # login information being provided in the user's netrc file.
235
+ context.add_anaconda_token = False
236
+ resp = session.get(
237
+ join_url(signing_data_url, filename),
238
+ headers=headers,
239
+ proxies=session.proxies,
240
+ auth=None,
241
+ timeout=(
242
+ context.remote_connect_timeout_secs,
243
+ context.remote_read_timeout_secs,
244
+ ),
245
+ )
246
+ # TODO: maybe add more sensible error handling
247
+ resp.raise_for_status()
248
+ finally:
249
+ context.add_anaconda_token = saved_token_setting
250
+
251
+ # In certain cases (e.g., using `-c` access anaconda.org channels), the
252
+ # `CondaSession.get()` retry logic combined with the remote server's
253
+ # behavior can result in non-JSON content being returned. Parse returned
254
+ # content here (rather than directly in the return statement) so callers of
255
+ # this function only have to worry about a ValueError being raised.
256
+ try:
257
+ return resp.json()
258
+ except json.JSONDecodeError as err: # noqa
259
+ # TODO: additional loading and error handling improvements?
260
+ raise ValueError(
261
+ f"Invalid JSON returned from {signing_data_url}/{filename}"
262
+ )
263
+
264
+ def verify(self, repodata_fn: str, record: PackageRecord):
265
+ repodata, _ = SubdirData(
266
+ record.channel,
267
+ repodata_fn=repodata_fn,
268
+ ).repo_fetch.fetch_latest_parsed()
269
+
270
+ # short-circuit if no signatures are defined
271
+ if "signatures" not in repodata:
272
+ record.metadata.add(
273
+ f"(no signatures found for {record.channel.canonical_name})"
274
+ )
275
+ return
276
+ signatures = repodata["signatures"]
277
+
278
+ # short-circuit if no signature is defined for this package
279
+ if record.fn not in signatures:
280
+ record.metadata.add(f"(no signatures found for {record.fn})")
281
+ return
282
+ signature = signatures[record.fn]
283
+
284
+ # extract metadata to be verified
285
+ if record.fn.endswith(CONDA_PACKAGE_EXTENSION_V1):
286
+ info = repodata["packages"][record.fn]
287
+ elif record.fn.endswith(CONDA_PACKAGE_EXTENSION_V2):
288
+ info = repodata["packages.conda"][record.fn]
289
+ else:
290
+ raise ValueError("unknown package extension")
291
+
292
+ # create a signable envelope (a dict with the info and signatures)
293
+ envelope = wrap_as_signable(info)
294
+ envelope["signatures"] = signature
295
+
296
+ try:
297
+ verify_delegation("pkg_mgr", envelope, self.key_mgr)
298
+ except SignatureError:
299
+ log.warning(f"invalid signature for {record.fn}")
300
+ record.metadata.add("(package metadata is UNTRUSTED)")
301
+ else:
302
+ log.info(f"valid signature for {record.fn}")
303
+ record.metadata.add("(package metadata is TRUSTED)")
304
+
305
+ def __call__(
306
+ self,
307
+ repodata_fn: str,
308
+ unlink_precs: tuple[PackageRecord, ...],
309
+ link_precs: tuple[PackageRecord, ...],
310
+ ) -> None:
311
+ if not self.enabled:
312
+ return
313
+
314
+ for prec in link_precs:
315
+ self.verify(repodata_fn, prec)
316
+
317
+ @classmethod
318
+ def cache_clear(cls) -> None:
319
+ cls.enabled.fget.cache_clear()
320
+ cls.trusted_root.fget.cache_clear()
321
+ cls.key_mgr.fget.cache_clear()
322
+
323
+
324
+ # singleton for caching
325
+ signature_verification = _SignatureVerification()
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # conda-env
2
+
3
+ Provides the `conda env` interface to Conda environments.
4
+
5
+ ## Installing
6
+
7
+ `conda env` is included in `conda` itself.
8
+
9
+ ## Usage
10
+
11
+ All of the usage is documented via the `--help` flag.
12
+
13
+ ```bash
14
+ $ conda env --help
15
+ usage: conda-env [-h] {create,export,list,remove,update,config} ...
16
+
17
+ positional arguments:
18
+ {create,export,list,remove,update,config}
19
+ create Create an environment based on an environment file
20
+ export Export a given environment
21
+ list List the Conda environments
22
+ remove Remove an environment
23
+ update Update the current environment based on environment file
24
+ config Configure a conda environment
25
+
26
+ optional arguments:
27
+ -h, --help Show this help message and exit.
28
+ ```
29
+
30
+
31
+ ## `environment.yml`
32
+
33
+ conda-env allows creating environments using the `environment.yml`
34
+ specification file. This allows you to specify a name, channels to use when
35
+ creating the environment, and the dependencies. For example, to create an
36
+ environment named `stats` with numpy and pandas, create an `environment.yml`
37
+ file with this as the contents:
38
+
39
+ ```yaml
40
+ name: stats
41
+ dependencies:
42
+ - numpy
43
+ - pandas
44
+ ```
45
+
46
+ Then run this from the command line:
47
+
48
+ ```bash
49
+ $ conda env create
50
+ Fetching package metadata: ...
51
+ Solving package specifications: .Linking packages ...
52
+ [ COMPLETE ] |#################################################| 100%
53
+ #
54
+ # To activate this environment, use:
55
+ # $ conda activate stats
56
+ #
57
+ # To deactivate this environment, use:
58
+ # $ conda deactivate
59
+ #
60
+ ```
61
+
62
+ Your output might vary a little bit, depending on whether you have the packages
63
+ in your local package cache.
64
+
65
+ You can explicitly provide an environment spec file using `-f` or `--file`
66
+ and the name of the file you would like to use.
67
+
68
+ The default channels can be excluded by adding `nodefaults` to the list of
69
+ channels. This is equivalent to passing the `--override-channels` option
70
+ to most `conda` commands, and is like `defaults` in the `.condarc`
71
+ channel configuration but with the reverse logic.
72
+
73
+ ## Environment file example
74
+
75
+ ```yaml
76
+ name: stats
77
+ channels:
78
+ - javascript
79
+ dependencies:
80
+ - python=3.4 # or 2.7 if you are feeling nostalgic
81
+ - bokeh=0.9.2
82
+ - numpy=1.9.*
83
+ - nodejs=0.10.*
84
+ - flask
85
+ - pip
86
+ - pip:
87
+ - Flask-Testing
88
+ ```
89
+
90
+ **Recommendation:** Always create your `environment.yml` file by hand.
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/__init__.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ from conda import __version__ # noqa: F401
4
+ from conda.deprecations import deprecated
5
+
6
+ deprecated.module("25.9", "26.3")
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/cli/__init__.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ from conda.deprecations import deprecated
4
+
5
+ deprecated.module("25.9", "26.3")
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/conda_env/installers/__init__.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ # Copyright (C) 2012 Anaconda, Inc
2
+ # SPDX-License-Identifier: BSD-3-Clause
3
+ from conda.deprecations import deprecated
4
+
5
+ deprecated.module("25.9", "26.3")
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.bat ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ @ECHO OFF
2
+ set TEST=teststringfromactivate
3
+
4
+ set PATH_PRE_ACTIVATE_DEACTIVATE=%PATH%
5
+ set PATH=%TEST%/bin/test;%PATH%
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/activate.d/activate.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ export TEST=teststringfromactivate
2
+ export PATH="${TEST}/bin/test:${PATH}"
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.bat ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ @ECHO OFF
2
+ set PATH=%PATH_PRE_ACTIVATE_DEACTIVATE%
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/tests/data/recipes/activate_deactivate_package/src/etc/conda/deactivate.d/deactivate.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ export TEST=teststringfromactivate
2
+ export PATH=`echo $PATH | sed "s|${TEST}/bin/test:||"`
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/lib/python3.13/site-packages/xontrib/conda.xsh ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $CONDA_EXE = '/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/conda'
2
+ $_CONDA_EXE = '/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/conda'
3
+ try:
4
+ del $_CE_M
5
+ except KeyError:
6
+ pass
7
+ try:
8
+ del $_CE_CONDA
9
+ except KeyError:
10
+ pass
11
+ $CONDA_PYTHON_EXE = '/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python'
12
+ $_CONDA_ROOT = '/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place'
13
+
14
+ # Copyright (C) 2012 Anaconda, Inc
15
+ # SPDX-License-Identifier: BSD-3-Clause
16
+ # Much of this forked from https://github.com/gforsyth/xonda
17
+ # Copyright (c) 2016, Gil Forsyth, All rights reserved.
18
+ # Original code licensed under BSD-3-Clause.
19
+
20
+ try:
21
+ # xonsh >= 0.18.0
22
+ from xonsh.lib.lazyasd import lazyobject
23
+ except:
24
+ # xonsh < 0.18.0
25
+ from xonsh.lazyasd import lazyobject
26
+
27
+ if 'CONDA_EXE' not in ${...}:
28
+ ![python -m conda init --dev out> conda-dev-init.sh]
29
+ source-bash conda-dev-init.sh
30
+ import os
31
+ os.remove("conda-dev-init.sh")
32
+
33
+ _REACTIVATE_COMMANDS = ('install', 'update', 'upgrade', 'remove', 'uninstall')
34
+
35
+
36
+ @lazyobject
37
+ def Env():
38
+ from collections import namedtuple
39
+ return namedtuple('Env', ['name', 'path', 'bin_dir', 'envs_dir'])
40
+
41
+
42
+ def _parse_args(args=None):
43
+ from argparse import ArgumentParser
44
+ p = ArgumentParser(add_help=False)
45
+ p.add_argument('command', nargs='?')
46
+ p.add_argument('-h', '--help', dest='help', action='store_true', default=False)
47
+ p.add_argument('-v', '--version', dest='version', action='store_true', default=False)
48
+ ns, _ = p.parse_known_args(args)
49
+ if ns.command == 'activate':
50
+ p.add_argument('env_name_or_prefix', default='base')
51
+ elif ns.command in _REACTIVATE_COMMANDS:
52
+ p.add_argument('-n', '--name')
53
+ p.add_argument('-p', '--prefix')
54
+ parsed_args, _ = p.parse_known_args(args)
55
+ return parsed_args
56
+
57
+
58
+ def _raise_pipeline_error(pipeline):
59
+ stdout = pipeline.out
60
+ stderr = pipeline.err
61
+ if pipeline.returncode != 0:
62
+ message = ("exited with %s\nstdout: %s\nstderr: %s\n"
63
+ "" % (pipeline.returncode, stdout, stderr))
64
+ raise RuntimeError(message)
65
+ return stdout.strip()
66
+
67
+
68
+ def _conda_activate_handler(env_name_or_prefix):
69
+ import os
70
+
71
+ __xonsh__.execer.exec($($CONDA_EXE shell.xonsh activate @(env_name_or_prefix)),
72
+ glbs=__xonsh__.ctx,
73
+ filename="$(conda shell.xonsh activate " + env_name_or_prefix + ")")
74
+ if $CONDA_DEFAULT_ENV != os.path.split(env_name_or_prefix)[1]:
75
+ import sys as _sys
76
+
77
+ print("WARNING: conda environment not activated properly. "
78
+ "This is likely because you have a conda init inside of your "
79
+ "~/.bashrc (unix) or *.bat activation file (windows). This is "
80
+ "causing conda to activate twice in xonsh. Please remove the conda "
81
+ "init block from your other shell.", file=_sys.stderr)
82
+
83
+
84
+ def _conda_deactivate_handler():
85
+ __xonsh__.execer.exec($($CONDA_EXE shell.xonsh deactivate),
86
+ glbs=__xonsh__.ctx,
87
+ filename="$(conda shell.xonsh deactivate)")
88
+
89
+
90
+ def _conda_passthrough_handler(args):
91
+ pipeline = ![$CONDA_EXE @(args)]
92
+ _raise_pipeline_error(pipeline)
93
+
94
+
95
+ def _conda_reactivate_handler(args, name_or_prefix_given):
96
+ pipeline = ![$CONDA_EXE @(args)]
97
+ _raise_pipeline_error(pipeline)
98
+ if not name_or_prefix_given:
99
+ __xonsh__.execer.exec($($CONDA_EXE shell.xonsh reactivate),
100
+ glbs=__xonsh__.ctx,
101
+ filename="$(conda shell.xonsh reactivate)")
102
+
103
+
104
+ def _conda_main(args=None):
105
+ parsed_args = _parse_args(args)
106
+ if parsed_args.command == 'activate':
107
+ _conda_activate_handler(parsed_args.env_name_or_prefix)
108
+ elif parsed_args.command == 'deactivate':
109
+ _conda_deactivate_handler()
110
+ elif parsed_args.command in _REACTIVATE_COMMANDS:
111
+ name_or_prefix_given = bool(parsed_args.name or parsed_args.prefix)
112
+ _conda_reactivate_handler(args, name_or_prefix_given)
113
+ else:
114
+ _conda_passthrough_handler(args)
115
+
116
+
117
+ if 'CONDA_SHLVL' not in ${...}:
118
+ $CONDA_SHLVL = '0'
119
+ import os as _os
120
+ import sys as _sys
121
+ _sys.path.insert(0, _os.path.join(_os.path.dirname(_os.path.dirname($CONDA_EXE)), "condabin"))
122
+ del _os, _sys
123
+
124
+ aliases['conda'] = _conda_main
125
+
126
+
127
+ def _list_dirs(path):
128
+ """Generator that lists the directories in a given path."""
129
+ import os
130
+ for entry in os.scandir(path):
131
+ if not entry.name.startswith('.') and entry.is_dir():
132
+ yield entry.name
133
+
134
+
135
+ def _get_envs_unfiltered():
136
+ """Grab a list of all conda env dirs from conda, allowing all warnings."""
137
+ import os
138
+ import importlib
139
+
140
+ try:
141
+ # breaking changes introduced in Anaconda 4.4.7
142
+ # try to import newer library structure first
143
+ context = importlib.import_module('conda.base.context')
144
+ config = context.context
145
+ except ModuleNotFoundError:
146
+ config = importlib.import_module('conda.config')
147
+
148
+ # create the list of environments
149
+ env_list = []
150
+ for envs_dir in config.envs_dirs:
151
+ # skip non-existing environments directories
152
+ if not os.path.exists(envs_dir):
153
+ continue
154
+ # for each environment in the environments directory
155
+ for env_name in _list_dirs(envs_dir):
156
+ # check for duplicates names
157
+ if env_name in [env.name for env in env_list]:
158
+ raise ValueError('Multiple environments with the same name '
159
+ "in the system is not supported by conda's xonsh tools.")
160
+ # add the environment to the list
161
+ env_list.append(Env(name=env_name,
162
+ path=os.path.join(envs_dir, env_name),
163
+ bin_dir=os.path.join(envs_dir, env_name, 'bin'),
164
+ envs_dir=envs_dir,
165
+ ))
166
+ return env_list
167
+
168
+
169
+ def _get_envs():
170
+ """Grab a list of all conda env dirs from conda, ignoring all warnings."""
171
+ import warnings
172
+ with warnings.catch_warnings():
173
+ warnings.simplefilter("ignore")
174
+ return _get_envs_unfiltered()
175
+
176
+
177
+ def _conda_completer(prefix, line, start, end, ctx):
178
+ """Completion for conda."""
179
+ args = line.split(' ')
180
+ possible = set()
181
+ if len(args) == 0 or args[0] not in ['xonda', 'conda']:
182
+ return None
183
+ curix = args.index(prefix)
184
+ if curix == 1:
185
+ possible = {'activate', 'deactivate', 'install', 'remove', 'info',
186
+ 'help', 'list', 'search', 'update', 'upgrade', 'uninstall',
187
+ 'config', 'init', 'clean', 'package', 'bundle', 'env',
188
+ 'select', 'create', '-h', '--help', '-V', '--version'}
189
+
190
+ elif curix == 2:
191
+ if args[1] in ['activate', 'select']:
192
+ possible = set([env.name for env in _get_envs()])
193
+ elif args[1] == 'create':
194
+ possible = {'-p', '-n'}
195
+ elif args[1] == 'env':
196
+ possible = {'attach', 'create', 'export', 'list', 'remove',
197
+ 'upload', 'update'}
198
+
199
+ elif curix == 3:
200
+ if args[2] == 'export':
201
+ possible = {'-n', '--name'}
202
+ elif args[2] == 'create':
203
+ possible = {'-h', '--help', '-f', '--file', '-n', '--name', '-p',
204
+ '--prefix', '-q', '--quiet', '--force', '--json',
205
+ '--debug', '-v', '--verbose'}
206
+
207
+ elif curix == 4:
208
+ if args[2] == 'export' and args[3] in ['-n','--name']:
209
+ possible = set([env.name for env in _get_envs()])
210
+
211
+ return {i for i in possible if i.startswith(prefix)}
212
+
213
+
214
+ # add _xonda_completer to list of completers
215
+ __xonsh__.completers['conda'] = _conda_completer
216
+ # bump to top of list
217
+ __xonsh__.completers.move_to_end('conda', last=False)
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/shell/condabin/Conda.psm1 ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ param([parameter(Position=0,Mandatory=$false)] [Hashtable] $CondaModuleArgs=@{})
2
+
3
+ # Defaults from before we had arguments.
4
+ if (-not $CondaModuleArgs.ContainsKey('ChangePs1')) {
5
+ $CondaModuleArgs.ChangePs1 = $True
6
+ }
7
+
8
+ ## ENVIRONMENT MANAGEMENT ######################################################
9
+
10
+ <#
11
+ .SYNOPSIS
12
+ Obtains a list of valid conda environments.
13
+
14
+ .EXAMPLE
15
+ Get-CondaEnvironment
16
+
17
+ .EXAMPLE
18
+ genv
19
+ #>
20
+ function Get-CondaEnvironment {
21
+ [CmdletBinding()]
22
+ param();
23
+
24
+ begin {}
25
+
26
+ process {
27
+ # NB: the JSON output of conda env list does not include the names
28
+ # of each env, so we need to parse the fragile output instead.
29
+ & $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA env list | `
30
+ Where-Object { -not $_.StartsWith("#") } | `
31
+ Where-Object { -not $_.Trim().Length -eq 0 } | `
32
+ ForEach-Object {
33
+ $envLine = $_ -split "\s+";
34
+ $Active = $envLine[1] -eq "*";
35
+ [PSCustomObject] @{
36
+ Name = $envLine[0];
37
+ Active = $Active;
38
+ Path = if ($Active) {$envLine[2]} else {$envLine[1]};
39
+ } | Write-Output;
40
+ }
41
+ }
42
+
43
+ end {}
44
+ }
45
+
46
+ <#
47
+ .SYNOPSIS
48
+ Activates a conda environment, placing its commands and packages at
49
+ the head of $Env:PATH.
50
+
51
+ .EXAMPLE
52
+ Enter-CondaEnvironment my-env
53
+
54
+ .EXAMPLE
55
+ etenv my-env
56
+
57
+ .NOTES
58
+ This command does not currently support activating environments stored
59
+ in a non-standard location.
60
+ #>
61
+ function Enter-CondaEnvironment {
62
+ [CmdletBinding()]
63
+ param(
64
+ [Parameter(Mandatory=$false)][switch]$Stack,
65
+ [Parameter(Position=0)][string]$Name
66
+ );
67
+
68
+ begin {
69
+ If ($Stack) {
70
+ $activateCommand = (& $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA shell.powershell activate --stack $Name | Out-String);
71
+ } Else {
72
+ $activateCommand = (& $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA shell.powershell activate $Name | Out-String);
73
+ }
74
+
75
+ Write-Verbose "[conda shell.powershell activate $Name]`n$activateCommand";
76
+ Invoke-Expression -Command $activateCommand;
77
+ }
78
+
79
+ process {}
80
+
81
+ end {}
82
+
83
+ }
84
+
85
+ <#
86
+ .SYNOPSIS
87
+ Deactivates the current conda environment, if any.
88
+
89
+ .EXAMPLE
90
+ Exit-CondaEnvironment
91
+
92
+ .EXAMPLE
93
+ exenv
94
+ #>
95
+ function Exit-CondaEnvironment {
96
+ [CmdletBinding()]
97
+ param();
98
+
99
+ begin {
100
+ $deactivateCommand = (& $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA shell.powershell deactivate | Out-String);
101
+
102
+ # If deactivate returns an empty string, we have nothing more to do,
103
+ # so return early.
104
+ if ($deactivateCommand.Trim().Length -eq 0) {
105
+ return;
106
+ }
107
+ Write-Verbose "[conda shell.powershell deactivate]`n$deactivateCommand";
108
+ Invoke-Expression -Command $deactivateCommand;
109
+ }
110
+ process {}
111
+ end {}
112
+ }
113
+
114
+ ## CONDA WRAPPER ###############################################################
115
+
116
+ <#
117
+ .SYNOPSIS
118
+ conda is a tool for managing and deploying applications, environments
119
+ and packages.
120
+
121
+ .PARAMETER Command
122
+ Subcommand to invoke.
123
+
124
+ .EXAMPLE
125
+ conda install toolz
126
+ #>
127
+ function Invoke-Conda() {
128
+ # Don't use any explicit args here, we'll use $args and tab completion
129
+ # so that we can capture everything, INCLUDING short options (e.g. -n).
130
+ if ($Args.Count -eq 0) {
131
+ # No args, just call the underlying conda executable.
132
+ & $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA;
133
+ }
134
+ else {
135
+ $Command = $Args[0];
136
+ if ($Args.Count -ge 2) {
137
+ $OtherArgs = $Args[1..($Args.Count - 1)];
138
+ } else {
139
+ $OtherArgs = @();
140
+ }
141
+ switch ($Command) {
142
+ "activate" {
143
+ Enter-CondaEnvironment @OtherArgs;
144
+ }
145
+ "deactivate" {
146
+ Exit-CondaEnvironment;
147
+ }
148
+
149
+ default {
150
+ # There may be a command we don't know want to handle
151
+ # differently in the shell wrapper, pass it through
152
+ # verbatim.
153
+ & $Env:CONDA_EXE $Env:_CE_M $Env:_CE_CONDA $Command @OtherArgs;
154
+ }
155
+ }
156
+ }
157
+ }
158
+
159
+ ## TAB COMPLETION ##############################################################
160
+ # We borrow the approach used by posh-git, in which we override any existing
161
+ # functions named TabExpansion, look for commands we can complete on, and then
162
+ # default to the previously defined TabExpansion function for everything else.
163
+
164
+ if (Test-Path Function:\TabExpansion) {
165
+ # Since this technique is common, we encounter an infinite loop if it's
166
+ # used more than once unless we give our backup a unique name.
167
+ Rename-Item Function:\TabExpansion CondaTabExpansionBackup
168
+ }
169
+
170
+ function Expand-CondaEnv() {
171
+ param(
172
+ [string]
173
+ $Filter
174
+ );
175
+
176
+ $ValidEnvs = Get-CondaEnvironment;
177
+ $ValidEnvs `
178
+ | Where-Object { $_.Name -like "$filter*" } `
179
+ | ForEach-Object { $_.Name } `
180
+ | Write-Output;
181
+ $ValidEnvs `
182
+ | Where-Object { $_.Path -like "$filter*" } `
183
+ | ForEach-Object { $_.Path } `
184
+ | Write-Output;
185
+
186
+ }
187
+
188
+ function Expand-CondaSubcommands() {
189
+ param(
190
+ [string]
191
+ $Filter
192
+ );
193
+
194
+ # Filter and output applicable subcommands
195
+ Invoke-Conda commands | Where-Object { $_ -like "$Filter*" } | Write-Output;
196
+
197
+ }
198
+
199
+ function TabExpansion($line, $lastWord) {
200
+ $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart()
201
+
202
+ switch -regex ($lastBlock) {
203
+ # Pull out conda commands we recognize first before falling through
204
+ # to the general patterns for conda itself.
205
+ "^conda activate (.*)" { Expand-CondaEnv $lastWord; break; }
206
+ "^etenv (.*)" { Expand-CondaEnv $lastWord; break; }
207
+
208
+ # If we got down to here, check arguments to conda itself.
209
+ "^conda (.*)" { Expand-CondaSubcommands $lastWord; break; }
210
+
211
+ # Finally, fall back on existing tab expansion.
212
+ default {
213
+ if (Test-Path Function:\CondaTabExpansionBackup) {
214
+ CondaTabExpansionBackup $line $lastWord
215
+ }
216
+ }
217
+ }
218
+ }
219
+
220
+ ## PROMPT MANAGEMENT ###########################################################
221
+
222
+ <#
223
+ .SYNOPSIS
224
+ Modifies the current prompt to show the currently activated conda
225
+ environment, if any.
226
+ .EXAMPLE
227
+ Add-CondaEnvironmentToPrompt
228
+
229
+ Causes the current session's prompt to display the currently activated
230
+ conda environment.
231
+ #>
232
+ if ($CondaModuleArgs.ChangePs1) {
233
+ # We use the same procedure to nest prompts as we did for nested tab completion.
234
+ if (Test-Path Function:\prompt) {
235
+ Rename-Item Function:\prompt CondaPromptBackup
236
+ } else {
237
+ function CondaPromptBackup() {
238
+ # Restore a basic prompt if the definition is missing.
239
+ "PS $($executionContext.SessionState.Path.CurrentLocation)$('>' * ($nestedPromptLevel + 1)) ";
240
+ }
241
+ }
242
+
243
+ function global:prompt() {
244
+ if ($Env:CONDA_PROMPT_MODIFIER) {
245
+ $Env:CONDA_PROMPT_MODIFIER | Write-Host -NoNewline
246
+ }
247
+ CondaPromptBackup;
248
+ }
249
+ }
250
+
251
+ ## ALIASES #####################################################################
252
+
253
+ New-Alias conda Invoke-Conda -Force
254
+ New-Alias genv Get-CondaEnvironment -Force
255
+ New-Alias etenv Enter-CondaEnvironment -Force
256
+ New-Alias exenv Exit-CondaEnvironment -Force
257
+
258
+ ## EXPORTS ###################################################################
259
+
260
+ Export-ModuleMember `
261
+ -Alias * `
262
+ -Function `
263
+ Invoke-Conda, `
264
+ Get-CondaEnvironment, `
265
+ Enter-CondaEnvironment, Exit-CondaEnvironment, `
266
+ TabExpansion, prompt
miniconda3/pkgs/conda-26.1.1-py313h06a4308_0/shell/condabin/conda-hook.ps1 ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $Env:CONDA_EXE = "/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/conda"
2
+ $Env:_CONDA_EXE = "/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/conda"
3
+ $Env:_CE_M = $null
4
+ $Env:_CE_CONDA = $null
5
+ $Env:CONDA_PYTHON_EXE = "/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place/bin/python"
6
+ $Env:_CONDA_ROOT = "/home/task_177140125005974/croot/conda_1771402194624/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_place"
7
+ $CondaModuleArgs = @{ChangePs1 = $True}
8
+
9
+ Import-Module "$Env:_CONDA_ROOT\shell\condabin\Conda.psm1" -ArgumentList $CondaModuleArgs
10
+
11
+ Remove-Variable CondaModuleArgs
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/about.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "channels": [
3
+ "https://repo.anaconda.com/pkgs/main"
4
+ ],
5
+ "conda_build_version": "24.1.2",
6
+ "conda_version": "24.1.2",
7
+ "description": "Anaconda Telemetry for conda adds helps us understand how conda is being used.",
8
+ "dev_url": "https://github.com/anaconda/conda-anaconda-telemetry",
9
+ "doc_source_url": "https://github.com/anaconda/conda-anaconda-telemetry/blob/0.3.0/README.md",
10
+ "env_vars": {
11
+ "CIO_TEST": "<not set>"
12
+ },
13
+ "extra": {
14
+ "copy_test_source_files": true,
15
+ "final": true,
16
+ "flow_run_id": "8053c301-0789-4608-86d2-5c7ef0f8b3e1",
17
+ "recipe-maintainers": [
18
+ "travishathaway",
19
+ "jezdez"
20
+ ],
21
+ "remote_url": "git@github.com:AnacondaRecipes/conda-anaconda-telemetry-feedstock.git",
22
+ "sha": "7560739847d77b618fbdec503005ab9ba496ee07"
23
+ },
24
+ "home": "https://github.com/anaconda/conda-anaconda-telemetry",
25
+ "identifiers": [],
26
+ "keywords": [],
27
+ "license": "BSD-3-Clause",
28
+ "license_family": "BSD",
29
+ "license_file": "LICENSE",
30
+ "root_pkgs": [
31
+ "_libgcc_mutex 0.1 main",
32
+ "_openmp_mutex 5.1 1_gnu",
33
+ "archspec 0.2.1 pyhd3eb1b0_0",
34
+ "boltons 23.0.0 py39h06a4308_0",
35
+ "brotli-python 1.0.9 py39h6a678d5_7",
36
+ "bzip2 1.0.8 h7b6447c_0",
37
+ "c-ares 1.19.1 h5eee18b_0",
38
+ "charset-normalizer 2.0.4 pyhd3eb1b0_0",
39
+ "conda-content-trust 0.2.0 py39h06a4308_0",
40
+ "conda-package-handling 2.2.0 py39h06a4308_0",
41
+ "conda-package-streaming 0.9.0 py39h06a4308_0",
42
+ "fmt 9.1.0 hdb19cb5_0",
43
+ "icu 73.1 h6a678d5_0",
44
+ "idna 3.4 py39h06a4308_0",
45
+ "jsonpatch 1.32 pyhd3eb1b0_0",
46
+ "jsonpointer 2.1 pyhd3eb1b0_0",
47
+ "krb5 1.20.1 h143b758_1",
48
+ "ld_impl_linux-64 2.38 h1181459_1",
49
+ "libarchive 3.6.2 h6ac8c49_2",
50
+ "libev 4.33 h7f8727e_1",
51
+ "libffi 3.4.4 h6a678d5_0",
52
+ "libgcc-ng 11.2.0 h1234567_1",
53
+ "libgomp 11.2.0 h1234567_1",
54
+ "libnghttp2 1.57.0 h2d74bed_0",
55
+ "libsolv 0.7.24 he621ea3_0",
56
+ "libssh2 1.10.0 hdbd6064_2",
57
+ "libstdcxx-ng 11.2.0 h1234567_1",
58
+ "libxml2 2.10.4 hf1b16e4_1",
59
+ "lz4-c 1.9.4 h6a678d5_0",
60
+ "ncurses 6.4 h6a678d5_0",
61
+ "packaging 23.1 py39h06a4308_0",
62
+ "pcre2 10.42 hebb0a14_0",
63
+ "pluggy 1.0.0 py39h06a4308_1",
64
+ "pybind11-abi 4 hd3eb1b0_1",
65
+ "pycosat 0.6.6 py39h5eee18b_0",
66
+ "pycparser 2.21 pyhd3eb1b0_0",
67
+ "pysocks 1.7.1 py39h06a4308_0",
68
+ "python 3.9.18 h955ad1f_0",
69
+ "readline 8.2 h5eee18b_0",
70
+ "reproc 14.2.4 h295c915_1",
71
+ "reproc-cpp 14.2.4 h295c915_1",
72
+ "ruamel.yaml 0.17.21 py39h5eee18b_0",
73
+ "ruamel.yaml.clib 0.2.6 py39h5eee18b_1",
74
+ "sqlite 3.41.2 h5eee18b_0",
75
+ "tk 8.6.12 h1ccaba5_0",
76
+ "tqdm 4.65.0 py39hb070fc8_0",
77
+ "wheel 0.41.2 py39h06a4308_0",
78
+ "yaml-cpp 0.8.0 h6a678d5_0",
79
+ "zlib 1.2.13 h5eee18b_0",
80
+ "zstandard 0.19.0 py39h5eee18b_0",
81
+ "zstd 1.5.5 hc292b87_0",
82
+ "attrs 23.1.0 py39h06a4308_0",
83
+ "beautifulsoup4 4.12.2 py39h06a4308_0",
84
+ "ca-certificates 2023.12.12 h06a4308_0",
85
+ "certifi 2024.2.2 py39h06a4308_0",
86
+ "cffi 1.16.0 py39h5eee18b_0",
87
+ "chardet 4.0.0 py39h06a4308_1003",
88
+ "click 8.1.7 py39h06a4308_0",
89
+ "conda 24.1.2 py39h06a4308_0",
90
+ "conda-build 24.1.2 py39h06a4308_0",
91
+ "conda-index 0.4.0 pyhd3eb1b0_0",
92
+ "conda-libmamba-solver 24.1.0 pyhd3eb1b0_0",
93
+ "cryptography 42.0.2 py39hdda0065_0",
94
+ "distro 1.8.0 py39h06a4308_0",
95
+ "filelock 3.13.1 py39h06a4308_0",
96
+ "jinja2 3.1.3 py39h06a4308_0",
97
+ "jsonschema 4.19.2 py39h06a4308_0",
98
+ "jsonschema-specifications 2023.7.1 py39h06a4308_0",
99
+ "libcurl 8.5.0 h251f7ec_0",
100
+ "libedit 3.1.20230828 h5eee18b_0",
101
+ "liblief 0.12.3 h6a678d5_0",
102
+ "libmamba 1.5.6 haf1ee3a_0",
103
+ "libmambapy 1.5.6 py39h2dafd23_0",
104
+ "markupsafe 2.1.3 py39h5eee18b_0",
105
+ "menuinst 2.0.2 py39h06a4308_0",
106
+ "more-itertools 10.1.0 py39h06a4308_0",
107
+ "openssl 3.0.13 h7f8727e_0",
108
+ "patch 2.7.6 h7b6447c_1001",
109
+ "patchelf 0.17.2 h6a678d5_0",
110
+ "pip 23.3.1 py39h06a4308_0",
111
+ "pkginfo 1.9.6 py39h06a4308_0",
112
+ "platformdirs 3.10.0 py39h06a4308_0",
113
+ "psutil 5.9.0 py39h5eee18b_0",
114
+ "py-lief 0.12.3 py39h6a678d5_0",
115
+ "pyopenssl 24.0.0 py39h06a4308_0",
116
+ "python-libarchive-c 2.9 pyhd3eb1b0_1",
117
+ "pytz 2023.3.post1 py39h06a4308_0",
118
+ "pyyaml 6.0.1 py39h5eee18b_0",
119
+ "referencing 0.30.2 py39h06a4308_0",
120
+ "requests 2.31.0 py39h06a4308_1",
121
+ "rpds-py 0.10.6 py39hb02cf49_0",
122
+ "setuptools 68.2.2 py39h06a4308_0",
123
+ "soupsieve 2.5 py39h06a4308_0",
124
+ "tomli 2.0.1 py39h06a4308_0",
125
+ "tzdata 2023d h04d1e81_0",
126
+ "urllib3 2.1.0 py39h06a4308_1",
127
+ "xz 5.4.5 h5eee18b_0",
128
+ "yaml 0.2.5 h7b6447c_0"
129
+ ],
130
+ "summary": "Anaconda Telemetry conda plugin",
131
+ "tags": []
132
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/files ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER
2
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA
3
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD
4
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED
5
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL
6
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json
7
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt
8
+ site-packages/conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE
9
+ site-packages/conda_anaconda_telemetry/__init__.py
10
+ site-packages/conda_anaconda_telemetry/_version.py
11
+ site-packages/conda_anaconda_telemetry/hooks.py
12
+ site-packages/conda_anaconda_telemetry/py.typed
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/git ADDED
File without changes
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/hash_input.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "channel_targets": "defaults"
3
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/index.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arch": null,
3
+ "build": "pyhd3eb1b0_1",
4
+ "build_number": 1,
5
+ "depends": [
6
+ "conda >=24.11",
7
+ "python >=3.9"
8
+ ],
9
+ "license": "BSD-3-Clause",
10
+ "license_family": "BSD",
11
+ "name": "conda-anaconda-telemetry",
12
+ "noarch": "python",
13
+ "platform": null,
14
+ "subdir": "noarch",
15
+ "timestamp": 1755883824264,
16
+ "version": "0.3.0"
17
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/licenses/LICENSE ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ BSD 3-Clause License
2
+
3
+ Copyright (c) 2024, Anaconda, Inc.
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ * Redistributions of source code must retain the above copyright
10
+ notice, this list of conditions and the following disclaimer.
11
+ * Redistributions in binary form must reproduce the above copyright
12
+ notice, this list of conditions and the following disclaimer in the
13
+ documentation and/or other materials provided with the distribution.
14
+ * Neither the name of the copyright holder nor the names of its
15
+ contributors may be used to endorse or promote products
16
+ derived from this software without specific prior written permission.
17
+
18
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
22
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/link.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "noarch": {
3
+ "type": "python"
4
+ },
5
+ "package_metadata_version": 1
6
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/paths.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "paths": [
3
+ {
4
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER",
5
+ "path_type": "hardlink",
6
+ "sha256": "d0edee15f91b406f3f99726e44eb990be6e34fd0345b52b910c568e0eef6a2a8",
7
+ "size_in_bytes": 5
8
+ },
9
+ {
10
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA",
11
+ "path_type": "hardlink",
12
+ "sha256": "0f08c92b3fad865721081f2c8b33a614a2af9cd9a03f2a9e51f5d2bd35b133bc",
13
+ "size_in_bytes": 3787
14
+ },
15
+ {
16
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD",
17
+ "path_type": "hardlink",
18
+ "sha256": "7022b2a6b4b27b164d942b2c6f30181cb7f94809672834ad0aaa5778cf35b440",
19
+ "size_in_bytes": 1364
20
+ },
21
+ {
22
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED",
23
+ "path_type": "hardlink",
24
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
25
+ "size_in_bytes": 0
26
+ },
27
+ {
28
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL",
29
+ "path_type": "hardlink",
30
+ "sha256": "aad0b0a12256807936d52d4a6f88a1773236ae527564a688bab4e3fe780e8724",
31
+ "size_in_bytes": 87
32
+ },
33
+ {
34
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json",
35
+ "path_type": "hardlink",
36
+ "sha256": "9db048b1cb7ae854f3cf77621c4fac3014bb456b9d463a1ad18c7071c2d30951",
37
+ "size_in_bytes": 84
38
+ },
39
+ {
40
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt",
41
+ "path_type": "hardlink",
42
+ "sha256": "31162e8ee8e56095821750cf2fcf1d6f40a077dc0bb900134429e9a6b190c1fc",
43
+ "size_in_bytes": 66
44
+ },
45
+ {
46
+ "_path": "site-packages/conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE",
47
+ "path_type": "hardlink",
48
+ "sha256": "9e504431070dd8a4cc8c021042d1bea065a71cae71ba7841e1d26ce7d2596b5a",
49
+ "size_in_bytes": 1544
50
+ },
51
+ {
52
+ "_path": "site-packages/conda_anaconda_telemetry/__init__.py",
53
+ "path_type": "hardlink",
54
+ "sha256": "d09702cb8b481fa9b3f9137be0a7062fe3a711139cd10ecace05ab379834fb28",
55
+ "size_in_bytes": 983
56
+ },
57
+ {
58
+ "_path": "site-packages/conda_anaconda_telemetry/_version.py",
59
+ "path_type": "hardlink",
60
+ "sha256": "006986fcbc74fbdced170ffb77d9986da62e0bed9a6f1135a17394340636f586",
61
+ "size_in_bytes": 511
62
+ },
63
+ {
64
+ "_path": "site-packages/conda_anaconda_telemetry/hooks.py",
65
+ "path_type": "hardlink",
66
+ "sha256": "4654a71f92477b9742f9cbced4cb7e651a38a12709b82e3cc0734570a16e0e44",
67
+ "size_in_bytes": 9058
68
+ },
69
+ {
70
+ "_path": "site-packages/conda_anaconda_telemetry/py.typed",
71
+ "path_type": "hardlink",
72
+ "sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
73
+ "size_in_bytes": 0
74
+ }
75
+ ],
76
+ "paths_version": 1
77
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/conda_build_config.yaml ADDED
@@ -0,0 +1,395 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ VERBOSE_AT: V=1
2
+ VERBOSE_CM: VERBOSE=1
3
+ alsa_lib: '1.2'
4
+ ampl_mp: '3.1'
5
+ aom: '3.6'
6
+ armadillo: '12'
7
+ arpack: '3.9'
8
+ arrow_cpp: 19.0.0
9
+ assimp: 6.0.2
10
+ at_spi2_core: '2.36'
11
+ aws_c_auth: 0.9.0
12
+ aws_c_cal: 0.9.2
13
+ aws_c_common: 0.12.3
14
+ aws_c_compression: 0.3.1
15
+ aws_c_event_stream: 0.5.5
16
+ aws_c_http: 0.10.2
17
+ aws_c_io: 0.20.1
18
+ aws_c_mqtt: 0.13.2
19
+ aws_c_s3: 0.8.3
20
+ aws_c_sdkutils: 0.2.4
21
+ aws_checksums: 0.2.7
22
+ aws_crt_cpp: 0.32.10
23
+ aws_sdk_cpp: 1.11.528
24
+ azure_core_cpp: 1.14.1
25
+ azure_identity_cpp: 1.10.1
26
+ azure_storage_blobs_cpp: 12.13.0
27
+ azure_storage_common_cpp: 12.10.0
28
+ backtrace: '20241216'
29
+ blas_impl: mkl
30
+ blosc: '1'
31
+ brotli: '1'
32
+ brunsli: '0'
33
+ bzip2: '1'
34
+ c_ares: '1'
35
+ c_blosc2: '2.17'
36
+ c_compiler: gcc
37
+ c_compiler_version: 11.2.0
38
+ c_stdlib: sysroot
39
+ c_stdlib_version: '2.17'
40
+ cairo: '1'
41
+ capnproto: 1.1.0
42
+ ceres_solver: '2.2'
43
+ cfitsio: '3.470'
44
+ cgo_compiler: go-cgo
45
+ cgo_compiler_version: '1.21'
46
+ channel_targets: defaults
47
+ charls: '2.2'
48
+ clang_variant: clang
49
+ coin_or_cbc: '2.10'
50
+ coin_or_cgl: '0.60'
51
+ coin_or_clp: '1.17'
52
+ coin_or_osi: '0.108'
53
+ coin_or_utils: '2.11'
54
+ cpu_optimization_target: nocona
55
+ cran_mirror: https://cran.r-project.org
56
+ cuda_compiler: cuda-nvcc
57
+ cuda_compiler_version: '12.4'
58
+ cudnn: '9'
59
+ cutensor: '2'
60
+ cxx_compiler: gxx
61
+ cxx_compiler_version: 11.2.0
62
+ cyrus_sasl: 2.1.28
63
+ dav1d: 1.2.1
64
+ dbus: '1'
65
+ eigen: 3.3.7
66
+ epoxy: '1.5'
67
+ expat: '2'
68
+ extend_keys:
69
+ - ignore_build_only_deps
70
+ - extend_keys
71
+ - pin_run_as_build
72
+ - ignore_version
73
+ ffmpeg: '6'
74
+ fftw: '3.3'
75
+ flatbuffers: 25.2.10
76
+ fmt: '9'
77
+ fontconfig: '2'
78
+ fortran_compiler: gfortran
79
+ fortran_compiler_version: 11.2.0
80
+ freeglut: '3'
81
+ freetds: '1'
82
+ freetype: '2'
83
+ freexl: '2'
84
+ fribidi: '1'
85
+ g2clib: '1.6'
86
+ gcab: '1'
87
+ gdbm: '1.18'
88
+ gdk_pixbuf: '2'
89
+ geos: 3.10.6
90
+ geotiff: '1.7'
91
+ getopt_win32: '0.1'
92
+ gettext: '0'
93
+ gflags: '2.2'
94
+ giflib: '5.2'
95
+ gl2ps: 1.4.2
96
+ glew: '2.2'
97
+ glib: '2'
98
+ glog: '0.5'
99
+ glpk: '4.65'
100
+ glslang: '15'
101
+ gmp: 6.3.0
102
+ gnupg: '2.4'
103
+ gnutls: '3.8'
104
+ go_compiler: go-nocgo
105
+ go_compiler_version: '1.21'
106
+ graphite2: '1'
107
+ gsl: '2.7'
108
+ gst_plugins_base: '1.24'
109
+ gst_plugins_good: '1.24'
110
+ gstreamer: '1.24'
111
+ gstreamer_orc: '0.4'
112
+ gtest: 1.14.0
113
+ gtk3: '3'
114
+ gts: '0.7'
115
+ harfbuzz: '10'
116
+ hdf4: 4.2.13
117
+ hdf5: 1.14.5
118
+ hdfeos2: '2.20'
119
+ hdfeos5: '5.1'
120
+ icu: '73'
121
+ ignore_build_only_deps:
122
+ - python
123
+ - numpy
124
+ igraph: '0.10'
125
+ isl: '0.22'
126
+ jansson: '2'
127
+ jasper: '4'
128
+ jemalloc: 5.2.1
129
+ jpeg: 9e
130
+ json_c: '0.16'
131
+ jsoncpp: 1.9.6
132
+ jxrlib: '1.1'
133
+ kealib: '1.5'
134
+ khronos_opencl_icd_loader: 2024.5.8
135
+ krb5: '1.21'
136
+ lame: '3.100'
137
+ lcms2: '2'
138
+ leptonica: '1.82'
139
+ lerc: '4'
140
+ level_zero: '1'
141
+ leveldb: '1.23'
142
+ libabseil: '20250127.0'
143
+ libaec: '1'
144
+ libaio: '0.3'
145
+ libapr: '1'
146
+ libapriconv: '1'
147
+ libaprutil: '1'
148
+ libarchive: '3.7'
149
+ libassuan: '3'
150
+ libavif: '1'
151
+ libboost: 1.88.0
152
+ libboost_devel: 1.88.0
153
+ libbrotlicommon: '1.0'
154
+ libbrotlidec: '1.0'
155
+ libbrotlienc: '1.0'
156
+ libclang13: '14.0'
157
+ libclang_cpp14: '14.0'
158
+ libcrc32c: '1.1'
159
+ libcryptominisat: '5.6'
160
+ libcurl: '8'
161
+ libdap4: '3.19'
162
+ libde265: 1.0.15
163
+ libdeflate: '1.22'
164
+ libdrm: '2.4'
165
+ libebm: 0.4.4
166
+ libedit: '3.1'
167
+ libegl: '1'
168
+ libev: '4.33'
169
+ libevent: 2.1.12
170
+ libfaiss: 1.0.0
171
+ libffi: '3.4'
172
+ libflac: '1.4'
173
+ libgcrypt: '1'
174
+ libgd: '2.3'
175
+ libgdal: '3.11'
176
+ libgdal_core: '3.11'
177
+ libgit2: '1.6'
178
+ libgl: '1'
179
+ libgles: '1'
180
+ libglib: '2'
181
+ libglu: '9'
182
+ libglvnd: '1'
183
+ libglx: '1'
184
+ libgpg_error: '1'
185
+ libgrpc: '1.71'
186
+ libgsasl: '1'
187
+ libgsf: '1.14'
188
+ libheif: '1.19'
189
+ libhiredis: '1.3'
190
+ libiconv: '1'
191
+ libidn2: '2'
192
+ libjpeg_turbo: '3'
193
+ libkml: '1.3'
194
+ libksba: '1.6'
195
+ liblief: '0.16'
196
+ libllvm19: '19.1'
197
+ libmamba: '2.0'
198
+ libmambapy: '2.0'
199
+ libmlir19: '19.1'
200
+ libmpdec: '4'
201
+ libmpdecxx: '4'
202
+ libnetcdf: '4'
203
+ libnghttp2: '1'
204
+ libnsl: '2.0'
205
+ libntlm: '1'
206
+ libogg: '1.3'
207
+ libopenblas: '0'
208
+ libopengl: '1'
209
+ libopus: '1'
210
+ libortools: '9.9'
211
+ libosqp: 0.6.3
212
+ libpcap: '1.10'
213
+ libpciaccess: '0.18'
214
+ libpng: '1.6'
215
+ libpq: '17'
216
+ libprotobuf: 5.29.3
217
+ libqdldl: 0.1.7
218
+ librdkafka: '2.2'
219
+ libre2_11: '2024'
220
+ librsvg: '2'
221
+ libsentencepiece: 0.2.0
222
+ libsndfile: '1.2'
223
+ libsodium: 1.0.18
224
+ libspatialindex: 1.9.3
225
+ libspatialite: '5.1'
226
+ libssh2: '1'
227
+ libtasn1: '4'
228
+ libtensorflow: 2.18.1
229
+ libtensorflow_cc: 2.18.1
230
+ libtheora: '1'
231
+ libthrift: '0.15'
232
+ libtiff: '4'
233
+ libtmglib: '3'
234
+ libtorch: '2.6'
235
+ libunistring: '0'
236
+ libunwind: '1'
237
+ libutf8proc: '2'
238
+ libuuid: '1'
239
+ libuv: '1'
240
+ libvorbis: '1'
241
+ libvpx: '1.13'
242
+ libvulkan: '1.4'
243
+ libwebp: 1.3.2
244
+ libwebp_base: '1'
245
+ libxcb: '1'
246
+ libxkbcommon: '1'
247
+ libxkbfile: '1'
248
+ libxml2: '2.13'
249
+ libxmlsec1: '1.3'
250
+ libxslt: '1'
251
+ libzopfli: '1.0'
252
+ lmdb: '0'
253
+ lua: '5'
254
+ lz4_c: '1.9'
255
+ lzo: '2'
256
+ macports_legacy_support: '1'
257
+ mbedtls: '3.5'
258
+ mesalib: '25.1'
259
+ metis: '5.1'
260
+ minizip: '4'
261
+ mkl: '2023'
262
+ mkl_service: '2'
263
+ mpc: '1'
264
+ mpfr: '4'
265
+ mpich: '4'
266
+ mysql_libs: '9.3'
267
+ nanobind_abi: '15'
268
+ nccl: '2'
269
+ ncurses: '6'
270
+ nettle: '3.7'
271
+ nlopt: '2.7'
272
+ npth: '1'
273
+ nspr: '4'
274
+ nss: '3'
275
+ ntbtls: '0'
276
+ numpy: '2.1'
277
+ ocl_icd: '2'
278
+ oniguruma: '6.9'
279
+ openblas: '0'
280
+ openblas_devel: '0'
281
+ openh264: '2.6'
282
+ openjpeg: '2'
283
+ openldap: '2.6'
284
+ openmpi: '4.1'
285
+ openssl: '3'
286
+ orc: 2.1.1
287
+ pango: '1'
288
+ pcre: '8'
289
+ pcre2: '10.42'
290
+ pdal: '2.5'
291
+ perl: '5.38'
292
+ pin_run_as_build:
293
+ python:
294
+ max_pin: x.x
295
+ min_pin: x.x
296
+ r-base:
297
+ max_pin: x.x
298
+ min_pin: x.x
299
+ libboost:
300
+ max_pin: x.x.x
301
+ pixman: 0.46.4
302
+ popt: '1'
303
+ proj: 9.3.1
304
+ ptscotch: 6.0.9
305
+ pugixml: '1.11'
306
+ py_lief: '0.16'
307
+ pybind11_abi: '5'
308
+ pyqt: '6.7'
309
+ pyqtchart: '5.15'
310
+ pyqtwebengine: '6.7'
311
+ python: '3.13'
312
+ python_igraph: '0.10'
313
+ python_impl: cpython
314
+ python_implementation: cpython
315
+ pytorch: '2.6'
316
+ qhull: '2020.2'
317
+ qpdf: '11'
318
+ qt: '6.9'
319
+ quantlib: '1'
320
+ r_base: 4.3.1
321
+ r_implementation: r-base
322
+ r_version: 4.3.1
323
+ rdkit: 2023.03.3
324
+ re2: '2024'
325
+ readline: '8'
326
+ reproc: '14.2'
327
+ reproc_cpp: '14.2'
328
+ rhash: '1'
329
+ ruby: '3.2'
330
+ rust_compiler: rust
331
+ rust_compiler_version: 1.87.0
332
+ s2n: 1.5.14
333
+ scotch: 6.0.9
334
+ serf: '1.3'
335
+ simdjson: '3.10'
336
+ sip: '6.10'
337
+ sleef: '3'
338
+ snappy: '1'
339
+ spdlog: '1'
340
+ spdlog_fmt_embed: '1'
341
+ spirv_tools: '2025'
342
+ sqlite: '3'
343
+ suitesparse: '7'
344
+ target_platform: linux-64
345
+ tesseract: 5.2.0
346
+ tiledb: '2.26'
347
+ tk: '8.6'
348
+ unixodbc: '2.3'
349
+ vc: '14'
350
+ vtk_base: 9.4.1
351
+ vtk_io_ffmpeg: 9.4.1
352
+ wayland: '1.24'
353
+ x264: 1!152.20180806
354
+ xcb_util: '0.4'
355
+ xcb_util_cursor: '0.1'
356
+ xcb_util_image: '0.4'
357
+ xcb_util_keysyms: '0.4'
358
+ xcb_util_renderutil: '0.3'
359
+ xcb_util_wm: '0.4'
360
+ xerces_c: '3.2'
361
+ xorg_libice: '1'
362
+ xorg_libsm: '1'
363
+ xorg_libx11: '1'
364
+ xorg_libxau: '1'
365
+ xorg_libxcomposite: '0'
366
+ xorg_libxcursor: '1'
367
+ xorg_libxdamage: '1'
368
+ xorg_libxdmcp: '1'
369
+ xorg_libxext: '1'
370
+ xorg_libxfixes: '6'
371
+ xorg_libxft: '2'
372
+ xorg_libxi: '1'
373
+ xorg_libxinerama: '1.1'
374
+ xorg_libxmu: '1'
375
+ xorg_libxrandr: '1'
376
+ xorg_libxrender: '0.9'
377
+ xorg_libxscrnsaver: '1'
378
+ xorg_libxshmfence: '1'
379
+ xorg_libxt: '1'
380
+ xorg_libxtst: '1'
381
+ xorg_libxxf86vm: '1'
382
+ xorg_xextproto: '7'
383
+ xorg_xorgproto: '2024'
384
+ xxhash: 0.8.0
385
+ xz: '5'
386
+ yaml: '0.2'
387
+ yaml_cpp: '0.8'
388
+ zeromq: '4.3'
389
+ zfp: '1'
390
+ zip_keys:
391
+ - - python
392
+ - numpy
393
+ zlib: '1.2'
394
+ zlib_ng: '2.0'
395
+ zstd: '1.5'
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file created by conda-build 24.1.2
2
+ # meta.yaml template originally from:
3
+ # /feedstock/recipe, last modified Fri Aug 22 17:29:43 2025
4
+ # ------------------------------------------------
5
+
6
+ package:
7
+ name: conda-anaconda-telemetry
8
+ version: 0.3.0
9
+ source:
10
+ sha256: 01044e9d7cc51eab3fa70e0ffa0b7638e20c90ce00e1b346e97d94288d1111fc
11
+ url: https://github.com/anaconda/conda-anaconda-telemetry/archive/0.3.0.tar.gz
12
+ build:
13
+ noarch: python
14
+ number: '1'
15
+ script: /croot/conda-anaconda-telemetry_1755883788794/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pl/bin/python
16
+ -m pip install . --no-deps --no-build-isolation -vv
17
+ string: pyhd3eb1b0_1
18
+ requirements:
19
+ build:
20
+ - _libgcc_mutex 0.1 main
21
+ - _openmp_mutex 5.1 1_gnu
22
+ - bzip2 1.0.8 h5eee18b_6
23
+ - c-ares 1.19.1 h5eee18b_0
24
+ - ca-certificates 2025.7.15 h06a4308_0
25
+ - curl 8.14.1 h14366f7_1
26
+ - expat 2.7.1 h6a678d5_0
27
+ - gettext 0.21.0 hedfda30_2
28
+ - git 2.45.2 pl5402h72990fb_2
29
+ - icu 73.1 h6a678d5_0
30
+ - libcurl 8.14.1 hc1efc7f_1
31
+ - libev 4.33 h7f8727e_1
32
+ - libgcc-ng 11.2.0 h1234567_1
33
+ - libgomp 11.2.0 h1234567_1
34
+ - libnghttp2 1.57.0 h2d74bed_0
35
+ - libssh2 1.11.1 h251f7ec_0
36
+ - libstdcxx-ng 11.2.0 h1234567_1
37
+ - libxcb 1.17.0 h9b100fa_0
38
+ - libxml2 2.13.8 hfdd30dd_0
39
+ - lz4-c 1.9.4 h6a678d5_1
40
+ - ncurses 6.5 h7934f7d_0
41
+ - openssl 3.0.17 h5eee18b_0
42
+ - pcre2 10.42 hebb0a14_1
43
+ - perl 5.40.2 0_h5eee18b_perl5
44
+ - pthread-stubs 0.3 h0ce48e5_1
45
+ - tk 8.6.15 h54e0aa7_0
46
+ - xorg-libx11 1.8.12 h9b100fa_1
47
+ - xorg-libxau 1.0.12 h9b100fa_0
48
+ - xorg-libxdmcp 1.1.5 h9b100fa_0
49
+ - xorg-xorgproto 2024.1 h5eee18b_1
50
+ - xz 5.6.4 h5eee18b_1
51
+ - zlib 1.2.13 h5eee18b_1
52
+ - zstd 1.5.6 hc292b87_0
53
+ host:
54
+ - _libgcc_mutex 0.1 main
55
+ - _openmp_mutex 5.1 1_gnu
56
+ - bzip2 1.0.8 h5eee18b_6
57
+ - ca-certificates 2025.7.15 h06a4308_0
58
+ - expat 2.7.1 h6a678d5_0
59
+ - hatch-vcs 0.4.0 py39h06a4308_0
60
+ - hatchling 1.27.0 py39h06a4308_0
61
+ - importlib-metadata 8.5.0 py39h06a4308_0
62
+ - ld_impl_linux-64 2.40 h12ee557_0
63
+ - libffi 3.4.4 h6a678d5_1
64
+ - libgcc-ng 11.2.0 h1234567_1
65
+ - libgomp 11.2.0 h1234567_1
66
+ - libstdcxx-ng 11.2.0 h1234567_1
67
+ - libxcb 1.17.0 h9b100fa_0
68
+ - ncurses 6.5 h7934f7d_0
69
+ - openssl 3.0.17 h5eee18b_0
70
+ - packaging 25.0 py39h06a4308_0
71
+ - pathspec 0.12.1 py39h06a4308_0
72
+ - pip 25.1 pyhc872135_2
73
+ - pluggy 1.5.0 py39h06a4308_0
74
+ - pthread-stubs 0.3 h0ce48e5_1
75
+ - python 3.9.23 he99959a_0
76
+ - readline 8.3 hc2a1206_0
77
+ - setuptools 78.1.1 py39h06a4308_0
78
+ - setuptools-scm 8.3.1 py39h06a4308_1
79
+ - sqlite 3.50.2 hb25bd0a_1
80
+ - tk 8.6.15 h54e0aa7_0
81
+ - tomli 2.2.1 py39h06a4308_0
82
+ - trove-classifiers 2025.5.9.12 py39h06a4308_0
83
+ - typing-extensions 4.12.2 py39h06a4308_0
84
+ - typing_extensions 4.12.2 py39h06a4308_0
85
+ - tzdata 2025b h04d1e81_0
86
+ - wheel 0.45.1 py39h06a4308_0
87
+ - xorg-libx11 1.8.12 h9b100fa_1
88
+ - xorg-libxau 1.0.12 h9b100fa_0
89
+ - xorg-libxdmcp 1.1.5 h9b100fa_0
90
+ - xorg-xorgproto 2024.1 h5eee18b_1
91
+ - xz 5.6.4 h5eee18b_1
92
+ - zipp 3.21.0 py39h06a4308_0
93
+ - zlib 1.2.13 h5eee18b_1
94
+ run:
95
+ - conda >=24.11
96
+ - python >=3.9
97
+ test:
98
+ commands:
99
+ - pip check
100
+ - python -m conda --version
101
+ imports:
102
+ - conda_anaconda_telemetry
103
+ - conda_anaconda_telemetry.hooks
104
+ requires:
105
+ - pip
106
+ about:
107
+ description: Anaconda Telemetry for conda adds helps us understand how conda is
108
+ being used.
109
+ dev_url: https://github.com/anaconda/conda-anaconda-telemetry
110
+ doc_source_url: https://github.com/anaconda/conda-anaconda-telemetry/blob/0.3.0/README.md
111
+ home: https://github.com/anaconda/conda-anaconda-telemetry
112
+ license: BSD-3-Clause
113
+ license_family: BSD
114
+ license_file: LICENSE
115
+ summary: Anaconda Telemetry conda plugin
116
+ extra:
117
+ copy_test_source_files: true
118
+ final: true
119
+ flow_run_id: 8053c301-0789-4608-86d2-5c7ef0f8b3e1
120
+ recipe-maintainers:
121
+ - jezdez
122
+ - travishathaway
123
+ remote_url: git@github.com:AnacondaRecipes/conda-anaconda-telemetry-feedstock.git
124
+ sha: 7560739847d77b618fbdec503005ab9ba496ee07
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/recipe/meta.yaml.template ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% set name = "conda-anaconda-telemetry" %}
2
+ {% set version = "0.3.0" %}
3
+ {% set sha256 = "01044e9d7cc51eab3fa70e0ffa0b7638e20c90ce00e1b346e97d94288d1111fc" %}
4
+
5
+ package:
6
+ name: {{ name|lower }}
7
+ version: {{ version }}
8
+
9
+ source:
10
+ url: https://github.com/anaconda/{{ name }}/archive/{{ version }}.tar.gz
11
+ sha256: {{ sha256 }}
12
+
13
+ build:
14
+ # keeping as noarch so that the plugin may be used with architectures which are no longer actively maintained (e.g. osx-64)
15
+ noarch: python
16
+ number: 1
17
+ script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv
18
+
19
+ requirements:
20
+ build:
21
+ - git # [not win]
22
+ host:
23
+ - python 3.9
24
+ - pip
25
+ - hatchling >=1.12.2
26
+ - hatch-vcs >=0.2.0
27
+ run:
28
+ - python >=3.9
29
+ - conda >=24.11
30
+
31
+ test:
32
+ imports:
33
+ - conda_anaconda_telemetry
34
+ - conda_anaconda_telemetry.hooks
35
+ requires:
36
+ - pip
37
+ commands:
38
+ - pip check
39
+ - python -m conda --version
40
+
41
+ about:
42
+ home: https://github.com/anaconda/{{ name }}
43
+ summary: Anaconda Telemetry conda plugin
44
+ description: Anaconda Telemetry for conda adds helps us understand how conda is being used.
45
+ license: BSD-3-Clause
46
+ license_family: BSD
47
+ license_file: LICENSE
48
+ doc_source_url: https://github.com/anaconda/{{ name }}/blob/{{ version }}/README.md
49
+ dev_url: https://github.com/anaconda/{{ name }}
50
+
51
+ extra:
52
+ recipe-maintainers:
53
+ - travishathaway
54
+ - jezdez
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/repodata_record.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "build": "pyhd3eb1b0_1",
3
+ "build_number": 1,
4
+ "channel": "https://repo.anaconda.com/pkgs/main/noarch/",
5
+ "constrains": [],
6
+ "depends": [
7
+ "conda >=24.11",
8
+ "python >=3.9"
9
+ ],
10
+ "fn": "conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.conda",
11
+ "license": "BSD-3-Clause",
12
+ "license_family": "BSD",
13
+ "md5": "2ac481091c9cc4eec50cf2f0cc42744d",
14
+ "name": "conda-anaconda-telemetry",
15
+ "noarch": "python",
16
+ "package_type": "noarch_python",
17
+ "sha256": "93b33a69c7e6b410ecb02c9922c71d8e07b9f4b874139a0d350165f8d1d557f3",
18
+ "size": 13808,
19
+ "subdir": "noarch",
20
+ "timestamp": 1755883824000,
21
+ "url": "https://repo.anaconda.com/pkgs/main/noarch/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1.conda",
22
+ "version": "0.3.0"
23
+ }
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.bat ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+
4
+
5
+ pip check
6
+ IF %ERRORLEVEL% NEQ 0 exit /B 1
7
+ python -m conda --version
8
+ IF %ERRORLEVEL% NEQ 0 exit /B 1
9
+ exit /B 0
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.py ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ print("import: 'conda_anaconda_telemetry'")
2
+ import conda_anaconda_telemetry
3
+
4
+ print("import: 'conda_anaconda_telemetry.hooks'")
5
+ import conda_anaconda_telemetry.hooks
6
+
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/run_test.sh ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ set -ex
4
+
5
+
6
+
7
+ pip check
8
+ python -m conda --version
9
+ exit 0
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/info/test/test_time_dependencies.json ADDED
@@ -0,0 +1 @@
 
 
1
+ ["pip"]
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER ADDED
@@ -0,0 +1 @@
 
 
1
+ conda
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/METADATA ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Metadata-Version: 2.4
2
+ Name: conda-anaconda-telemetry
3
+ Version: 0.3.0
4
+ Summary: A conda plugin for Anaconda Telemetry
5
+ License: BSD 3-Clause License
6
+
7
+ Copyright (c) 2024, Anaconda, Inc.
8
+ All rights reserved.
9
+
10
+ Redistribution and use in source and binary forms, with or without
11
+ modification, are permitted provided that the following conditions are met:
12
+
13
+ * Redistributions of source code must retain the above copyright
14
+ notice, this list of conditions and the following disclaimer.
15
+ * Redistributions in binary form must reproduce the above copyright
16
+ notice, this list of conditions and the following disclaimer in the
17
+ documentation and/or other materials provided with the distribution.
18
+ * Neither the name of the copyright holder nor the names of its
19
+ contributors may be used to endorse or promote products
20
+ derived from this software without specific prior written permission.
21
+
22
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
23
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
24
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY
26
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
27
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
29
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
31
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
+ License-File: LICENSE
33
+ Classifier: Operating System :: OS Independent
34
+ Classifier: Programming Language :: Python :: 3
35
+ Classifier: Programming Language :: Python :: 3 :: Only
36
+ Classifier: Programming Language :: Python :: 3.9
37
+ Classifier: Programming Language :: Python :: 3.10
38
+ Classifier: Programming Language :: Python :: 3.11
39
+ Classifier: Programming Language :: Python :: 3.12
40
+ Classifier: Programming Language :: Python :: Implementation :: CPython
41
+ Classifier: Programming Language :: Python :: Implementation :: PyPy
42
+ Requires-Python: >=3.9
43
+ Requires-Dist: conda>=24.11
44
+ Description-Content-Type: text/markdown
45
+
46
+ # Conda Anaconda Telemetry
47
+
48
+ Welcome to the Conda Anaconda Telemetry project! This project is a plugin that
49
+ submits data about conda's usage to Anaconda. This helps Anaconda learn more about
50
+ those using conda. This plugin is also an example of how others can leverage conda's
51
+ plugin system to begin collecting more information about their conda users too.
52
+
53
+ ## Installation
54
+
55
+ To begin using this plugin, install it in your base environment with the following command:
56
+
57
+ ```commandline
58
+ conda install --name base conda-anaconda-telemetry
59
+ ```
60
+
61
+ ## Disabling
62
+
63
+ To disable this plugin, you can either add the following to your `.condarc` file:
64
+
65
+ ```yaml
66
+ plugins:
67
+ anaconda_telemetry: false
68
+ ```
69
+
70
+ Or remove it from your base environment:
71
+
72
+ ```commandline
73
+ conda remove --name base conda-anaconda-telemetry
74
+ ```
75
+
76
+ ## Contributing to this repository
77
+
78
+ Contributions are very welcome 😄
79
+
80
+ Feel free to:
81
+ 1. File bug reports
82
+ 2. Create feature requests
83
+ 3. Open pull requests to resolve issues available in the [Github issues queue](https://github.com/anaconda/conda-anaconda-telemetry/issues).
84
+ 4. Review open pull requests
85
+ 5. Report any typos, wrong/outdated information on the [documentation website](https://anaconda.github.io/conda-anaconda-telemetry/).
86
+ 6. Engage in ongoing discussions in this project and add new ideas.
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/RECORD ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ conda_anaconda_telemetry-0.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
2
+ conda_anaconda_telemetry-0.3.0.dist-info/METADATA,sha256=DwjJKz-thlchCB8sizOmFKKvnNmgPyqeUfXSvTWxM7w,3787
3
+ conda_anaconda_telemetry-0.3.0.dist-info/RECORD,,
4
+ conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ conda_anaconda_telemetry-0.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
6
+ conda_anaconda_telemetry-0.3.0.dist-info/direct_url.json,sha256=nbBIsct66FTzz3diHE-sMBS7RWudRjoa0YxwccLTCVE,84
7
+ conda_anaconda_telemetry-0.3.0.dist-info/entry_points.txt,sha256=MRYujujlYJWCF1DPL88db0Cgd9wLuQATRCnpprGQwfw,66
8
+ conda_anaconda_telemetry-0.3.0.dist-info/licenses/LICENSE,sha256=nlBEMQcN2KTMjAIQQtG-oGWnHK5xunhB4dJs59JZa1o,1544
9
+ conda_anaconda_telemetry/__init__.py,sha256=0JcCy4tIH6mz-RN74KcGL-OnEROc0Q7KzgWrN5g0-yg,983
10
+ conda_anaconda_telemetry/__pycache__/__init__.cpython-39.pyc,,
11
+ conda_anaconda_telemetry/__pycache__/_version.cpython-39.pyc,,
12
+ conda_anaconda_telemetry/__pycache__/hooks.cpython-39.pyc,,
13
+ conda_anaconda_telemetry/_version.py,sha256=AGmG_Lx0-9ztFw_7d9mYbaYuC-2abxE1oXOUNAY29YY,511
14
+ conda_anaconda_telemetry/hooks.py,sha256=RlSnH5JHe5dC-cvO1Mt-ZRo4oScJuC48wHNFcKFuDkQ,9058
15
+ conda_anaconda_telemetry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/REQUESTED ADDED
File without changes
miniconda3/pkgs/conda-anaconda-telemetry-0.3.0-pyhd3eb1b0_1/site-packages/conda_anaconda_telemetry-0.3.0.dist-info/WHEEL ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any