Home
last modified time | relevance | path

Searched refs:wheel_cache (Results 1 – 25 of 95) sorted by relevance

1234

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/commands/
H A Duninstall.py48 wheel_cache = WheelCache(options.cache_dir, format_control)
55 wheel_cache=wheel_cache,
61 wheel_cache=wheel_cache
69 wheel_cache=wheel_cache):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/commands/
H A Duninstall.py48 wheel_cache = WheelCache(options.cache_dir, format_control)
55 wheel_cache=wheel_cache,
61 wheel_cache=wheel_cache
69 wheel_cache=wheel_cache):
/dports/devel/py-pip-shims/pip_shims-0.6.0/src/pip_shims/
H A Dcompat.py352 def wheel_cache( function
369 yield wheel_cache
571 if wheel_cache is None:
573 results["wheel_cache"] = wheel_cache
946 if wheel_cache is not None:
947 yield wheel_cache
959 yield wheel_cache
1140 wheel_cache=wheel_cache,
1144 ) as wheel_cache:
1318 wheel_cache = ctx.enter_context(
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/pip_shims/
H A Dcompat.py357 def wheel_cache( function
374 yield wheel_cache
576 if wheel_cache is None:
578 results["wheel_cache"] = wheel_cache
941 if wheel_cache is not None:
942 yield wheel_cache
954 yield wheel_cache
1135 wheel_cache=wheel_cache,
1139 ) as wheel_cache:
1313 wheel_cache = ctx.enter_context(
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/cli/
H A Dreq_command.py192 wheel_cache=None, # type: Optional[WheelCache] argument
208 wheel_cache=wheel_cache,
231 wheel_cache, # type: Optional[WheelCache] argument
241 session=session, wheel_cache=wheel_cache):
249 wheel_cache=wheel_cache
259 wheel_cache=wheel_cache
269 wheel_cache=wheel_cache,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/
H A Dbasecommand.py261 session, name, wheel_cache): argument
269 session=session, wheel_cache=wheel_cache):
276 wheel_cache=wheel_cache
286 wheel_cache=wheel_cache
295 wheel_cache=wheel_cache):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/
H A Dbasecommand.py261 session, name, wheel_cache): argument
269 session=session, wheel_cache=wheel_cache):
276 wheel_cache=wheel_cache
286 wheel_cache=wheel_cache
295 wheel_cache=wheel_cache):
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/internals/
H A D_pip_shims.py17 def _build_wheel_pre10(ireq, output_dir, finder, wheel_cache, kwargs): argument
18 kwargs.update({"wheel_cache": wheel_cache, "session": finder.session})
24 def _build_wheel_modern(ireq, output_dir, finder, wheel_cache, kwargs): argument
37 builder = pip_shims.WheelBuilder(finder, preparer, wheel_cache)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/req/
H A Dconstructors.py171 wheel_cache=None, # type: Optional[WheelCache] argument
196 wheel_cache=wheel_cache,
207 wheel_cache=None, # type: Optional[WheelCache] argument
314 wheel_cache=wheel_cache,
324 wheel_cache=None, # type: Optional[WheelCache] argument
347 req, comes_from, isolated=isolated, wheel_cache=wheel_cache,
H A Dreq_file.py81 wheel_cache=None, # type: Optional[WheelCache] argument
111 comes_from, options, session, wheel_cache,
140 wheel_cache=None, # type: Optional[WheelCache] argument
198 wheel_cache=wheel_cache,
209 constraint=constraint, isolated=isolated, wheel_cache=wheel_cache
231 constraint=nested_constraint, wheel_cache=wheel_cache
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/commands/
H A Dwheel.py123 wheel_cache = WheelCache(options.cache_dir, options.format_control)
137 wheel_cache
154 wheel_cache=wheel_cache,
171 wheel_cache=wheel_cache,
197 wheel_cache.cleanup()
H A Dfreeze.py79 wheel_cache = WheelCache(options.cache_dir, format_control)
94 wheel_cache=wheel_cache,
103 wheel_cache.cleanup()
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/cli/
H A Dbase_command.py257 wheel_cache # type: Optional[WheelCache] argument
270 session=session, wheel_cache=wheel_cache):
278 wheel_cache=wheel_cache
288 wheel_cache=wheel_cache
297 wheel_cache=wheel_cache,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/req/
H A Dreq_file.py65 session=None, constraint=False, wheel_cache=None): argument
91 comes_from, options, session, wheel_cache,
111 options=None, session=None, wheel_cache=None, argument
158 isolated=isolated, options=req_options, wheel_cache=wheel_cache
168 wheel_cache=wheel_cache
190 constraint=nested_constraint, wheel_cache=wheel_cache
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/req/
H A Dreq_file.py65 session=None, constraint=False, wheel_cache=None): argument
91 comes_from, options, session, wheel_cache,
111 options=None, session=None, wheel_cache=None, argument
158 isolated=isolated, options=req_options, wheel_cache=wheel_cache
168 wheel_cache=wheel_cache
190 constraint=nested_constraint, wheel_cache=wheel_cache
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/operations/
H A Dfreeze.py23 wheel_cache=None, argument
96 wheel_cache=wheel_cache,
102 wheel_cache=wheel_cache,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/operations/
H A Dfreeze.py23 wheel_cache=None, argument
96 wheel_cache=wheel_cache,
102 wheel_cache=wheel_cache,
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/commands/
H A Dwheel.py119 wheel_cache = WheelCache(options.cache_dir, options.format_control)
132 self.name, wheel_cache
149 wheel_cache=wheel_cache,
163 finder, preparer, wheel_cache,
181 wheel_cache.cleanup()
H A Dfreeze.py77 wheel_cache = WheelCache(options.cache_dir, format_control)
92 wheel_cache=wheel_cache,
101 wheel_cache.cleanup()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/req/
H A Dconstructors.py222 wheel_cache=None, # type: Optional[WheelCache] argument
239 wheel_cache=wheel_cache,
384 wheel_cache=None, # type: Optional[WheelCache] argument
401 wheel_cache=wheel_cache,
411 wheel_cache=None, # type: Optional[WheelCache] argument
434 req, comes_from, isolated=isolated, wheel_cache=wheel_cache,
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/
H A Dwheel_builder.py145 wheel_cache, # type: WheelCache argument
151 cache_available = bool(wheel_cache.cache_dir)
154 cache_dir = wheel_cache.get_path_for_link(req.link)
156 cache_dir = wheel_cache.get_ephem_path_for_link(req.link)
261 wheel_cache, # type: WheelCache argument
283 cache_dir = _get_cache_dir(req, wheel_cache)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/commands/
H A Dwheel.py118 wheel_cache = WheelCache(options.cache_dir, options.format_control)
148 wheel_cache=wheel_cache,
167 wheel_cache=wheel_cache,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/
H A Dwheel_builder.py145 wheel_cache, # type: WheelCache argument
151 cache_available = bool(wheel_cache.cache_dir)
153 cache_dir = wheel_cache.get_path_for_link(req.link)
155 cache_dir = wheel_cache.get_ephem_path_for_link(req.link)
258 wheel_cache, # type: WheelCache argument
280 cache_dir = _get_cache_dir(req, wheel_cache)
/dports/devel/py-requirementslib/requirementslib-1.5.16/src/requirementslib/models/
H A Ddependencies.py371 with _get_wheel_cache() as wheel_cache:
372 matches = wheel_cache.get(ireq.link, name_from_req(ireq.req))
476 def get_dependencies_from_index(dep, sources=None, pip_options=None, wheel_cache=None): argument
492 if not wheel_cache:
493 wheel_cache = stack.enter_context(_get_wheel_cache())
562 def start_resolver(finder=None, session=None, wheel_cache=None): argument
589 if not wheel_cache:
590 wheel_cache = ctx.enter_context(_get_wheel_cache())
591 _ensure_dir(fs_str(os.path.join(wheel_cache.cache_dir, "wheels")))
614 wheel_cache=wheel_cache,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/requirementslib/models/
H A Ddependencies.py371 with _get_wheel_cache() as wheel_cache:
372 matches = wheel_cache.get(ireq.link, name_from_req(ireq.req))
476 def get_dependencies_from_index(dep, sources=None, pip_options=None, wheel_cache=None): argument
492 if not wheel_cache:
493 wheel_cache = stack.enter_context(_get_wheel_cache())
562 def start_resolver(finder=None, session=None, wheel_cache=None): argument
589 if not wheel_cache:
590 wheel_cache = ctx.enter_context(_get_wheel_cache())
591 _ensure_dir(fs_str(os.path.join(wheel_cache.cache_dir, "wheels")))
614 wheel_cache=wheel_cache,

1234