INFO: not using any hashes in /data/userland-archives/hashes for pipenv-2024.0.1.tar.gz (overridden with --hash)
Source /data/userland-archives/pipenv-2024.0.1.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/p/pipenv/pipenv-2024.0.1.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pipenv/pipenv-2024.0.1 to /jenkins/jobs/oi-userland/workspace/components/python/pipenv/build/amd64-3.9
* Getting build dependencies for wheel...
Registered VCS backend: bzr
Registered VCS backend: git
Registered VCS backend: hg
Registered VCS backend: svn
running egg_info
writing pipenv.egg-info/PKG-INFO
writing dependency_links to pipenv.egg-info/dependency_links.txt
writing entry points to pipenv.egg-info/entry_points.txt
writing requirements to pipenv.egg-info/requires.txt
writing top-level names to pipenv.egg-info/top_level.txt
reading manifest file 'pipenv.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.yml'
warning: no files found matching '*.cfg' under directory 'pipenv'
warning: no files found matching '*.c' under directory 'pipenv/vendor'
warning: no files found matching '*.json' under directory 'pipenv'
warning: no files found matching '*.rst' under directory 'docs'
warning: no previously-included files matching '*.pyd' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.so' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.pyc' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.egg-info' found under directory 'tests/test_artifacts'
warning: no previously-included files matching 'PKG-INFO' found under directory 'tests/test_artifacts'
no previously-included directories found matching 'peeps'
no previously-included directories found matching '.azure-pipelines'
no previously-included directories found matching '.github'
no previously-included directories found matching 'pipenv/vendor/importlib_metadata/tests'
no previously-included directories found matching 'pipenv/vendor/importlib_resources/tests'
adding license file 'LICENSE'
adding license file 'NOTICES'
writing manifest file 'pipenv.egg-info/SOURCES.txt'
* Building wheel...
Registered VCS backend: bzr
Registered VCS backend: git
Registered VCS backend: hg
Registered VCS backend: svn
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/docs
copying docs/conf.py -> build/lib/docs
creating build/lib/pipenv
copying pipenv/__main__.py -> build/lib/pipenv
copying pipenv/shells.py -> build/lib/pipenv
copying pipenv/__version__.py -> build/lib/pipenv
copying pipenv/project.py -> build/lib/pipenv
copying pipenv/exceptions.py -> build/lib/pipenv
copying pipenv/cmdparse.py -> build/lib/pipenv
copying pipenv/__init__.py -> build/lib/pipenv
copying pipenv/pep508checker.py -> build/lib/pipenv
copying pipenv/environment.py -> build/lib/pipenv
copying pipenv/resolver.py -> build/lib/pipenv
copying pipenv/installers.py -> build/lib/pipenv
copying pipenv/environments.py -> build/lib/pipenv
copying pipenv/help.py -> build/lib/pipenv
creating build/lib/pipenv/vendor
copying pipenv/vendor/__init__.py -> build/lib/pipenv/vendor
creating build/lib/pipenv/cli
copying pipenv/cli/options.py -> build/lib/pipenv/cli
copying pipenv/cli/__init__.py -> build/lib/pipenv/cli
copying pipenv/cli/command.py -> build/lib/pipenv/cli
creating build/lib/pipenv/utils
copying pipenv/utils/funktools.py -> build/lib/pipenv/utils
copying pipenv/utils/pip.py -> build/lib/pipenv/utils
copying pipenv/utils/requirements.py -> build/lib/pipenv/utils
copying pipenv/utils/locking.py -> build/lib/pipenv/utils
copying pipenv/utils/resolver.py -> build/lib/pipenv/utils
copying pipenv/utils/dependencies.py -> build/lib/pipenv/utils
copying pipenv/utils/__init__.py -> build/lib/pipenv/utils
copying pipenv/utils/constants.py -> build/lib/pipenv/utils
copying pipenv/utils/exceptions.py -> build/lib/pipenv/utils
copying pipenv/utils/indexes.py -> build/lib/pipenv/utils
copying pipenv/utils/environment.py -> build/lib/pipenv/utils
copying pipenv/utils/toml.py -> build/lib/pipenv/utils
copying pipenv/utils/project.py -> build/lib/pipenv/utils
copying pipenv/utils/virtualenv.py -> build/lib/pipenv/utils
copying pipenv/utils/requirementslib.py -> build/lib/pipenv/utils
copying pipenv/utils/pipfile.py -> build/lib/pipenv/utils
copying pipenv/utils/display.py -> build/lib/pipenv/utils
copying pipenv/utils/markers.py -> build/lib/pipenv/utils
copying pipenv/utils/processes.py -> build/lib/pipenv/utils
copying pipenv/utils/internet.py -> build/lib/pipenv/utils
copying pipenv/utils/fileutils.py -> build/lib/pipenv/utils
copying pipenv/utils/shell.py -> build/lib/pipenv/utils
creating build/lib/pipenv/patched
copying pipenv/patched/__init__.py -> build/lib/pipenv/patched
creating build/lib/pipenv/routines
copying pipenv/routines/clear.py -> build/lib/pipenv/routines
copying pipenv/routines/install.py -> build/lib/pipenv/routines
copying pipenv/routines/shell.py -> build/lib/pipenv/routines
copying pipenv/routines/sync.py -> build/lib/pipenv/routines
copying pipenv/routines/lock.py -> build/lib/pipenv/routines
copying pipenv/routines/requirements.py -> build/lib/pipenv/routines
copying pipenv/routines/__init__.py -> build/lib/pipenv/routines
copying pipenv/routines/update.py -> build/lib/pipenv/routines
copying pipenv/routines/check.py -> build/lib/pipenv/routines
copying pipenv/routines/outdated.py -> build/lib/pipenv/routines
copying pipenv/routines/clean.py -> build/lib/pipenv/routines
copying pipenv/routines/graph.py -> build/lib/pipenv/routines
copying pipenv/routines/uninstall.py -> build/lib/pipenv/routines
creating build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/pythonfinder/utils.py -> build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/pythonfinder/exceptions.py -> build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/pythonfinder/pythonfinder.py -> build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/pythonfinder/__init__.py -> build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/pythonfinder/environment.py -> build/lib/pipenv/vendor/pythonfinder
creating build/lib/pipenv/vendor/shellingham
copying pipenv/vendor/shellingham/__init__.py -> build/lib/pipenv/vendor/shellingham
copying pipenv/vendor/shellingham/_core.py -> build/lib/pipenv/vendor/shellingham
copying pipenv/vendor/shellingham/nt.py -> build/lib/pipenv/vendor/shellingham
creating build/lib/pipenv/vendor/click_didyoumean
copying pipenv/vendor/click_didyoumean/__init__.py -> build/lib/pipenv/vendor/click_didyoumean
creating build/lib/pipenv/vendor/zipp
copying pipenv/vendor/zipp/glob.py -> build/lib/pipenv/vendor/zipp
copying pipenv/vendor/zipp/__init__.py -> build/lib/pipenv/vendor/zipp
creating build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_text.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_compat.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/diagnose.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_collections.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/__init__.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_meta.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_functools.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_adapters.py -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/_itertools.py -> build/lib/pipenv/vendor/importlib_metadata
creating build/lib/pipenv/vendor/ptyprocess
copying pipenv/vendor/ptyprocess/util.py -> build/lib/pipenv/vendor/ptyprocess
copying pipenv/vendor/ptyprocess/__init__.py -> build/lib/pipenv/vendor/ptyprocess
copying pipenv/vendor/ptyprocess/_fork_pty.py -> build/lib/pipenv/vendor/ptyprocess
copying pipenv/vendor/ptyprocess/ptyprocess.py -> build/lib/pipenv/vendor/ptyprocess
creating build/lib/pipenv/vendor/plette
copying pipenv/vendor/plette/lockfiles.py -> build/lib/pipenv/vendor/plette
copying pipenv/vendor/plette/__init__.py -> build/lib/pipenv/vendor/plette
copying pipenv/vendor/plette/pipfiles.py -> build/lib/pipenv/vendor/plette
creating build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/pty_spawn.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/_async_pre_await.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/_async.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/replwrap.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/FSM.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/screen.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/ANSI.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/exceptions.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/run.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/utils.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/fdpexpect.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/socket_pexpect.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/spawnbase.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/popen_spawn.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/pxssh.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/expect.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/_async_w_await.py -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/pexpect/__init__.py -> build/lib/pipenv/vendor/pexpect
creating build/lib/pipenv/vendor/click
copying pipenv/vendor/click/decorators.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/testing.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/exceptions.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/utils.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/_termui_impl.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/__init__.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/_textwrap.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/globals.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/shell_completion.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/parser.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/formatting.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/core.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/types.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/termui.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/_winconsole.py -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/_compat.py -> build/lib/pipenv/vendor/click
creating build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/winterm.py -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/__init__.py -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/win32.py -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/ansi.py -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/ansitowin32.py -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/colorama/initialise.py -> build/lib/pipenv/vendor/colorama
creating build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/__main__.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/version.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/_cli.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/_discovery.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/__init__.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/_validate.py -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/_adapter.py -> build/lib/pipenv/vendor/pipdeptree
creating build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/items.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/exceptions.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/parser.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/_utils.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/toml_document.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/__init__.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/_types.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/api.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/toml_file.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/toml_char.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/source.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/container.py -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/_compat.py -> build/lib/pipenv/vendor/tomlkit
creating build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/updater.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/parser.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/dependencies.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/regex.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/__init__.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/errors.py -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/dparse/filetypes.py -> build/lib/pipenv/vendor/dparse
creating build/lib/pipenv/vendor/tomli
copying pipenv/vendor/tomli/_re.py -> build/lib/pipenv/vendor/tomli
copying pipenv/vendor/tomli/_types.py -> build/lib/pipenv/vendor/tomli
copying pipenv/vendor/tomli/__init__.py -> build/lib/pipenv/vendor/tomli
copying pipenv/vendor/tomli/_parser.py -> build/lib/pipenv/vendor/tomli
creating build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/version.py -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/parser.py -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/variables.py -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/ipython.py -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/main.py -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/__init__.py -> build/lib/pipenv/vendor/dotenv
creating build/lib/pipenv/vendor/ruamel
copying pipenv/vendor/ruamel/__init__.py -> build/lib/pipenv/vendor/ruamel
creating build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_tokenizer.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/utils.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_manylinux.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_structures.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_musllinux.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/tags.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/requirements.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_elffile.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/_parser.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/metadata.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/__init__.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/markers.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/specifiers.py -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/version.py -> build/lib/pipenv/vendor/packaging
creating build/lib/pipenv/vendor/pythonfinder/models
copying pipenv/vendor/pythonfinder/models/__init__.py -> build/lib/pipenv/vendor/pythonfinder/models
copying pipenv/vendor/pythonfinder/models/path.py -> build/lib/pipenv/vendor/pythonfinder/models
copying pipenv/vendor/pythonfinder/models/python.py -> build/lib/pipenv/vendor/pythonfinder/models
copying pipenv/vendor/pythonfinder/models/mixins.py -> build/lib/pipenv/vendor/pythonfinder/models
creating build/lib/pipenv/vendor/shellingham/posix
copying pipenv/vendor/shellingham/posix/ps.py -> build/lib/pipenv/vendor/shellingham/posix
copying pipenv/vendor/shellingham/posix/__init__.py -> build/lib/pipenv/vendor/shellingham/posix
copying pipenv/vendor/shellingham/posix/proc.py -> build/lib/pipenv/vendor/shellingham/posix
copying pipenv/vendor/shellingham/posix/_core.py -> build/lib/pipenv/vendor/shellingham/posix
creating build/lib/pipenv/vendor/zipp/compat
copying pipenv/vendor/zipp/compat/py310.py -> build/lib/pipenv/vendor/zipp/compat
copying pipenv/vendor/zipp/compat/__init__.py -> build/lib/pipenv/vendor/zipp/compat
creating build/lib/pipenv/vendor/importlib_metadata/compat
copying pipenv/vendor/importlib_metadata/compat/__init__.py -> build/lib/pipenv/vendor/importlib_metadata/compat
copying pipenv/vendor/importlib_metadata/compat/py39.py -> build/lib/pipenv/vendor/importlib_metadata/compat
creating build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/packages.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/base.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/sections.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/scripts.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/sources.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/__init__.py -> build/lib/pipenv/vendor/plette/models
copying pipenv/vendor/plette/models/hashes.py -> build/lib/pipenv/vendor/plette/models
creating build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/graphviz.py -> build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/__init__.py -> build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/json_tree.py -> build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/mermaid.py -> build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/text.py -> build/lib/pipenv/vendor/pipdeptree/_render
copying pipenv/vendor/pipdeptree/_render/json.py -> build/lib/pipenv/vendor/pipdeptree/_render
creating build/lib/pipenv/vendor/pipdeptree/_models
copying pipenv/vendor/pipdeptree/_models/dag.py -> build/lib/pipenv/vendor/pipdeptree/_models
copying pipenv/vendor/pipdeptree/_models/package.py -> build/lib/pipenv/vendor/pipdeptree/_models
copying pipenv/vendor/pipdeptree/_models/__init__.py -> build/lib/pipenv/vendor/pipdeptree/_models
creating build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/comments.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/serializer.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/parser.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/scalarfloat.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/util.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/main.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/error.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/cyaml.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/scanner.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/scalarbool.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/constructor.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/tag.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/anchor.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/events.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/tokens.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/configobjwalker.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/loader.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/composer.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/representer.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/__init__.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/scalarint.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/timestamp.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/scalarstring.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/reader.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/compat.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/resolver.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/nodes.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/docinfo.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/dumper.py -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/vendor/ruamel/yaml/emitter.py -> build/lib/pipenv/vendor/ruamel/yaml
creating build/lib/pipenv/patched/pip
copying pipenv/patched/pip/__main__.py -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/__pip-runner__.py -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/__init__.py -> build/lib/pipenv/patched/pip
creating build/lib/pipenv/patched/safety
copying pipenv/patched/safety/output_utils.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/errors.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/util.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/cli.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/__init__.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/constants.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/models.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/safety.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/formatter.py -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/__main__.py -> build/lib/pipenv/patched/safety
creating build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/__init__.py -> build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/typing_extensions.py -> build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/six.py -> build/lib/pipenv/patched/pip/_vendor
creating build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/configuration.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/main.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/self_outdated_check.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/wheel_builder.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/cache.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/exceptions.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/__init__.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/pyproject.py -> build/lib/pipenv/patched/pip/_internal
copying pipenv/patched/pip/_internal/build_env.py -> build/lib/pipenv/patched/pip/_internal
creating build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/reporters.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/structs.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/providers.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/__init__.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/resolvers.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib
creating build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/_ssl_constants.py -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/_api.py -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/_windows.py -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/__init__.py -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/_openssl.py -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/_macos.py -> build/lib/pipenv/patched/pip/_vendor/truststore
creating build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/specifiers.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/_musllinux.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/__about__.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/requirements.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/__init__.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/markers.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/_manylinux.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/version.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/utils.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/_structures.py -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/tags.py -> build/lib/pipenv/patched/pip/_vendor/packaging
creating build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/webencodings/tests.py -> build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/webencodings/labels.py -> build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/webencodings/x_user_defined.py -> build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/webencodings/mklabels.py -> build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/webencodings/__init__.py -> build/lib/pipenv/patched/pip/_vendor/webencodings
creating build/lib/pipenv/patched/pip/_vendor/pyproject_hooks
copying pipenv/patched/pip/_vendor/pyproject_hooks/_compat.py -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks
copying pipenv/patched/pip/_vendor/pyproject_hooks/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks
copying pipenv/patched/pip/_vendor/pyproject_hooks/_impl.py -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks
creating build/lib/pipenv/patched/pip/_vendor/msgpack
copying pipenv/patched/pip/_vendor/msgpack/exceptions.py -> build/lib/pipenv/patched/pip/_vendor/msgpack
copying pipenv/patched/pip/_vendor/msgpack/ext.py -> build/lib/pipenv/patched/pip/_vendor/msgpack
copying pipenv/patched/pip/_vendor/msgpack/fallback.py -> build/lib/pipenv/patched/pip/_vendor/msgpack
copying pipenv/patched/pip/_vendor/msgpack/__init__.py -> build/lib/pipenv/patched/pip/_vendor/msgpack
creating build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/api.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/__version__.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/hooks.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/structures.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/adapters.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/utils.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/help.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/models.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/certs.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/_internal_utils.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/packages.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/auth.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/sessions.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/__init__.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/cookies.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/compat.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/status_codes.py -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/requests/exceptions.py -> build/lib/pipenv/patched/pip/_vendor/requests
creating build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/actions.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/core.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/common.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/util.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/unicode.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/helpers.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/results.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/testing.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/exceptions.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing
creating build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/compat.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/locators.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/version.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/wheel.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/markers.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/resources.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/database.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/__init__.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/metadata.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/manifest.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/scripts.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/index.py -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/util.py -> build/lib/pipenv/patched/pip/_vendor/distlib
creating build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/before_sleep.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/_asyncio.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/stop.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/nap.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/after.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/before.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/__init__.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/_utils.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/wait.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/retry.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/tornadoweb.py -> build/lib/pipenv/patched/pip/_vendor/tenacity
creating build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/abc.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/scope.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/text.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/palette.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/color_triplet.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_timer.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_extension.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/__main__.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/constrain.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/bar.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_palettes.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_win32_console.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/layout.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_log_render.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/protocol.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/segment.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/panel.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/console.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/status.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/logging.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/prompt.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_export_format.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/filesize.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/emoji.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/align.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/traceback.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/json.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_windows.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/region.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/diagnose.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/live.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_ratio.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/__init__.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/rule.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/terminal_theme.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_emoji_codes.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_inspect.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/screen.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/default_styles.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/measure.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/pager.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_fileno.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/progress_bar.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_loop.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/columns.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/errors.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/table.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/spinner.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/highlighter.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_windows_renderer.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/ansi.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/control.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/file_proxy.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/padding.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/box.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_emoji_replace.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/repr.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/markup.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_stack.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/jupyter.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/themes.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_null_file.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_wrap.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/cells.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/syntax.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_pick.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/color.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_cell_widths.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/styled.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/style.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/progress.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/tree.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/pretty.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/theme.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/containers.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/_spinners.py -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/live_render.py -> build/lib/pipenv/patched/pip/_vendor/rich
creating build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/codec.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/uts46data.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/__init__.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/compat.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/intranges.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/package_data.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/core.py -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/idnadata.py -> build/lib/pipenv/patched/pip/_vendor/idna
creating build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/lexer.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/modeline.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/formatter.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/cmdline.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/unistring.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/style.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/scanner.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/plugin.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/sphinxext.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/filter.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/util.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/token.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/console.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/regexopt.py -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/pygments/__main__.py -> build/lib/pipenv/patched/pip/_vendor/pygments
creating build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/certifi/__init__.py -> build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/certifi/core.py -> build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/certifi/__main__.py -> build/lib/pipenv/patched/pip/_vendor/certifi
creating build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/initialise.py -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/ansi.py -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/__init__.py -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/ansitowin32.py -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/win32.py -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/colorama/winterm.py -> build/lib/pipenv/patched/pip/_vendor/colorama
creating build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/tomli/__init__.py -> build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/tomli/_re.py -> build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/tomli/_types.py -> build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/tomli/_parser.py -> build/lib/pipenv/patched/pip/_vendor/tomli
creating build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/jpcntx.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/mbcssm.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langthaimodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langhebrewmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/sjisprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/codingstatemachinedict.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/charsetprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/eucjpprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/chardistribution.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langgreekmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/johabfreq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/big5prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/gb2312prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/gb2312freq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langbulgarianmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/sbcharsetprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/utf1632prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/big5freq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/mbcharsetprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/version.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langhungarianmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/euctwfreq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/macromanprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/euckrprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/johabprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/sbcsgroupprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/utf8prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/codingstatemachine.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/charsetgroupprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/hebrewprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/cp949prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/euckrfreq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/mbcsgroupprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/universaldetector.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/__init__.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/escsm.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/enums.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langrussianmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/latin1prober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/resultdict.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/langturkishmodel.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/jisfreq.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/euctwprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/escprober.py -> build/lib/pipenv/patched/pip/_vendor/chardet
creating build/lib/pipenv/patched/pip/_vendor/pkg_resources
copying pipenv/patched/pip/_vendor/pkg_resources/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pkg_resources
creating build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/controller.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/wrapper.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/adapter.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/heuristics.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/serialize.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/cache.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/_cmd.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/__init__.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/filewrapper.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
creating build/lib/pipenv/patched/pip/_vendor/distro
copying pipenv/patched/pip/_vendor/distro/__main__.py -> build/lib/pipenv/patched/pip/_vendor/distro
copying pipenv/patched/pip/_vendor/distro/distro.py -> build/lib/pipenv/patched/pip/_vendor/distro
copying pipenv/patched/pip/_vendor/distro/__init__.py -> build/lib/pipenv/patched/pip/_vendor/distro
creating build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/exceptions.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/connectionpool.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/request.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/connection.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/poolmanager.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/_version.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/filepost.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/fields.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/response.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/_collections.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/urllib3/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3
creating build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/macos.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/windows.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/unix.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/__main__.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/api.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/version.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/android.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/__init__.py -> build/lib/pipenv/patched/pip/_vendor/platformdirs
creating build/lib/pipenv/patched/pip/_vendor/resolvelib/compat
copying pipenv/patched/pip/_vendor/resolvelib/compat/collections_abc.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib/compat
copying pipenv/patched/pip/_vendor/resolvelib/compat/__init__.py -> build/lib/pipenv/patched/pip/_vendor/resolvelib/compat
creating build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
copying pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
copying pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/_in_process.py -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
creating build/lib/pipenv/patched/pip/_vendor/pyparsing/diagram
copying pipenv/patched/pip/_vendor/pyparsing/diagram/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pyparsing/diagram
creating build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/irc.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/_mapping.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/svg.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/terminal256.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/latex.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/img.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/pangomarkup.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/html.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/groff.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/bbcode.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/rtf.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/terminal.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
copying pipenv/patched/pip/_vendor/pygments/formatters/other.py -> build/lib/pipenv/patched/pip/_vendor/pygments/formatters
creating build/lib/pipenv/patched/pip/_vendor/pygments/styles
copying pipenv/patched/pip/_vendor/pygments/styles/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pygments/styles
creating build/lib/pipenv/patched/pip/_vendor/pygments/filters
copying pipenv/patched/pip/_vendor/pygments/filters/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pygments/filters
creating build/lib/pipenv/patched/pip/_vendor/pygments/lexers
copying pipenv/patched/pip/_vendor/pygments/lexers/__init__.py -> build/lib/pipenv/patched/pip/_vendor/pygments/lexers
copying pipenv/patched/pip/_vendor/pygments/lexers/_mapping.py -> build/lib/pipenv/patched/pip/_vendor/pygments/lexers
copying pipenv/patched/pip/_vendor/pygments/lexers/python.py -> build/lib/pipenv/patched/pip/_vendor/pygments/lexers
creating build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/__init__.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/utils.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/ansitowin32_test.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/ansi_test.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/isatty_test.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/winterm_test.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
copying pipenv/patched/pip/_vendor/colorama/tests/initialise_test.py -> build/lib/pipenv/patched/pip/_vendor/colorama/tests
creating build/lib/pipenv/patched/pip/_vendor/chardet/cli
copying pipenv/patched/pip/_vendor/chardet/cli/chardetect.py -> build/lib/pipenv/patched/pip/_vendor/chardet/cli
copying pipenv/patched/pip/_vendor/chardet/cli/__init__.py -> build/lib/pipenv/patched/pip/_vendor/chardet/cli
creating build/lib/pipenv/patched/pip/_vendor/chardet/metadata
copying pipenv/patched/pip/_vendor/chardet/metadata/languages.py -> build/lib/pipenv/patched/pip/_vendor/chardet/metadata
copying pipenv/patched/pip/_vendor/chardet/metadata/__init__.py -> build/lib/pipenv/patched/pip/_vendor/chardet/metadata
creating build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches
copying pipenv/patched/pip/_vendor/cachecontrol/caches/file_cache.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches
copying pipenv/patched/pip/_vendor/cachecontrol/caches/redis_cache.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches
copying pipenv/patched/pip/_vendor/cachecontrol/caches/__init__.py -> build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches
creating build/lib/pipenv/patched/pip/_vendor/urllib3/packages
copying pipenv/patched/pip/_vendor/urllib3/packages/six.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/packages
copying pipenv/patched/pip/_vendor/urllib3/packages/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/packages
creating build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/timeout.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/response.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/ssltransport.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/request.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/ssl_.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/ssl_match_hostname.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/queue.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/proxy.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/url.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/connection.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/wait.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
copying pipenv/patched/pip/_vendor/urllib3/util/retry.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/util
creating build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/appengine.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/ntlmpool.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/_appengine_environ.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/pyopenssl.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/socks.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/securetransport.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
copying pipenv/patched/pip/_vendor/urllib3/contrib/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib
creating build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying pipenv/patched/pip/_vendor/urllib3/packages/backports/weakref_finalize.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying pipenv/patched/pip/_vendor/urllib3/packages/backports/makefile.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying pipenv/patched/pip/_vendor/urllib3/packages/backports/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports
creating build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/bindings.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/__init__.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/low_level.py -> build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
creating build/lib/pipenv/patched/pip/_internal/locations
copying pipenv/patched/pip/_internal/locations/base.py -> build/lib/pipenv/patched/pip/_internal/locations
copying pipenv/patched/pip/_internal/locations/__init__.py -> build/lib/pipenv/patched/pip/_internal/locations
copying pipenv/patched/pip/_internal/locations/_distutils.py -> build/lib/pipenv/patched/pip/_internal/locations
copying pipenv/patched/pip/_internal/locations/_sysconfig.py -> build/lib/pipenv/patched/pip/_internal/locations
creating build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/candidate.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/wheel.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/search_scope.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/__init__.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/target_python.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/link.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/scheme.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/format_control.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/selection_prefs.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/installation_report.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/direct_url.py -> build/lib/pipenv/patched/pip/_internal/models
copying pipenv/patched/pip/_internal/models/index.py -> build/lib/pipenv/patched/pip/_internal/models
creating build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/constructors.py -> build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/__init__.py -> build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/req_install.py -> build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/req_file.py -> build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/req_set.py -> build/lib/pipenv/patched/pip/_internal/req
copying pipenv/patched/pip/_internal/req/req_uninstall.py -> build/lib/pipenv/patched/pip/_internal/req
creating build/lib/pipenv/patched/pip/_internal/index
copying pipenv/patched/pip/_internal/index/__init__.py -> build/lib/pipenv/patched/pip/_internal/index
copying pipenv/patched/pip/_internal/index/sources.py -> build/lib/pipenv/patched/pip/_internal/index
copying pipenv/patched/pip/_internal/index/collector.py -> build/lib/pipenv/patched/pip/_internal/index
copying pipenv/patched/pip/_internal/index/package_finder.py -> build/lib/pipenv/patched/pip/_internal/index
creating build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/command_context.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/req_command.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/spinners.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/main_parser.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/progress_bars.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/base_command.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/main.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/__init__.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/autocompletion.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/cmdoptions.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/parser.py -> build/lib/pipenv/patched/pip/_internal/cli
copying pipenv/patched/pip/_internal/cli/status_codes.py -> build/lib/pipenv/patched/pip/_internal/cli
creating build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/install.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/show.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/wheel.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/__init__.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/download.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/inspect.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/configuration.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/list.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/debug.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/search.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/freeze.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/uninstall.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/help.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/cache.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/completion.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/check.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/hash.py -> build/lib/pipenv/patched/pip/_internal/commands
copying pipenv/patched/pip/_internal/commands/index.py -> build/lib/pipenv/patched/pip/_internal/commands
creating build/lib/pipenv/patched/pip/_internal/resolution
copying pipenv/patched/pip/_internal/resolution/__init__.py -> build/lib/pipenv/patched/pip/_internal/resolution
copying pipenv/patched/pip/_internal/resolution/base.py -> build/lib/pipenv/patched/pip/_internal/resolution
creating build/lib/pipenv/patched/pip/_internal/distributions
copying pipenv/patched/pip/_internal/distributions/wheel.py -> build/lib/pipenv/patched/pip/_internal/distributions
copying pipenv/patched/pip/_internal/distributions/installed.py -> build/lib/pipenv/patched/pip/_internal/distributions
copying pipenv/patched/pip/_internal/distributions/sdist.py -> build/lib/pipenv/patched/pip/_internal/distributions
copying pipenv/patched/pip/_internal/distributions/base.py -> build/lib/pipenv/patched/pip/_internal/distributions
copying pipenv/patched/pip/_internal/distributions/__init__.py -> build/lib/pipenv/patched/pip/_internal/distributions
creating build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/versioncontrol.py -> build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/mercurial.py -> build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/git.py -> build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/bazaar.py -> build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/subversion.py -> build/lib/pipenv/patched/pip/_internal/vcs
copying pipenv/patched/pip/_internal/vcs/__init__.py -> build/lib/pipenv/patched/pip/_internal/vcs
creating build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/cache.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/auth.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/download.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/xmlrpc.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/__init__.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/lazy_wheel.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/session.py -> build/lib/pipenv/patched/pip/_internal/network
copying pipenv/patched/pip/_internal/network/utils.py -> build/lib/pipenv/patched/pip/_internal/network
creating build/lib/pipenv/patched/pip/_internal/metadata
copying pipenv/patched/pip/_internal/metadata/pkg_resources.py -> build/lib/pipenv/patched/pip/_internal/metadata
copying pipenv/patched/pip/_internal/metadata/__init__.py -> build/lib/pipenv/patched/pip/_internal/metadata
copying pipenv/patched/pip/_internal/metadata/base.py -> build/lib/pipenv/patched/pip/_internal/metadata
copying pipenv/patched/pip/_internal/metadata/_json.py -> build/lib/pipenv/patched/pip/_internal/metadata
creating build/lib/pipenv/patched/pip/_internal/operations
copying pipenv/patched/pip/_internal/operations/freeze.py -> build/lib/pipenv/patched/pip/_internal/operations
copying pipenv/patched/pip/_internal/operations/check.py -> build/lib/pipenv/patched/pip/_internal/operations
copying pipenv/patched/pip/_internal/operations/__init__.py -> build/lib/pipenv/patched/pip/_internal/operations
copying pipenv/patched/pip/_internal/operations/prepare.py -> build/lib/pipenv/patched/pip/_internal/operations
creating build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/wheel.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/urls.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/_log.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/direct_url_helpers.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/hashes.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/logging.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/temp_dir.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/entrypoints.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/compat.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/filetypes.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/appdirs.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/misc.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/__init__.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/encoding.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/filesystem.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/egg_link.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/compatibility_tags.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/models.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/subprocess.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/setuptools_build.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/glibc.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/packaging.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/virtualenv.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/deprecation.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/_jaraco_text.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/datetime.py -> build/lib/pipenv/patched/pip/_internal/utils
copying pipenv/patched/pip/_internal/utils/unpacking.py -> build/lib/pipenv/patched/pip/_internal/utils
creating build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/resolver.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/factory.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/__init__.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/provider.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/base.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/reporter.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
copying pipenv/patched/pip/_internal/resolution/resolvelib/requirements.py -> build/lib/pipenv/patched/pip/_internal/resolution/resolvelib
creating build/lib/pipenv/patched/pip/_internal/resolution/legacy
copying pipenv/patched/pip/_internal/resolution/legacy/resolver.py -> build/lib/pipenv/patched/pip/_internal/resolution/legacy
copying pipenv/patched/pip/_internal/resolution/legacy/__init__.py -> build/lib/pipenv/patched/pip/_internal/resolution/legacy
creating build/lib/pipenv/patched/pip/_internal/metadata/importlib
copying pipenv/patched/pip/_internal/metadata/importlib/_dists.py -> build/lib/pipenv/patched/pip/_internal/metadata/importlib
copying pipenv/patched/pip/_internal/metadata/importlib/__init__.py -> build/lib/pipenv/patched/pip/_internal/metadata/importlib
copying pipenv/patched/pip/_internal/metadata/importlib/_compat.py -> build/lib/pipenv/patched/pip/_internal/metadata/importlib
copying pipenv/patched/pip/_internal/metadata/importlib/_envs.py -> build/lib/pipenv/patched/pip/_internal/metadata/importlib
creating build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/wheel.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/metadata_legacy.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/build_tracker.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/metadata.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/wheel_legacy.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/wheel_editable.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/metadata_editable.py -> build/lib/pipenv/patched/pip/_internal/operations/build
copying pipenv/patched/pip/_internal/operations/build/__init__.py -> build/lib/pipenv/patched/pip/_internal/operations/build
creating build/lib/pipenv/patched/pip/_internal/operations/install
copying pipenv/patched/pip/_internal/operations/install/__init__.py -> build/lib/pipenv/patched/pip/_internal/operations/install
copying pipenv/patched/pip/_internal/operations/install/editable_legacy.py -> build/lib/pipenv/patched/pip/_internal/operations/install
copying pipenv/patched/pip/_internal/operations/install/wheel.py -> build/lib/pipenv/patched/pip/_internal/operations/install
creating build/lib/pipenv/patched/safety/formatters
copying pipenv/patched/safety/formatters/bare.py -> build/lib/pipenv/patched/safety/formatters
copying pipenv/patched/safety/formatters/text.py -> build/lib/pipenv/patched/safety/formatters
copying pipenv/patched/safety/formatters/json.py -> build/lib/pipenv/patched/safety/formatters
copying pipenv/patched/safety/formatters/__init__.py -> build/lib/pipenv/patched/safety/formatters
copying pipenv/patched/safety/formatters/screen.py -> build/lib/pipenv/patched/safety/formatters
creating build/lib/pipenv/patched/safety/alerts
copying pipenv/patched/safety/alerts/utils.py -> build/lib/pipenv/patched/safety/alerts
copying pipenv/patched/safety/alerts/requirements.py -> build/lib/pipenv/patched/safety/alerts
copying pipenv/patched/safety/alerts/__init__.py -> build/lib/pipenv/patched/safety/alerts
copying pipenv/patched/safety/alerts/github.py -> build/lib/pipenv/patched/safety/alerts
running egg_info
writing pipenv.egg-info/PKG-INFO
writing dependency_links to pipenv.egg-info/dependency_links.txt
writing entry points to pipenv.egg-info/entry_points.txt
writing requirements to pipenv.egg-info/requires.txt
writing top-level names to pipenv.egg-info/top_level.txt
reading manifest file 'pipenv.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.yml'
warning: no files found matching '*.cfg' under directory 'pipenv'
warning: no files found matching '*.c' under directory 'pipenv/vendor'
warning: no files found matching '*.json' under directory 'pipenv'
warning: no files found matching '*.rst' under directory 'docs'
warning: no previously-included files matching '*.pyd' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.so' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.pyc' found under directory 'tests/test_artifacts'
warning: no previously-included files matching '*.egg-info' found under directory 'tests/test_artifacts'
warning: no previously-included files matching 'PKG-INFO' found under directory 'tests/test_artifacts'
no previously-included directories found matching 'peeps'
no previously-included directories found matching '.azure-pipelines'
no previously-included directories found matching '.github'
no previously-included directories found matching 'pipenv/vendor/importlib_metadata/tests'
no previously-included directories found matching 'pipenv/vendor/importlib_resources/tests'
adding license file 'LICENSE'
adding license file 'NOTICES'
writing manifest file 'pipenv.egg-info/SOURCES.txt'
copying docs/Makefile -> build/lib/docs
copying docs/make.bat -> build/lib/docs
creating build/lib/examples
copying examples/Pipfile -> build/lib/examples
copying examples/Pipfile.lock -> build/lib/examples
copying pipenv/pipenv.1 -> build/lib/pipenv
creating build/lib/docs/_templates
copying docs/_templates/hacks.html -> build/lib/docs/_templates
copying docs/_templates/sidebarlogo.html -> build/lib/docs/_templates
creating build/lib/docs/_static
copying docs/_static/custom.css -> build/lib/docs/_static
copying docs/_static/konami.js -> build/lib/docs/_static
copying docs/_static/pipenv.png -> build/lib/docs/_static
copying pipenv/vendor/Makefile -> build/lib/pipenv/vendor
copying pipenv/vendor/README.md -> build/lib/pipenv/vendor
copying pipenv/vendor/ruamel.yaml.LICENSE -> build/lib/pipenv/vendor
copying pipenv/vendor/vendor.txt -> build/lib/pipenv/vendor
copying pipenv/patched/README.md -> build/lib/pipenv/patched
copying pipenv/patched/patched.txt -> build/lib/pipenv/patched
copying pipenv/vendor/pythonfinder/LICENSE.txt -> build/lib/pipenv/vendor/pythonfinder
copying pipenv/vendor/shellingham/LICENSE -> build/lib/pipenv/vendor/shellingham
copying pipenv/vendor/click_didyoumean/LICENSE -> build/lib/pipenv/vendor/click_didyoumean
copying pipenv/vendor/zipp/LICENSE -> build/lib/pipenv/vendor/zipp
copying pipenv/vendor/importlib_metadata/LICENSE -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/importlib_metadata/py.typed -> build/lib/pipenv/vendor/importlib_metadata
copying pipenv/vendor/ptyprocess/LICENSE -> build/lib/pipenv/vendor/ptyprocess
copying pipenv/vendor/plette/LICENSE -> build/lib/pipenv/vendor/plette
copying pipenv/vendor/pexpect/LICENSE -> build/lib/pipenv/vendor/pexpect
copying pipenv/vendor/click/LICENSE.rst -> build/lib/pipenv/vendor/click
copying pipenv/vendor/click/py.typed -> build/lib/pipenv/vendor/click
copying pipenv/vendor/colorama/LICENSE.txt -> build/lib/pipenv/vendor/colorama
copying pipenv/vendor/pipdeptree/LICENSE -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/pipdeptree/py.typed -> build/lib/pipenv/vendor/pipdeptree
copying pipenv/vendor/tomlkit/LICENSE -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/tomlkit/py.typed -> build/lib/pipenv/vendor/tomlkit
copying pipenv/vendor/dparse/LICENSE -> build/lib/pipenv/vendor/dparse
copying pipenv/vendor/tomli/LICENSE -> build/lib/pipenv/vendor/tomli
copying pipenv/vendor/tomli/py.typed -> build/lib/pipenv/vendor/tomli
copying pipenv/vendor/dotenv/LICENSE -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/dotenv/py.typed -> build/lib/pipenv/vendor/dotenv
copying pipenv/vendor/packaging/LICENSE -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/LICENSE.APACHE -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/LICENSE.BSD -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/packaging/py.typed -> build/lib/pipenv/vendor/packaging
copying pipenv/vendor/ruamel/yaml/py.typed -> build/lib/pipenv/vendor/ruamel/yaml
copying pipenv/patched/pip/COPYING -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/LICENSE -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/LICENSE.APACHE -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/LICENSE.BSD -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/LICENSE.md -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/LICENSE.txt -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/py.typed -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/six.LICENSE -> build/lib/pipenv/patched/pip
copying pipenv/patched/pip/typing_extensions.LICENSE -> build/lib/pipenv/patched/pip
copying pipenv/patched/safety/LICENSE -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/VERSION -> build/lib/pipenv/patched/safety
copying pipenv/patched/safety/safety-policy-template.yml -> build/lib/pipenv/patched/safety
copying pipenv/patched/pip/_vendor/six.LICENSE -> build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/typing_extensions.LICENSE -> build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/vendor.txt -> build/lib/pipenv/patched/pip/_vendor
copying pipenv/patched/pip/_vendor/resolvelib/LICENSE -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/resolvelib/py.typed -> build/lib/pipenv/patched/pip/_vendor/resolvelib
copying pipenv/patched/pip/_vendor/truststore/LICENSE -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/truststore/py.typed -> build/lib/pipenv/patched/pip/_vendor/truststore
copying pipenv/patched/pip/_vendor/packaging/LICENSE -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/LICENSE.APACHE -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/LICENSE.BSD -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/packaging/py.typed -> build/lib/pipenv/patched/pip/_vendor/packaging
copying pipenv/patched/pip/_vendor/webencodings/LICENSE -> build/lib/pipenv/patched/pip/_vendor/webencodings
copying pipenv/patched/pip/_vendor/pyproject_hooks/LICENSE -> build/lib/pipenv/patched/pip/_vendor/pyproject_hooks
copying pipenv/patched/pip/_vendor/msgpack/COPYING -> build/lib/pipenv/patched/pip/_vendor/msgpack
copying pipenv/patched/pip/_vendor/requests/LICENSE -> build/lib/pipenv/patched/pip/_vendor/requests
copying pipenv/patched/pip/_vendor/pyparsing/LICENSE -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/pyparsing/py.typed -> build/lib/pipenv/patched/pip/_vendor/pyparsing
copying pipenv/patched/pip/_vendor/distlib/LICENSE.txt -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/t32.exe -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/t64.exe -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/w32.exe -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/distlib/w64.exe -> build/lib/pipenv/patched/pip/_vendor/distlib
copying pipenv/patched/pip/_vendor/tenacity/LICENSE -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/tenacity/py.typed -> build/lib/pipenv/patched/pip/_vendor/tenacity
copying pipenv/patched/pip/_vendor/rich/LICENSE -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/rich/py.typed -> build/lib/pipenv/patched/pip/_vendor/rich
copying pipenv/patched/pip/_vendor/idna/LICENSE.md -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/idna/py.typed -> build/lib/pipenv/patched/pip/_vendor/idna
copying pipenv/patched/pip/_vendor/pygments/LICENSE -> build/lib/pipenv/patched/pip/_vendor/pygments
copying pipenv/patched/pip/_vendor/certifi/LICENSE -> build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/certifi/cacert.pem -> build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/certifi/py.typed -> build/lib/pipenv/patched/pip/_vendor/certifi
copying pipenv/patched/pip/_vendor/colorama/LICENSE.txt -> build/lib/pipenv/patched/pip/_vendor/colorama
copying pipenv/patched/pip/_vendor/tomli/LICENSE -> build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/tomli/py.typed -> build/lib/pipenv/patched/pip/_vendor/tomli
copying pipenv/patched/pip/_vendor/chardet/LICENSE -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/chardet/py.typed -> build/lib/pipenv/patched/pip/_vendor/chardet
copying pipenv/patched/pip/_vendor/pkg_resources/LICENSE -> build/lib/pipenv/patched/pip/_vendor/pkg_resources
copying pipenv/patched/pip/_vendor/cachecontrol/LICENSE.txt -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/cachecontrol/py.typed -> build/lib/pipenv/patched/pip/_vendor/cachecontrol
copying pipenv/patched/pip/_vendor/distro/LICENSE -> build/lib/pipenv/patched/pip/_vendor/distro
copying pipenv/patched/pip/_vendor/distro/py.typed -> build/lib/pipenv/patched/pip/_vendor/distro
copying pipenv/patched/pip/_vendor/urllib3/LICENSE.txt -> build/lib/pipenv/patched/pip/_vendor/urllib3
copying pipenv/patched/pip/_vendor/platformdirs/LICENSE -> build/lib/pipenv/patched/pip/_vendor/platformdirs
copying pipenv/patched/pip/_vendor/platformdirs/py.typed -> build/lib/pipenv/patched/pip/_vendor/platformdirs
installing to build/bdist.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/examples
copying build/lib/examples/Pipfile.lock -> build/bdist.solaris-2.11-i86pc.64bit/wheel/examples
copying build/lib/examples/Pipfile -> build/bdist.solaris-2.11-i86pc.64bit/wheel/examples
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/environments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/shells.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/__version__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/help.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/project.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/cmdparse.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/processes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/display.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/virtualenv.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/markers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/fileutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/resolver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/indexes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/pip.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/project.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/pipfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/dependencies.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/internet.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/shell.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/toml.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/environment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/funktools.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/requirementslib.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/utils/locking.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/utils
copying build/lib/pipenv/pipenv.1 -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/lock.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/install.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/shell.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/sync.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/clear.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/update.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/graph.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/clean.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/uninstall.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/outdated.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
copying build/lib/pipenv/routines/check.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/routines
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/cli
copying build/lib/pipenv/cli/options.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/cli
copying build/lib/pipenv/cli/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/cli
copying build/lib/pipenv/cli/command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/cli
copying build/lib/pipenv/resolver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/installers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched
copying build/lib/pipenv/patched/README.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/formatter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/VERSION -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/formatters/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/formatters/json.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/formatters/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/formatters/screen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/formatters/bare.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/formatters
copying build/lib/pipenv/patched/safety/constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/safety-policy-template.yml -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/output_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/safety.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/alerts
copying build/lib/pipenv/patched/safety/alerts/github.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/alerts
copying build/lib/pipenv/patched/safety/alerts/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/alerts
copying build/lib/pipenv/patched/safety/alerts/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/alerts
copying build/lib/pipenv/patched/safety/alerts/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety/alerts
copying build/lib/pipenv/patched/safety/errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/safety/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/safety
copying build/lib/pipenv/patched/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/six.LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/typing_extensions.LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/LICENSE.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/LICENSE.APACHE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/legacy
copying build/lib/pipenv/patched/pip/_internal/resolution/legacy/resolver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/legacy
copying build/lib/pipenv/patched/pip/_internal/resolution/legacy/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/legacy
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/resolver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/reporter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/factory.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution/resolvelib
copying build/lib/pipenv/patched/pip/_internal/resolution/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution
copying build/lib/pipenv/patched/pip/_internal/resolution/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/resolution
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/freeze.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/show.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/search.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/inspect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/help.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/debug.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/completion.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/index.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/hash.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/configuration.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/install.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/check.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/download.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
copying build/lib/pipenv/patched/pip/_internal/commands/uninstall.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/commands
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/index
copying build/lib/pipenv/patched/pip/_internal/index/collector.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/index
copying build/lib/pipenv/patched/pip/_internal/index/package_finder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/index
copying build/lib/pipenv/patched/pip/_internal/index/sources.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/index
copying build/lib/pipenv/patched/pip/_internal/index/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/index
copying build/lib/pipenv/patched/pip/_internal/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/locations
copying build/lib/pipenv/patched/pip/_internal/locations/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/locations
copying build/lib/pipenv/patched/pip/_internal/locations/_sysconfig.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/locations
copying build/lib/pipenv/patched/pip/_internal/locations/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/locations
copying build/lib/pipenv/patched/pip/_internal/locations/_distutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/locations
copying build/lib/pipenv/patched/pip/_internal/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/index.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/candidate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/search_scope.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/link.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/direct_url.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/target_python.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/format_control.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/scheme.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/installation_report.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/models/selection_prefs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/models
copying build/lib/pipenv/patched/pip/_internal/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/git.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/bazaar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/mercurial.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/versioncontrol.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/vcs/subversion.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/vcs
copying build/lib/pipenv/patched/pip/_internal/wheel_builder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/packaging.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/appdirs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/hashes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/temp_dir.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/misc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/setuptools_build.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/unpacking.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/urls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/direct_url_helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/logging.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/_log.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/deprecation.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/egg_link.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/_jaraco_text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/entrypoints.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/encoding.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/filesystem.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/subprocess.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/virtualenv.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/filetypes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/datetime.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/compatibility_tags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/utils/glibc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/utils
copying build/lib/pipenv/patched/pip/_internal/build_env.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/metadata_editable.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/metadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/metadata_legacy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/wheel_editable.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/build_tracker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/build/wheel_legacy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/build
copying build/lib/pipenv/patched/pip/_internal/operations/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations
copying build/lib/pipenv/patched/pip/_internal/operations/check.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations
copying build/lib/pipenv/patched/pip/_internal/operations/freeze.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/install
copying build/lib/pipenv/patched/pip/_internal/operations/install/editable_legacy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/install
copying build/lib/pipenv/patched/pip/_internal/operations/install/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/install
copying build/lib/pipenv/patched/pip/_internal/operations/install/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations/install
copying build/lib/pipenv/patched/pip/_internal/operations/prepare.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/operations
copying build/lib/pipenv/patched/pip/_internal/pyproject.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata/importlib
copying build/lib/pipenv/patched/pip/_internal/metadata/importlib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata/importlib
copying build/lib/pipenv/patched/pip/_internal/metadata/importlib/_envs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata/importlib
copying build/lib/pipenv/patched/pip/_internal/metadata/importlib/_dists.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata/importlib
copying build/lib/pipenv/patched/pip/_internal/metadata/importlib/_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata/importlib
copying build/lib/pipenv/patched/pip/_internal/metadata/_json.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata
copying build/lib/pipenv/patched/pip/_internal/metadata/pkg_resources.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata
copying build/lib/pipenv/patched/pip/_internal/metadata/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata
copying build/lib/pipenv/patched/pip/_internal/metadata/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/metadata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/xmlrpc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/session.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/lazy_wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/download.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
copying build/lib/pipenv/patched/pip/_internal/network/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/network
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/autocompletion.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/command_context.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/progress_bars.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/base_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/main_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/req_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/cmdoptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/status_codes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/cli/spinners.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/cli
copying build/lib/pipenv/patched/pip/_internal/self_outdated_check.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
copying build/lib/pipenv/patched/pip/_internal/configuration.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
copying build/lib/pipenv/patched/pip/_internal/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/constructors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/req_install.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/req_file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/req_set.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
copying build/lib/pipenv/patched/pip/_internal/req/req_uninstall.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/req
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/_internal/distributions/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/_internal/distributions/sdist.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/_internal/distributions/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/_internal/distributions/installed.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/_internal/distributions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_internal/distributions
copying build/lib/pipenv/patched/pip/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/COPYING -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/LICENSE.BSD -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/__pip-runner__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/pip/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/poolmanager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/connectionpool.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports/weakref_finalize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying build/lib/pipenv/patched/pip/_vendor/urllib3/packages/backports/makefile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages/backports
copying build/lib/pipenv/patched/pip/_vendor/urllib3/packages/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages
copying build/lib/pipenv/patched/pip/_vendor/urllib3/packages/six.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/packages
copying build/lib/pipenv/patched/pip/_vendor/urllib3/request.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/_collections.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/response.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/filepost.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
copying build/lib/pipenv/patched/pip/_vendor/urllib3/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/request.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/retry.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/timeout.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/ssl_.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/ssltransport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/proxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/connection.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/queue.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/wait.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/ssl_match_hostname.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/response.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/util/url.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/util
copying build/lib/pipenv/patched/pip/_vendor/urllib3/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/low_level.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/bindings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/_appengine_environ.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/socks.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/pyopenssl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/ntlmpool.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/appengine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/contrib/securetransport.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3/contrib
copying build/lib/pipenv/patched/pip/_vendor/urllib3/_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/urllib3
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/_asyncio.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/after.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/stop.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/retry.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/before.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/before_sleep.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/nap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/wait.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/tornadoweb.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
copying build/lib/pipenv/patched/pip/_vendor/tenacity/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tenacity
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/LICENSE.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/package_data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/codec.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/uts46data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/idnadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
copying build/lib/pipenv/patched/pip/_vendor/idna/intranges.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/idna
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/johabprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/latin1prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/euckrprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/cli
copying build/lib/pipenv/patched/pip/_vendor/chardet/cli/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/cli
copying build/lib/pipenv/patched/pip/_vendor/chardet/cli/chardetect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/cli
copying build/lib/pipenv/patched/pip/_vendor/chardet/utf8prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/escprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/cp949prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/chardistribution.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/enums.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/utf1632prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/codingstatemachinedict.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/mbcsgroupprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/jpcntx.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/escsm.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langthaimodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/mbcssm.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langhungarianmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/resultdict.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/euctwfreq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/sbcsgroupprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/big5freq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/euckrfreq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/euctwprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/codingstatemachine.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/metadata
copying build/lib/pipenv/patched/pip/_vendor/chardet/metadata/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/metadata
copying build/lib/pipenv/patched/pip/_vendor/chardet/metadata/languages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet/metadata
copying build/lib/pipenv/patched/pip/_vendor/chardet/charsetgroupprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/charsetprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/hebrewprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/universaldetector.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/macromanprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/mbcharsetprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/sbcharsetprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/gb2312prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/johabfreq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langbulgarianmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/eucjpprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/sjisprober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/big5prober.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langrussianmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/jisfreq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/gb2312freq.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langgreekmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langhebrewmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/chardet/langturkishmodel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/chardet
copying build/lib/pipenv/patched/pip/_vendor/typing_extensions.LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_impl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/_in_process.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks/_in_process
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks
copying build/lib/pipenv/patched/pip/_vendor/pyproject_hooks/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyproject_hooks
copying build/lib/pipenv/patched/pip/_vendor/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/tests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/labels.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/mklabels.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
copying build/lib/pipenv/patched/pip/_vendor/webencodings/x_user_defined.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/webencodings
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib/compat
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/compat/collections_abc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib/compat
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/compat/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib/compat
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/providers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/resolvers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/reporters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
copying build/lib/pipenv/patched/pip/_vendor/resolvelib/structs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/resolvelib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/_openssl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/_api.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/_ssl_constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/_macos.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
copying build/lib/pipenv/patched/pip/_vendor/truststore/_windows.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/truststore
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/auth.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/cookies.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/_internal_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/sessions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/api.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/packages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/certs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/help.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/status_codes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/hooks.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/adapters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/structures.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/__version__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/requests/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/requests
copying build/lib/pipenv/patched/pip/_vendor/six.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/cacert.pem -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
copying build/lib/pipenv/patched/pip/_vendor/certifi/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/certifi
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pkg_resources
copying build/lib/pipenv/patched/pip/_vendor/pkg_resources/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pkg_resources
copying build/lib/pipenv/patched/pip/_vendor/pkg_resources/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pkg_resources
copying build/lib/pipenv/patched/pip/_vendor/typing_extensions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/__about__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/tags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/specifiers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/LICENSE.BSD -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/LICENSE.APACHE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/markers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/_musllinux.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/_structures.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/_manylinux.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
copying build/lib/pipenv/patched/pip/_vendor/packaging/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/packaging
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
copying build/lib/pipenv/patched/pip/_vendor/distro/distro.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
copying build/lib/pipenv/patched/pip/_vendor/distro/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
copying build/lib/pipenv/patched/pip/_vendor/distro/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
copying build/lib/pipenv/patched/pip/_vendor/distro/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
copying build/lib/pipenv/patched/pip/_vendor/distro/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distro
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/t32.exe -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/index.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/t64.exe -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/locators.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/scripts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/w64.exe -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/metadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/w32.exe -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/database.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/resources.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/markers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/manifest.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
copying build/lib/pipenv/patched/pip/_vendor/distlib/wheel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/distlib
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/win32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/isatty_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/initialise_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/ansitowin32_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/winterm_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/tests/ansi_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama/tests
copying build/lib/pipenv/patched/pip/_vendor/colorama/winterm.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/ansitowin32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/initialise.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/ansi.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
copying build/lib/pipenv/patched/pip/_vendor/colorama/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/colorama
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/macos.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/unix.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/android.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/api.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/windows.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/platformdirs/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/platformdirs
copying build/lib/pipenv/patched/pip/_vendor/six.LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
copying build/lib/pipenv/patched/pip/_vendor/msgpack/fallback.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
copying build/lib/pipenv/patched/pip/_vendor/msgpack/ext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
copying build/lib/pipenv/patched/pip/_vendor/msgpack/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
copying build/lib/pipenv/patched/pip/_vendor/msgpack/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
copying build/lib/pipenv/patched/pip/_vendor/msgpack/COPYING -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/msgpack
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/helpers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/unicode.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing/diagram
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/diagram/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing/diagram
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/testing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/results.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
copying build/lib/pipenv/patched/pip/_vendor/pyparsing/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pyparsing
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/filter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/unistring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/console.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/modeline.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/token.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/regexopt.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/lexers
copying build/lib/pipenv/patched/pip/_vendor/pygments/lexers/python.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/lexers
copying build/lib/pipenv/patched/pip/_vendor/pygments/lexers/_mapping.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/lexers
copying build/lib/pipenv/patched/pip/_vendor/pygments/lexers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/lexers
copying build/lib/pipenv/patched/pip/_vendor/pygments/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/cmdline.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/filters
copying build/lib/pipenv/patched/pip/_vendor/pygments/filters/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/filters
copying build/lib/pipenv/patched/pip/_vendor/pygments/lexer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/terminal.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/latex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/groff.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/pangomarkup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/svg.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/bbcode.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/irc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/other.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/terminal256.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/rtf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/html.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/_mapping.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/formatters/img.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/formatters
copying build/lib/pipenv/patched/pip/_vendor/pygments/style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/plugin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/scanner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
copying build/lib/pipenv/patched/pip/_vendor/pygments/sphinxext.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/styles
copying build/lib/pipenv/patched/pip/_vendor/pygments/styles/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/pygments/styles
copying build/lib/pipenv/patched/pip/_vendor/vendor.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/_re.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
copying build/lib/pipenv/patched/pip/_vendor/tomli/_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/tomli
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/heuristics.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol/caches
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol/caches
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches/redis_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol/caches
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/caches/file_cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol/caches
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/cache.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/filewrapper.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/_cmd.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/wrapper.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/adapter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/serialize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
copying build/lib/pipenv/patched/pip/_vendor/cachecontrol/controller.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/cachecontrol
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/constrain.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/live.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_windows_renderer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/live_render.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/prompt.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/color_triplet.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/align.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/emoji.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/json.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/terminal_theme.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/bar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/protocol.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/default_styles.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/region.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/abc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_palettes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/scope.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_timer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/palette.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/highlighter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_extension.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/traceback.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/filesize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_emoji_replace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/diagnose.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/segment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/status.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/panel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_windows.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/logging.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/layout.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/console.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_null_file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/control.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/tree.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/padding.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/syntax.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/file_proxy.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/jupyter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_inspect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_wrap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_win32_console.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/themes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_stack.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/cells.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/markup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_emoji_codes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_pick.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/styled.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/color.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/containers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/repr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/pretty.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/progress_bar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/ansi.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/theme.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/screen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_log_render.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_ratio.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/measure.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_fileno.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/pager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_spinners.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/columns.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_loop.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_cell_widths.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/table.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/progress.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/_export_format.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/spinner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/box.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/_vendor/rich/rule.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip/_vendor/rich
copying build/lib/pipenv/patched/pip/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched/pip
copying build/lib/pipenv/patched/patched.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/patched
copying build/lib/pipenv/pep508checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
copying build/lib/pipenv/environment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_functools.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata/compat
copying build/lib/pipenv/vendor/importlib_metadata/compat/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata/compat
copying build/lib/pipenv/vendor/importlib_metadata/compat/py39.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata/compat
copying build/lib/pipenv/vendor/importlib_metadata/_itertools.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/diagnose.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_collections.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_meta.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
copying build/lib/pipenv/vendor/importlib_metadata/_adapters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/importlib_metadata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/decorators.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/LICENSE.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/_textwrap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/shell_completion.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/_winconsole.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/formatting.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/globals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/_termui_impl.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/termui.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/testing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
copying build/lib/pipenv/vendor/click/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_musllinux.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/metadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_manylinux.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_structures.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/requirements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/LICENSE.BSD -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_tokenizer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_elffile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/specifiers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/LICENSE.APACHE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/markers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
copying build/lib/pipenv/vendor/packaging/tags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/packaging
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/ptyprocess/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/ptyprocess/ptyprocess.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/ptyprocess/_fork_pty.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/ptyprocess/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/ptyprocess/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ptyprocess
copying build/lib/pipenv/vendor/README.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/spawnbase.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/replwrap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/fdpexpect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/screen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/popen_spawn.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/_async_pre_await.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/FSM.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/_async.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/pxssh.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/run.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/pty_spawn.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/expect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/_async_w_await.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/ANSI.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
copying build/lib/pipenv/vendor/pexpect/socket_pexpect.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pexpect
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/dumper.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/representer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/resolver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/reader.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/composer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/scalarstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/scalarint.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/timestamp.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/util.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/tag.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/loader.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/scanner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/tokens.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/events.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/configobjwalker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/nodes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/anchor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/scalarbool.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/docinfo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/emitter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/serializer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/error.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/constructor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/cyaml.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/yaml/scalarfloat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel/yaml
copying build/lib/pipenv/vendor/ruamel/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/ruamel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/ipython.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/dotenv/variables.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dotenv
copying build/lib/pipenv/vendor/vendor.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp
copying build/lib/pipenv/vendor/zipp/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp
copying build/lib/pipenv/vendor/zipp/glob.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp/compat
copying build/lib/pipenv/vendor/zipp/compat/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp/compat
copying build/lib/pipenv/vendor/zipp/compat/py310.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp/compat
copying build/lib/pipenv/vendor/zipp/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/zipp
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/regex.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/dependencies.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/filetypes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/updater.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/dparse/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/dparse
copying build/lib/pipenv/vendor/Makefile -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
copying build/lib/pipenv/vendor/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham
copying build/lib/pipenv/vendor/shellingham/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham
copying build/lib/pipenv/vendor/shellingham/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham
copying build/lib/pipenv/vendor/shellingham/nt.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham
copying build/lib/pipenv/vendor/shellingham/_core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham/posix
copying build/lib/pipenv/vendor/shellingham/posix/proc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham/posix
copying build/lib/pipenv/vendor/shellingham/posix/_core.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham/posix
copying build/lib/pipenv/vendor/shellingham/posix/ps.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham/posix
copying build/lib/pipenv/vendor/shellingham/posix/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/shellingham/posix
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder/models
copying build/lib/pipenv/vendor/pythonfinder/models/python.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder/models
copying build/lib/pipenv/vendor/pythonfinder/models/mixins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder/models
copying build/lib/pipenv/vendor/pythonfinder/models/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder/models
copying build/lib/pipenv/vendor/pythonfinder/models/path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder/models
copying build/lib/pipenv/vendor/pythonfinder/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
copying build/lib/pipenv/vendor/pythonfinder/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
copying build/lib/pipenv/vendor/pythonfinder/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
copying build/lib/pipenv/vendor/pythonfinder/environment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
copying build/lib/pipenv/vendor/pythonfinder/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
copying build/lib/pipenv/vendor/pythonfinder/pythonfinder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pythonfinder
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/toml_file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/source.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/toml_char.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/container.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/toml_document.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/api.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
copying build/lib/pipenv/vendor/tomlkit/items.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomlkit
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/_re.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/tomli/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/tomli
copying build/lib/pipenv/vendor/ruamel.yaml.LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/_adapter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_models
copying build/lib/pipenv/vendor/pipdeptree/_models/dag.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_models
copying build/lib/pipenv/vendor/pipdeptree/_models/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_models
copying build/lib/pipenv/vendor/pipdeptree/_models/package.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_models
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/json_tree.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/json.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/mermaid.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_render/graphviz.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree/_render
copying build/lib/pipenv/vendor/pipdeptree/_cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/_validate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/_discovery.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
copying build/lib/pipenv/vendor/pipdeptree/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/pipdeptree
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/win32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/ansi.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/winterm.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/LICENSE.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/initialise.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
copying build/lib/pipenv/vendor/colorama/ansitowin32.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/colorama
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette
copying build/lib/pipenv/vendor/plette/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/sources.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/packages.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/scripts.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/hashes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/models/sections.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette/models
copying build/lib/pipenv/vendor/plette/lockfiles.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette
copying build/lib/pipenv/vendor/plette/pipfiles.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette
copying build/lib/pipenv/vendor/plette/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/plette
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click_didyoumean
copying build/lib/pipenv/vendor/click_didyoumean/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click_didyoumean
copying build/lib/pipenv/vendor/click_didyoumean/LICENSE -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv/vendor/click_didyoumean
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/docs
copying build/lib/docs/conf.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_templates
copying build/lib/docs/_templates/hacks.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_templates
copying build/lib/docs/_templates/sidebarlogo.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_templates
copying build/lib/docs/Makefile -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs
copying build/lib/docs/make.bat -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_static
copying build/lib/docs/_static/konami.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_static
copying build/lib/docs/_static/custom.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_static
copying build/lib/docs/_static/pipenv.png -> build/bdist.solaris-2.11-i86pc.64bit/wheel/docs/_static
running install_egg_info
Copying pipenv.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv-2024.0.1-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pipenv-2024.0.1.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/pipenv/build/amd64-3.9/dist/.tmp-11n2rt90/pipenv-2024.0.1-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'docs/Makefile'
adding 'docs/conf.py'
adding 'docs/make.bat'
adding 'docs/_static/custom.css'
adding 'docs/_static/konami.js'
adding 'docs/_static/pipenv.png'
adding 'docs/_templates/hacks.html'
adding 'docs/_templates/sidebarlogo.html'
adding 'examples/Pipfile'
adding 'examples/Pipfile.lock'
adding 'pipenv/__init__.py'
adding 'pipenv/__main__.py'
adding 'pipenv/__version__.py'
adding 'pipenv/cmdparse.py'
adding 'pipenv/environment.py'
adding 'pipenv/environments.py'
adding 'pipenv/exceptions.py'
adding 'pipenv/help.py'
adding 'pipenv/installers.py'
adding 'pipenv/pep508checker.py'
adding 'pipenv/pipenv.1'
adding 'pipenv/project.py'
adding 'pipenv/resolver.py'
adding 'pipenv/shells.py'
adding 'pipenv/cli/__init__.py'
adding 'pipenv/cli/command.py'
adding 'pipenv/cli/options.py'
adding 'pipenv/patched/README.md'
adding 'pipenv/patched/__init__.py'
adding 'pipenv/patched/patched.txt'
adding 'pipenv/patched/pip/COPYING'
adding 'pipenv/patched/pip/LICENSE'
adding 'pipenv/patched/pip/LICENSE.APACHE'
adding 'pipenv/patched/pip/LICENSE.BSD'
adding 'pipenv/patched/pip/LICENSE.md'
adding 'pipenv/patched/pip/LICENSE.txt'
adding 'pipenv/patched/pip/__init__.py'
adding 'pipenv/patched/pip/__main__.py'
adding 'pipenv/patched/pip/__pip-runner__.py'
adding 'pipenv/patched/pip/py.typed'
adding 'pipenv/patched/pip/six.LICENSE'
adding 'pipenv/patched/pip/typing_extensions.LICENSE'
adding 'pipenv/patched/pip/_internal/__init__.py'
adding 'pipenv/patched/pip/_internal/build_env.py'
adding 'pipenv/patched/pip/_internal/cache.py'
adding 'pipenv/patched/pip/_internal/configuration.py'
adding 'pipenv/patched/pip/_internal/exceptions.py'
adding 'pipenv/patched/pip/_internal/main.py'
adding 'pipenv/patched/pip/_internal/pyproject.py'
adding 'pipenv/patched/pip/_internal/self_outdated_check.py'
adding 'pipenv/patched/pip/_internal/wheel_builder.py'
adding 'pipenv/patched/pip/_internal/cli/__init__.py'
adding 'pipenv/patched/pip/_internal/cli/autocompletion.py'
adding 'pipenv/patched/pip/_internal/cli/base_command.py'
adding 'pipenv/patched/pip/_internal/cli/cmdoptions.py'
adding 'pipenv/patched/pip/_internal/cli/command_context.py'
adding 'pipenv/patched/pip/_internal/cli/main.py'
adding 'pipenv/patched/pip/_internal/cli/main_parser.py'
adding 'pipenv/patched/pip/_internal/cli/parser.py'
adding 'pipenv/patched/pip/_internal/cli/progress_bars.py'
adding 'pipenv/patched/pip/_internal/cli/req_command.py'
adding 'pipenv/patched/pip/_internal/cli/spinners.py'
adding 'pipenv/patched/pip/_internal/cli/status_codes.py'
adding 'pipenv/patched/pip/_internal/commands/__init__.py'
adding 'pipenv/patched/pip/_internal/commands/cache.py'
adding 'pipenv/patched/pip/_internal/commands/check.py'
adding 'pipenv/patched/pip/_internal/commands/completion.py'
adding 'pipenv/patched/pip/_internal/commands/configuration.py'
adding 'pipenv/patched/pip/_internal/commands/debug.py'
adding 'pipenv/patched/pip/_internal/commands/download.py'
adding 'pipenv/patched/pip/_internal/commands/freeze.py'
adding 'pipenv/patched/pip/_internal/commands/hash.py'
adding 'pipenv/patched/pip/_internal/commands/help.py'
adding 'pipenv/patched/pip/_internal/commands/index.py'
adding 'pipenv/patched/pip/_internal/commands/inspect.py'
adding 'pipenv/patched/pip/_internal/commands/install.py'
adding 'pipenv/patched/pip/_internal/commands/list.py'
adding 'pipenv/patched/pip/_internal/commands/search.py'
adding 'pipenv/patched/pip/_internal/commands/show.py'
adding 'pipenv/patched/pip/_internal/commands/uninstall.py'
adding 'pipenv/patched/pip/_internal/commands/wheel.py'
adding 'pipenv/patched/pip/_internal/distributions/__init__.py'
adding 'pipenv/patched/pip/_internal/distributions/base.py'
adding 'pipenv/patched/pip/_internal/distributions/installed.py'
adding 'pipenv/patched/pip/_internal/distributions/sdist.py'
adding 'pipenv/patched/pip/_internal/distributions/wheel.py'
adding 'pipenv/patched/pip/_internal/index/__init__.py'
adding 'pipenv/patched/pip/_internal/index/collector.py'
adding 'pipenv/patched/pip/_internal/index/package_finder.py'
adding 'pipenv/patched/pip/_internal/index/sources.py'
adding 'pipenv/patched/pip/_internal/locations/__init__.py'
adding 'pipenv/patched/pip/_internal/locations/_distutils.py'
adding 'pipenv/patched/pip/_internal/locations/_sysconfig.py'
adding 'pipenv/patched/pip/_internal/locations/base.py'
adding 'pipenv/patched/pip/_internal/metadata/__init__.py'
adding 'pipenv/patched/pip/_internal/metadata/_json.py'
adding 'pipenv/patched/pip/_internal/metadata/base.py'
adding 'pipenv/patched/pip/_internal/metadata/pkg_resources.py'
adding 'pipenv/patched/pip/_internal/metadata/importlib/__init__.py'
adding 'pipenv/patched/pip/_internal/metadata/importlib/_compat.py'
adding 'pipenv/patched/pip/_internal/metadata/importlib/_dists.py'
adding 'pipenv/patched/pip/_internal/metadata/importlib/_envs.py'
adding 'pipenv/patched/pip/_internal/models/__init__.py'
adding 'pipenv/patched/pip/_internal/models/candidate.py'
adding 'pipenv/patched/pip/_internal/models/direct_url.py'
adding 'pipenv/patched/pip/_internal/models/format_control.py'
adding 'pipenv/patched/pip/_internal/models/index.py'
adding 'pipenv/patched/pip/_internal/models/installation_report.py'
adding 'pipenv/patched/pip/_internal/models/link.py'
adding 'pipenv/patched/pip/_internal/models/scheme.py'
adding 'pipenv/patched/pip/_internal/models/search_scope.py'
adding 'pipenv/patched/pip/_internal/models/selection_prefs.py'
adding 'pipenv/patched/pip/_internal/models/target_python.py'
adding 'pipenv/patched/pip/_internal/models/wheel.py'
adding 'pipenv/patched/pip/_internal/network/__init__.py'
adding 'pipenv/patched/pip/_internal/network/auth.py'
adding 'pipenv/patched/pip/_internal/network/cache.py'
adding 'pipenv/patched/pip/_internal/network/download.py'
adding 'pipenv/patched/pip/_internal/network/lazy_wheel.py'
adding 'pipenv/patched/pip/_internal/network/session.py'
adding 'pipenv/patched/pip/_internal/network/utils.py'
adding 'pipenv/patched/pip/_internal/network/xmlrpc.py'
adding 'pipenv/patched/pip/_internal/operations/__init__.py'
adding 'pipenv/patched/pip/_internal/operations/check.py'
adding 'pipenv/patched/pip/_internal/operations/freeze.py'
adding 'pipenv/patched/pip/_internal/operations/prepare.py'
adding 'pipenv/patched/pip/_internal/operations/build/__init__.py'
adding 'pipenv/patched/pip/_internal/operations/build/build_tracker.py'
adding 'pipenv/patched/pip/_internal/operations/build/metadata.py'
adding 'pipenv/patched/pip/_internal/operations/build/metadata_editable.py'
adding 'pipenv/patched/pip/_internal/operations/build/metadata_legacy.py'
adding 'pipenv/patched/pip/_internal/operations/build/wheel.py'
adding 'pipenv/patched/pip/_internal/operations/build/wheel_editable.py'
adding 'pipenv/patched/pip/_internal/operations/build/wheel_legacy.py'
adding 'pipenv/patched/pip/_internal/operations/install/__init__.py'
adding 'pipenv/patched/pip/_internal/operations/install/editable_legacy.py'
adding 'pipenv/patched/pip/_internal/operations/install/wheel.py'
adding 'pipenv/patched/pip/_internal/req/__init__.py'
adding 'pipenv/patched/pip/_internal/req/constructors.py'
adding 'pipenv/patched/pip/_internal/req/req_file.py'
adding 'pipenv/patched/pip/_internal/req/req_install.py'
adding 'pipenv/patched/pip/_internal/req/req_set.py'
adding 'pipenv/patched/pip/_internal/req/req_uninstall.py'
adding 'pipenv/patched/pip/_internal/resolution/__init__.py'
adding 'pipenv/patched/pip/_internal/resolution/base.py'
adding 'pipenv/patched/pip/_internal/resolution/legacy/__init__.py'
adding 'pipenv/patched/pip/_internal/resolution/legacy/resolver.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/__init__.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/base.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/factory.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/provider.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/reporter.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/requirements.py'
adding 'pipenv/patched/pip/_internal/resolution/resolvelib/resolver.py'
adding 'pipenv/patched/pip/_internal/utils/__init__.py'
adding 'pipenv/patched/pip/_internal/utils/_jaraco_text.py'
adding 'pipenv/patched/pip/_internal/utils/_log.py'
adding 'pipenv/patched/pip/_internal/utils/appdirs.py'
adding 'pipenv/patched/pip/_internal/utils/compat.py'
adding 'pipenv/patched/pip/_internal/utils/compatibility_tags.py'
adding 'pipenv/patched/pip/_internal/utils/datetime.py'
adding 'pipenv/patched/pip/_internal/utils/deprecation.py'
adding 'pipenv/patched/pip/_internal/utils/direct_url_helpers.py'
adding 'pipenv/patched/pip/_internal/utils/egg_link.py'
adding 'pipenv/patched/pip/_internal/utils/encoding.py'
adding 'pipenv/patched/pip/_internal/utils/entrypoints.py'
adding 'pipenv/patched/pip/_internal/utils/filesystem.py'
adding 'pipenv/patched/pip/_internal/utils/filetypes.py'
adding 'pipenv/patched/pip/_internal/utils/glibc.py'
adding 'pipenv/patched/pip/_internal/utils/hashes.py'
adding 'pipenv/patched/pip/_internal/utils/logging.py'
adding 'pipenv/patched/pip/_internal/utils/misc.py'
adding 'pipenv/patched/pip/_internal/utils/models.py'
adding 'pipenv/patched/pip/_internal/utils/packaging.py'
adding 'pipenv/patched/pip/_internal/utils/setuptools_build.py'
adding 'pipenv/patched/pip/_internal/utils/subprocess.py'
adding 'pipenv/patched/pip/_internal/utils/temp_dir.py'
adding 'pipenv/patched/pip/_internal/utils/unpacking.py'
adding 'pipenv/patched/pip/_internal/utils/urls.py'
adding 'pipenv/patched/pip/_internal/utils/virtualenv.py'
adding 'pipenv/patched/pip/_internal/utils/wheel.py'
adding 'pipenv/patched/pip/_internal/vcs/__init__.py'
adding 'pipenv/patched/pip/_internal/vcs/bazaar.py'
adding 'pipenv/patched/pip/_internal/vcs/git.py'
adding 'pipenv/patched/pip/_internal/vcs/mercurial.py'
adding 'pipenv/patched/pip/_internal/vcs/subversion.py'
adding 'pipenv/patched/pip/_internal/vcs/versioncontrol.py'
adding 'pipenv/patched/pip/_vendor/__init__.py'
adding 'pipenv/patched/pip/_vendor/six.LICENSE'
adding 'pipenv/patched/pip/_vendor/six.py'
adding 'pipenv/patched/pip/_vendor/typing_extensions.LICENSE'
adding 'pipenv/patched/pip/_vendor/typing_extensions.py'
adding 'pipenv/patched/pip/_vendor/vendor.txt'
adding 'pipenv/patched/pip/_vendor/cachecontrol/LICENSE.txt'
adding 'pipenv/patched/pip/_vendor/cachecontrol/__init__.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/_cmd.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/adapter.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/cache.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/controller.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/filewrapper.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/heuristics.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/py.typed'
adding 'pipenv/patched/pip/_vendor/cachecontrol/serialize.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/wrapper.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/caches/__init__.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/caches/file_cache.py'
adding 'pipenv/patched/pip/_vendor/cachecontrol/caches/redis_cache.py'
adding 'pipenv/patched/pip/_vendor/certifi/LICENSE'
adding 'pipenv/patched/pip/_vendor/certifi/__init__.py'
adding 'pipenv/patched/pip/_vendor/certifi/__main__.py'
adding 'pipenv/patched/pip/_vendor/certifi/cacert.pem'
adding 'pipenv/patched/pip/_vendor/certifi/core.py'
adding 'pipenv/patched/pip/_vendor/certifi/py.typed'
adding 'pipenv/patched/pip/_vendor/chardet/LICENSE'
adding 'pipenv/patched/pip/_vendor/chardet/__init__.py'
adding 'pipenv/patched/pip/_vendor/chardet/big5freq.py'
adding 'pipenv/patched/pip/_vendor/chardet/big5prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/chardistribution.py'
adding 'pipenv/patched/pip/_vendor/chardet/charsetgroupprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/charsetprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/codingstatemachine.py'
adding 'pipenv/patched/pip/_vendor/chardet/codingstatemachinedict.py'
adding 'pipenv/patched/pip/_vendor/chardet/cp949prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/enums.py'
adding 'pipenv/patched/pip/_vendor/chardet/escprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/escsm.py'
adding 'pipenv/patched/pip/_vendor/chardet/eucjpprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/euckrfreq.py'
adding 'pipenv/patched/pip/_vendor/chardet/euckrprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/euctwfreq.py'
adding 'pipenv/patched/pip/_vendor/chardet/euctwprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/gb2312freq.py'
adding 'pipenv/patched/pip/_vendor/chardet/gb2312prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/hebrewprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/jisfreq.py'
adding 'pipenv/patched/pip/_vendor/chardet/johabfreq.py'
adding 'pipenv/patched/pip/_vendor/chardet/johabprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/jpcntx.py'
adding 'pipenv/patched/pip/_vendor/chardet/langbulgarianmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langgreekmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langhebrewmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langhungarianmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langrussianmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langthaimodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/langturkishmodel.py'
adding 'pipenv/patched/pip/_vendor/chardet/latin1prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/macromanprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/mbcharsetprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/mbcsgroupprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/mbcssm.py'
adding 'pipenv/patched/pip/_vendor/chardet/py.typed'
adding 'pipenv/patched/pip/_vendor/chardet/resultdict.py'
adding 'pipenv/patched/pip/_vendor/chardet/sbcharsetprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/sbcsgroupprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/sjisprober.py'
adding 'pipenv/patched/pip/_vendor/chardet/universaldetector.py'
adding 'pipenv/patched/pip/_vendor/chardet/utf1632prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/utf8prober.py'
adding 'pipenv/patched/pip/_vendor/chardet/version.py'
adding 'pipenv/patched/pip/_vendor/chardet/cli/__init__.py'
adding 'pipenv/patched/pip/_vendor/chardet/cli/chardetect.py'
adding 'pipenv/patched/pip/_vendor/chardet/metadata/__init__.py'
adding 'pipenv/patched/pip/_vendor/chardet/metadata/languages.py'
adding 'pipenv/patched/pip/_vendor/colorama/LICENSE.txt'
adding 'pipenv/patched/pip/_vendor/colorama/__init__.py'
adding 'pipenv/patched/pip/_vendor/colorama/ansi.py'
adding 'pipenv/patched/pip/_vendor/colorama/ansitowin32.py'
adding 'pipenv/patched/pip/_vendor/colorama/initialise.py'
adding 'pipenv/patched/pip/_vendor/colorama/win32.py'
adding 'pipenv/patched/pip/_vendor/colorama/winterm.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/__init__.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/ansi_test.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/ansitowin32_test.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/initialise_test.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/isatty_test.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/utils.py'
adding 'pipenv/patched/pip/_vendor/colorama/tests/winterm_test.py'
adding 'pipenv/patched/pip/_vendor/distlib/LICENSE.txt'
adding 'pipenv/patched/pip/_vendor/distlib/__init__.py'
adding 'pipenv/patched/pip/_vendor/distlib/compat.py'
adding 'pipenv/patched/pip/_vendor/distlib/database.py'
adding 'pipenv/patched/pip/_vendor/distlib/index.py'
adding 'pipenv/patched/pip/_vendor/distlib/locators.py'
adding 'pipenv/patched/pip/_vendor/distlib/manifest.py'
adding 'pipenv/patched/pip/_vendor/distlib/markers.py'
adding 'pipenv/patched/pip/_vendor/distlib/metadata.py'
adding 'pipenv/patched/pip/_vendor/distlib/resources.py'
adding 'pipenv/patched/pip/_vendor/distlib/scripts.py'
adding 'pipenv/patched/pip/_vendor/distlib/t32.exe'
adding 'pipenv/patched/pip/_vendor/distlib/t64.exe'
adding 'pipenv/patched/pip/_vendor/distlib/util.py'
adding 'pipenv/patched/pip/_vendor/distlib/version.py'
adding 'pipenv/patched/pip/_vendor/distlib/w32.exe'
adding 'pipenv/patched/pip/_vendor/distlib/w64.exe'
adding 'pipenv/patched/pip/_vendor/distlib/wheel.py'
adding 'pipenv/patched/pip/_vendor/distro/LICENSE'
adding 'pipenv/patched/pip/_vendor/distro/__init__.py'
adding 'pipenv/patched/pip/_vendor/distro/__main__.py'
adding 'pipenv/patched/pip/_vendor/distro/distro.py'
adding 'pipenv/patched/pip/_vendor/distro/py.typed'
adding 'pipenv/patched/pip/_vendor/idna/LICENSE.md'
adding 'pipenv/patched/pip/_vendor/idna/__init__.py'
adding 'pipenv/patched/pip/_vendor/idna/codec.py'
adding 'pipenv/patched/pip/_vendor/idna/compat.py'
adding 'pipenv/patched/pip/_vendor/idna/core.py'
adding 'pipenv/patched/pip/_vendor/idna/idnadata.py'
adding 'pipenv/patched/pip/_vendor/idna/intranges.py'
adding 'pipenv/patched/pip/_vendor/idna/package_data.py'
adding 'pipenv/patched/pip/_vendor/idna/py.typed'
adding 'pipenv/patched/pip/_vendor/idna/uts46data.py'
adding 'pipenv/patched/pip/_vendor/msgpack/COPYING'
adding 'pipenv/patched/pip/_vendor/msgpack/__init__.py'
adding 'pipenv/patched/pip/_vendor/msgpack/exceptions.py'
adding 'pipenv/patched/pip/_vendor/msgpack/ext.py'
adding 'pipenv/patched/pip/_vendor/msgpack/fallback.py'
adding 'pipenv/patched/pip/_vendor/packaging/LICENSE'
adding 'pipenv/patched/pip/_vendor/packaging/LICENSE.APACHE'
adding 'pipenv/patched/pip/_vendor/packaging/LICENSE.BSD'
adding 'pipenv/patched/pip/_vendor/packaging/__about__.py'
adding 'pipenv/patched/pip/_vendor/packaging/__init__.py'
adding 'pipenv/patched/pip/_vendor/packaging/_manylinux.py'
adding 'pipenv/patched/pip/_vendor/packaging/_musllinux.py'
adding 'pipenv/patched/pip/_vendor/packaging/_structures.py'
adding 'pipenv/patched/pip/_vendor/packaging/markers.py'
adding 'pipenv/patched/pip/_vendor/packaging/py.typed'
adding 'pipenv/patched/pip/_vendor/packaging/requirements.py'
adding 'pipenv/patched/pip/_vendor/packaging/specifiers.py'
adding 'pipenv/patched/pip/_vendor/packaging/tags.py'
adding 'pipenv/patched/pip/_vendor/packaging/utils.py'
adding 'pipenv/patched/pip/_vendor/packaging/version.py'
adding 'pipenv/patched/pip/_vendor/pkg_resources/LICENSE'
adding 'pipenv/patched/pip/_vendor/pkg_resources/__init__.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/LICENSE'
adding 'pipenv/patched/pip/_vendor/platformdirs/__init__.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/__main__.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/android.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/api.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/macos.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/py.typed'
adding 'pipenv/patched/pip/_vendor/platformdirs/unix.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/version.py'
adding 'pipenv/patched/pip/_vendor/platformdirs/windows.py'
adding 'pipenv/patched/pip/_vendor/pygments/LICENSE'
adding 'pipenv/patched/pip/_vendor/pygments/__init__.py'
adding 'pipenv/patched/pip/_vendor/pygments/__main__.py'
adding 'pipenv/patched/pip/_vendor/pygments/cmdline.py'
adding 'pipenv/patched/pip/_vendor/pygments/console.py'
adding 'pipenv/patched/pip/_vendor/pygments/filter.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatter.py'
adding 'pipenv/patched/pip/_vendor/pygments/lexer.py'
adding 'pipenv/patched/pip/_vendor/pygments/modeline.py'
adding 'pipenv/patched/pip/_vendor/pygments/plugin.py'
adding 'pipenv/patched/pip/_vendor/pygments/regexopt.py'
adding 'pipenv/patched/pip/_vendor/pygments/scanner.py'
adding 'pipenv/patched/pip/_vendor/pygments/sphinxext.py'
adding 'pipenv/patched/pip/_vendor/pygments/style.py'
adding 'pipenv/patched/pip/_vendor/pygments/token.py'
adding 'pipenv/patched/pip/_vendor/pygments/unistring.py'
adding 'pipenv/patched/pip/_vendor/pygments/util.py'
adding 'pipenv/patched/pip/_vendor/pygments/filters/__init__.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/__init__.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/_mapping.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/bbcode.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/groff.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/html.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/img.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/irc.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/latex.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/other.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/pangomarkup.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/rtf.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/svg.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/terminal.py'
adding 'pipenv/patched/pip/_vendor/pygments/formatters/terminal256.py'
adding 'pipenv/patched/pip/_vendor/pygments/lexers/__init__.py'
adding 'pipenv/patched/pip/_vendor/pygments/lexers/_mapping.py'
adding 'pipenv/patched/pip/_vendor/pygments/lexers/python.py'
adding 'pipenv/patched/pip/_vendor/pygments/styles/__init__.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/LICENSE'
adding 'pipenv/patched/pip/_vendor/pyparsing/__init__.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/actions.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/common.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/core.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/exceptions.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/helpers.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/py.typed'
adding 'pipenv/patched/pip/_vendor/pyparsing/results.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/testing.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/unicode.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/util.py'
adding 'pipenv/patched/pip/_vendor/pyparsing/diagram/__init__.py'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/LICENSE'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/__init__.py'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/_compat.py'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/_impl.py'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/__init__.py'
adding 'pipenv/patched/pip/_vendor/pyproject_hooks/_in_process/_in_process.py'
adding 'pipenv/patched/pip/_vendor/requests/LICENSE'
adding 'pipenv/patched/pip/_vendor/requests/__init__.py'
adding 'pipenv/patched/pip/_vendor/requests/__version__.py'
adding 'pipenv/patched/pip/_vendor/requests/_internal_utils.py'
adding 'pipenv/patched/pip/_vendor/requests/adapters.py'
adding 'pipenv/patched/pip/_vendor/requests/api.py'
adding 'pipenv/patched/pip/_vendor/requests/auth.py'
adding 'pipenv/patched/pip/_vendor/requests/certs.py'
adding 'pipenv/patched/pip/_vendor/requests/compat.py'
adding 'pipenv/patched/pip/_vendor/requests/cookies.py'
adding 'pipenv/patched/pip/_vendor/requests/exceptions.py'
adding 'pipenv/patched/pip/_vendor/requests/help.py'
adding 'pipenv/patched/pip/_vendor/requests/hooks.py'
adding 'pipenv/patched/pip/_vendor/requests/models.py'
adding 'pipenv/patched/pip/_vendor/requests/packages.py'
adding 'pipenv/patched/pip/_vendor/requests/sessions.py'
adding 'pipenv/patched/pip/_vendor/requests/status_codes.py'
adding 'pipenv/patched/pip/_vendor/requests/structures.py'
adding 'pipenv/patched/pip/_vendor/requests/utils.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/LICENSE'
adding 'pipenv/patched/pip/_vendor/resolvelib/__init__.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/providers.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/py.typed'
adding 'pipenv/patched/pip/_vendor/resolvelib/reporters.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/resolvers.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/structs.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/compat/__init__.py'
adding 'pipenv/patched/pip/_vendor/resolvelib/compat/collections_abc.py'
adding 'pipenv/patched/pip/_vendor/rich/LICENSE'
adding 'pipenv/patched/pip/_vendor/rich/__init__.py'
adding 'pipenv/patched/pip/_vendor/rich/__main__.py'
adding 'pipenv/patched/pip/_vendor/rich/_cell_widths.py'
adding 'pipenv/patched/pip/_vendor/rich/_emoji_codes.py'
adding 'pipenv/patched/pip/_vendor/rich/_emoji_replace.py'
adding 'pipenv/patched/pip/_vendor/rich/_export_format.py'
adding 'pipenv/patched/pip/_vendor/rich/_extension.py'
adding 'pipenv/patched/pip/_vendor/rich/_fileno.py'
adding 'pipenv/patched/pip/_vendor/rich/_inspect.py'
adding 'pipenv/patched/pip/_vendor/rich/_log_render.py'
adding 'pipenv/patched/pip/_vendor/rich/_loop.py'
adding 'pipenv/patched/pip/_vendor/rich/_null_file.py'
adding 'pipenv/patched/pip/_vendor/rich/_palettes.py'
adding 'pipenv/patched/pip/_vendor/rich/_pick.py'
adding 'pipenv/patched/pip/_vendor/rich/_ratio.py'
adding 'pipenv/patched/pip/_vendor/rich/_spinners.py'
adding 'pipenv/patched/pip/_vendor/rich/_stack.py'
adding 'pipenv/patched/pip/_vendor/rich/_timer.py'
adding 'pipenv/patched/pip/_vendor/rich/_win32_console.py'
adding 'pipenv/patched/pip/_vendor/rich/_windows.py'
adding 'pipenv/patched/pip/_vendor/rich/_windows_renderer.py'
adding 'pipenv/patched/pip/_vendor/rich/_wrap.py'
adding 'pipenv/patched/pip/_vendor/rich/abc.py'
adding 'pipenv/patched/pip/_vendor/rich/align.py'
adding 'pipenv/patched/pip/_vendor/rich/ansi.py'
adding 'pipenv/patched/pip/_vendor/rich/bar.py'
adding 'pipenv/patched/pip/_vendor/rich/box.py'
adding 'pipenv/patched/pip/_vendor/rich/cells.py'
adding 'pipenv/patched/pip/_vendor/rich/color.py'
adding 'pipenv/patched/pip/_vendor/rich/color_triplet.py'
adding 'pipenv/patched/pip/_vendor/rich/columns.py'
adding 'pipenv/patched/pip/_vendor/rich/console.py'
adding 'pipenv/patched/pip/_vendor/rich/constrain.py'
adding 'pipenv/patched/pip/_vendor/rich/containers.py'
adding 'pipenv/patched/pip/_vendor/rich/control.py'
adding 'pipenv/patched/pip/_vendor/rich/default_styles.py'
adding 'pipenv/patched/pip/_vendor/rich/diagnose.py'
adding 'pipenv/patched/pip/_vendor/rich/emoji.py'
adding 'pipenv/patched/pip/_vendor/rich/errors.py'
adding 'pipenv/patched/pip/_vendor/rich/file_proxy.py'
adding 'pipenv/patched/pip/_vendor/rich/filesize.py'
adding 'pipenv/patched/pip/_vendor/rich/highlighter.py'
adding 'pipenv/patched/pip/_vendor/rich/json.py'
adding 'pipenv/patched/pip/_vendor/rich/jupyter.py'
adding 'pipenv/patched/pip/_vendor/rich/layout.py'
adding 'pipenv/patched/pip/_vendor/rich/live.py'
adding 'pipenv/patched/pip/_vendor/rich/live_render.py'
adding 'pipenv/patched/pip/_vendor/rich/logging.py'
adding 'pipenv/patched/pip/_vendor/rich/markup.py'
adding 'pipenv/patched/pip/_vendor/rich/measure.py'
adding 'pipenv/patched/pip/_vendor/rich/padding.py'
adding 'pipenv/patched/pip/_vendor/rich/pager.py'
adding 'pipenv/patched/pip/_vendor/rich/palette.py'
adding 'pipenv/patched/pip/_vendor/rich/panel.py'
adding 'pipenv/patched/pip/_vendor/rich/pretty.py'
adding 'pipenv/patched/pip/_vendor/rich/progress.py'
adding 'pipenv/patched/pip/_vendor/rich/progress_bar.py'
adding 'pipenv/patched/pip/_vendor/rich/prompt.py'
adding 'pipenv/patched/pip/_vendor/rich/protocol.py'
adding 'pipenv/patched/pip/_vendor/rich/py.typed'
adding 'pipenv/patched/pip/_vendor/rich/region.py'
adding 'pipenv/patched/pip/_vendor/rich/repr.py'
adding 'pipenv/patched/pip/_vendor/rich/rule.py'
adding 'pipenv/patched/pip/_vendor/rich/scope.py'
adding 'pipenv/patched/pip/_vendor/rich/screen.py'
adding 'pipenv/patched/pip/_vendor/rich/segment.py'
adding 'pipenv/patched/pip/_vendor/rich/spinner.py'
adding 'pipenv/patched/pip/_vendor/rich/status.py'
adding 'pipenv/patched/pip/_vendor/rich/style.py'
adding 'pipenv/patched/pip/_vendor/rich/styled.py'
adding 'pipenv/patched/pip/_vendor/rich/syntax.py'
adding 'pipenv/patched/pip/_vendor/rich/table.py'
adding 'pipenv/patched/pip/_vendor/rich/terminal_theme.py'
adding 'pipenv/patched/pip/_vendor/rich/text.py'
adding 'pipenv/patched/pip/_vendor/rich/theme.py'
adding 'pipenv/patched/pip/_vendor/rich/themes.py'
adding 'pipenv/patched/pip/_vendor/rich/traceback.py'
adding 'pipenv/patched/pip/_vendor/rich/tree.py'
adding 'pipenv/patched/pip/_vendor/tenacity/LICENSE'
adding 'pipenv/patched/pip/_vendor/tenacity/__init__.py'
adding 'pipenv/patched/pip/_vendor/tenacity/_asyncio.py'
adding 'pipenv/patched/pip/_vendor/tenacity/_utils.py'
adding 'pipenv/patched/pip/_vendor/tenacity/after.py'
adding 'pipenv/patched/pip/_vendor/tenacity/before.py'
adding 'pipenv/patched/pip/_vendor/tenacity/before_sleep.py'
adding 'pipenv/patched/pip/_vendor/tenacity/nap.py'
adding 'pipenv/patched/pip/_vendor/tenacity/py.typed'
adding 'pipenv/patched/pip/_vendor/tenacity/retry.py'
adding 'pipenv/patched/pip/_vendor/tenacity/stop.py'
adding 'pipenv/patched/pip/_vendor/tenacity/tornadoweb.py'
adding 'pipenv/patched/pip/_vendor/tenacity/wait.py'
adding 'pipenv/patched/pip/_vendor/tomli/LICENSE'
adding 'pipenv/patched/pip/_vendor/tomli/__init__.py'
adding 'pipenv/patched/pip/_vendor/tomli/_parser.py'
adding 'pipenv/patched/pip/_vendor/tomli/_re.py'
adding 'pipenv/patched/pip/_vendor/tomli/_types.py'
adding 'pipenv/patched/pip/_vendor/tomli/py.typed'
adding 'pipenv/patched/pip/_vendor/truststore/LICENSE'
adding 'pipenv/patched/pip/_vendor/truststore/__init__.py'
adding 'pipenv/patched/pip/_vendor/truststore/_api.py'
adding 'pipenv/patched/pip/_vendor/truststore/_macos.py'
adding 'pipenv/patched/pip/_vendor/truststore/_openssl.py'
adding 'pipenv/patched/pip/_vendor/truststore/_ssl_constants.py'
adding 'pipenv/patched/pip/_vendor/truststore/_windows.py'
adding 'pipenv/patched/pip/_vendor/truststore/py.typed'
adding 'pipenv/patched/pip/_vendor/urllib3/LICENSE.txt'
adding 'pipenv/patched/pip/_vendor/urllib3/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/_collections.py'
adding 'pipenv/patched/pip/_vendor/urllib3/_version.py'
adding 'pipenv/patched/pip/_vendor/urllib3/connection.py'
adding 'pipenv/patched/pip/_vendor/urllib3/connectionpool.py'
adding 'pipenv/patched/pip/_vendor/urllib3/exceptions.py'
adding 'pipenv/patched/pip/_vendor/urllib3/fields.py'
adding 'pipenv/patched/pip/_vendor/urllib3/filepost.py'
adding 'pipenv/patched/pip/_vendor/urllib3/poolmanager.py'
adding 'pipenv/patched/pip/_vendor/urllib3/request.py'
adding 'pipenv/patched/pip/_vendor/urllib3/response.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/_appengine_environ.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/appengine.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/ntlmpool.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/pyopenssl.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/securetransport.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/socks.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/bindings.py'
adding 'pipenv/patched/pip/_vendor/urllib3/contrib/_securetransport/low_level.py'
adding 'pipenv/patched/pip/_vendor/urllib3/packages/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/packages/six.py'
adding 'pipenv/patched/pip/_vendor/urllib3/packages/backports/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/packages/backports/makefile.py'
adding 'pipenv/patched/pip/_vendor/urllib3/packages/backports/weakref_finalize.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/__init__.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/connection.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/proxy.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/queue.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/request.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/response.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/retry.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/ssl_.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/ssl_match_hostname.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/ssltransport.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/timeout.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/url.py'
adding 'pipenv/patched/pip/_vendor/urllib3/util/wait.py'
adding 'pipenv/patched/pip/_vendor/webencodings/LICENSE'
adding 'pipenv/patched/pip/_vendor/webencodings/__init__.py'
adding 'pipenv/patched/pip/_vendor/webencodings/labels.py'
adding 'pipenv/patched/pip/_vendor/webencodings/mklabels.py'
adding 'pipenv/patched/pip/_vendor/webencodings/tests.py'
adding 'pipenv/patched/pip/_vendor/webencodings/x_user_defined.py'
adding 'pipenv/patched/safety/LICENSE'
adding 'pipenv/patched/safety/VERSION'
adding 'pipenv/patched/safety/__init__.py'
adding 'pipenv/patched/safety/__main__.py'
adding 'pipenv/patched/safety/cli.py'
adding 'pipenv/patched/safety/constants.py'
adding 'pipenv/patched/safety/errors.py'
adding 'pipenv/patched/safety/formatter.py'
adding 'pipenv/patched/safety/models.py'
adding 'pipenv/patched/safety/output_utils.py'
adding 'pipenv/patched/safety/safety-policy-template.yml'
adding 'pipenv/patched/safety/safety.py'
adding 'pipenv/patched/safety/util.py'
adding 'pipenv/patched/safety/alerts/__init__.py'
adding 'pipenv/patched/safety/alerts/github.py'
adding 'pipenv/patched/safety/alerts/requirements.py'
adding 'pipenv/patched/safety/alerts/utils.py'
adding 'pipenv/patched/safety/formatters/__init__.py'
adding 'pipenv/patched/safety/formatters/bare.py'
adding 'pipenv/patched/safety/formatters/json.py'
adding 'pipenv/patched/safety/formatters/screen.py'
adding 'pipenv/patched/safety/formatters/text.py'
adding 'pipenv/routines/__init__.py'
adding 'pipenv/routines/check.py'
adding 'pipenv/routines/clean.py'
adding 'pipenv/routines/clear.py'
adding 'pipenv/routines/graph.py'
adding 'pipenv/routines/install.py'
adding 'pipenv/routines/lock.py'
adding 'pipenv/routines/outdated.py'
adding 'pipenv/routines/requirements.py'
adding 'pipenv/routines/shell.py'
adding 'pipenv/routines/sync.py'
adding 'pipenv/routines/uninstall.py'
adding 'pipenv/routines/update.py'
adding 'pipenv/utils/__init__.py'
adding 'pipenv/utils/constants.py'
adding 'pipenv/utils/dependencies.py'
adding 'pipenv/utils/display.py'
adding 'pipenv/utils/environment.py'
adding 'pipenv/utils/exceptions.py'
adding 'pipenv/utils/fileutils.py'
adding 'pipenv/utils/funktools.py'
adding 'pipenv/utils/indexes.py'
adding 'pipenv/utils/internet.py'
adding 'pipenv/utils/locking.py'
adding 'pipenv/utils/markers.py'
adding 'pipenv/utils/pip.py'
adding 'pipenv/utils/pipfile.py'
adding 'pipenv/utils/processes.py'
adding 'pipenv/utils/project.py'
adding 'pipenv/utils/requirements.py'
adding 'pipenv/utils/requirementslib.py'
adding 'pipenv/utils/resolver.py'
adding 'pipenv/utils/shell.py'
adding 'pipenv/utils/toml.py'
adding 'pipenv/utils/virtualenv.py'
adding 'pipenv/vendor/Makefile'
adding 'pipenv/vendor/README.md'
adding 'pipenv/vendor/__init__.py'
adding 'pipenv/vendor/ruamel.yaml.LICENSE'
adding 'pipenv/vendor/vendor.txt'
adding 'pipenv/vendor/click/LICENSE.rst'
adding 'pipenv/vendor/click/__init__.py'
adding 'pipenv/vendor/click/_compat.py'
adding 'pipenv/vendor/click/_termui_impl.py'
adding 'pipenv/vendor/click/_textwrap.py'
adding 'pipenv/vendor/click/_winconsole.py'
adding 'pipenv/vendor/click/core.py'
adding 'pipenv/vendor/click/decorators.py'
adding 'pipenv/vendor/click/exceptions.py'
adding 'pipenv/vendor/click/formatting.py'
adding 'pipenv/vendor/click/globals.py'
adding 'pipenv/vendor/click/parser.py'
adding 'pipenv/vendor/click/py.typed'
adding 'pipenv/vendor/click/shell_completion.py'
adding 'pipenv/vendor/click/termui.py'
adding 'pipenv/vendor/click/testing.py'
adding 'pipenv/vendor/click/types.py'
adding 'pipenv/vendor/click/utils.py'
adding 'pipenv/vendor/click_didyoumean/LICENSE'
adding 'pipenv/vendor/click_didyoumean/__init__.py'
adding 'pipenv/vendor/colorama/LICENSE.txt'
adding 'pipenv/vendor/colorama/__init__.py'
adding 'pipenv/vendor/colorama/ansi.py'
adding 'pipenv/vendor/colorama/ansitowin32.py'
adding 'pipenv/vendor/colorama/initialise.py'
adding 'pipenv/vendor/colorama/win32.py'
adding 'pipenv/vendor/colorama/winterm.py'
adding 'pipenv/vendor/dotenv/LICENSE'
adding 'pipenv/vendor/dotenv/__init__.py'
adding 'pipenv/vendor/dotenv/ipython.py'
adding 'pipenv/vendor/dotenv/main.py'
adding 'pipenv/vendor/dotenv/parser.py'
adding 'pipenv/vendor/dotenv/py.typed'
adding 'pipenv/vendor/dotenv/variables.py'
adding 'pipenv/vendor/dotenv/version.py'
adding 'pipenv/vendor/dparse/LICENSE'
adding 'pipenv/vendor/dparse/__init__.py'
adding 'pipenv/vendor/dparse/dependencies.py'
adding 'pipenv/vendor/dparse/errors.py'
adding 'pipenv/vendor/dparse/filetypes.py'
adding 'pipenv/vendor/dparse/parser.py'
adding 'pipenv/vendor/dparse/regex.py'
adding 'pipenv/vendor/dparse/updater.py'
adding 'pipenv/vendor/importlib_metadata/LICENSE'
adding 'pipenv/vendor/importlib_metadata/__init__.py'
adding 'pipenv/vendor/importlib_metadata/_adapters.py'
adding 'pipenv/vendor/importlib_metadata/_collections.py'
adding 'pipenv/vendor/importlib_metadata/_compat.py'
adding 'pipenv/vendor/importlib_metadata/_functools.py'
adding 'pipenv/vendor/importlib_metadata/_itertools.py'
adding 'pipenv/vendor/importlib_metadata/_meta.py'
adding 'pipenv/vendor/importlib_metadata/_text.py'
adding 'pipenv/vendor/importlib_metadata/diagnose.py'
adding 'pipenv/vendor/importlib_metadata/py.typed'
adding 'pipenv/vendor/importlib_metadata/compat/__init__.py'
adding 'pipenv/vendor/importlib_metadata/compat/py39.py'
adding 'pipenv/vendor/packaging/LICENSE'
adding 'pipenv/vendor/packaging/LICENSE.APACHE'
adding 'pipenv/vendor/packaging/LICENSE.BSD'
adding 'pipenv/vendor/packaging/__init__.py'
adding 'pipenv/vendor/packaging/_elffile.py'
adding 'pipenv/vendor/packaging/_manylinux.py'
adding 'pipenv/vendor/packaging/_musllinux.py'
adding 'pipenv/vendor/packaging/_parser.py'
adding 'pipenv/vendor/packaging/_structures.py'
adding 'pipenv/vendor/packaging/_tokenizer.py'
adding 'pipenv/vendor/packaging/markers.py'
adding 'pipenv/vendor/packaging/metadata.py'
adding 'pipenv/vendor/packaging/py.typed'
adding 'pipenv/vendor/packaging/requirements.py'
adding 'pipenv/vendor/packaging/specifiers.py'
adding 'pipenv/vendor/packaging/tags.py'
adding 'pipenv/vendor/packaging/utils.py'
adding 'pipenv/vendor/packaging/version.py'
adding 'pipenv/vendor/pexpect/ANSI.py'
adding 'pipenv/vendor/pexpect/FSM.py'
adding 'pipenv/vendor/pexpect/LICENSE'
adding 'pipenv/vendor/pexpect/__init__.py'
adding 'pipenv/vendor/pexpect/_async.py'
adding 'pipenv/vendor/pexpect/_async_pre_await.py'
adding 'pipenv/vendor/pexpect/_async_w_await.py'
adding 'pipenv/vendor/pexpect/exceptions.py'
adding 'pipenv/vendor/pexpect/expect.py'
adding 'pipenv/vendor/pexpect/fdpexpect.py'
adding 'pipenv/vendor/pexpect/popen_spawn.py'
adding 'pipenv/vendor/pexpect/pty_spawn.py'
adding 'pipenv/vendor/pexpect/pxssh.py'
adding 'pipenv/vendor/pexpect/replwrap.py'
adding 'pipenv/vendor/pexpect/run.py'
adding 'pipenv/vendor/pexpect/screen.py'
adding 'pipenv/vendor/pexpect/socket_pexpect.py'
adding 'pipenv/vendor/pexpect/spawnbase.py'
adding 'pipenv/vendor/pexpect/utils.py'
adding 'pipenv/vendor/pipdeptree/LICENSE'
adding 'pipenv/vendor/pipdeptree/__init__.py'
adding 'pipenv/vendor/pipdeptree/__main__.py'
adding 'pipenv/vendor/pipdeptree/_adapter.py'
adding 'pipenv/vendor/pipdeptree/_cli.py'
adding 'pipenv/vendor/pipdeptree/_discovery.py'
adding 'pipenv/vendor/pipdeptree/_validate.py'
adding 'pipenv/vendor/pipdeptree/py.typed'
adding 'pipenv/vendor/pipdeptree/version.py'
adding 'pipenv/vendor/pipdeptree/_models/__init__.py'
adding 'pipenv/vendor/pipdeptree/_models/dag.py'
adding 'pipenv/vendor/pipdeptree/_models/package.py'
adding 'pipenv/vendor/pipdeptree/_render/__init__.py'
adding 'pipenv/vendor/pipdeptree/_render/graphviz.py'
adding 'pipenv/vendor/pipdeptree/_render/json.py'
adding 'pipenv/vendor/pipdeptree/_render/json_tree.py'
adding 'pipenv/vendor/pipdeptree/_render/mermaid.py'
adding 'pipenv/vendor/pipdeptree/_render/text.py'
adding 'pipenv/vendor/plette/LICENSE'
adding 'pipenv/vendor/plette/__init__.py'
adding 'pipenv/vendor/plette/lockfiles.py'
adding 'pipenv/vendor/plette/pipfiles.py'
adding 'pipenv/vendor/plette/models/__init__.py'
adding 'pipenv/vendor/plette/models/base.py'
adding 'pipenv/vendor/plette/models/hashes.py'
adding 'pipenv/vendor/plette/models/packages.py'
adding 'pipenv/vendor/plette/models/scripts.py'
adding 'pipenv/vendor/plette/models/sections.py'
adding 'pipenv/vendor/plette/models/sources.py'
adding 'pipenv/vendor/ptyprocess/LICENSE'
adding 'pipenv/vendor/ptyprocess/__init__.py'
adding 'pipenv/vendor/ptyprocess/_fork_pty.py'
adding 'pipenv/vendor/ptyprocess/ptyprocess.py'
adding 'pipenv/vendor/ptyprocess/util.py'
adding 'pipenv/vendor/pythonfinder/LICENSE.txt'
adding 'pipenv/vendor/pythonfinder/__init__.py'
adding 'pipenv/vendor/pythonfinder/environment.py'
adding 'pipenv/vendor/pythonfinder/exceptions.py'
adding 'pipenv/vendor/pythonfinder/pythonfinder.py'
adding 'pipenv/vendor/pythonfinder/utils.py'
adding 'pipenv/vendor/pythonfinder/models/__init__.py'
adding 'pipenv/vendor/pythonfinder/models/mixins.py'
adding 'pipenv/vendor/pythonfinder/models/path.py'
adding 'pipenv/vendor/pythonfinder/models/python.py'
adding 'pipenv/vendor/ruamel/__init__.py'
adding 'pipenv/vendor/ruamel/yaml/__init__.py'
adding 'pipenv/vendor/ruamel/yaml/anchor.py'
adding 'pipenv/vendor/ruamel/yaml/comments.py'
adding 'pipenv/vendor/ruamel/yaml/compat.py'
adding 'pipenv/vendor/ruamel/yaml/composer.py'
adding 'pipenv/vendor/ruamel/yaml/configobjwalker.py'
adding 'pipenv/vendor/ruamel/yaml/constructor.py'
adding 'pipenv/vendor/ruamel/yaml/cyaml.py'
adding 'pipenv/vendor/ruamel/yaml/docinfo.py'
adding 'pipenv/vendor/ruamel/yaml/dumper.py'
adding 'pipenv/vendor/ruamel/yaml/emitter.py'
adding 'pipenv/vendor/ruamel/yaml/error.py'
adding 'pipenv/vendor/ruamel/yaml/events.py'
adding 'pipenv/vendor/ruamel/yaml/loader.py'
adding 'pipenv/vendor/ruamel/yaml/main.py'
adding 'pipenv/vendor/ruamel/yaml/nodes.py'
adding 'pipenv/vendor/ruamel/yaml/parser.py'
adding 'pipenv/vendor/ruamel/yaml/py.typed'
adding 'pipenv/vendor/ruamel/yaml/reader.py'
adding 'pipenv/vendor/ruamel/yaml/representer.py'
adding 'pipenv/vendor/ruamel/yaml/resolver.py'
adding 'pipenv/vendor/ruamel/yaml/scalarbool.py'
adding 'pipenv/vendor/ruamel/yaml/scalarfloat.py'
adding 'pipenv/vendor/ruamel/yaml/scalarint.py'
adding 'pipenv/vendor/ruamel/yaml/scalarstring.py'
adding 'pipenv/vendor/ruamel/yaml/scanner.py'
adding 'pipenv/vendor/ruamel/yaml/serializer.py'
adding 'pipenv/vendor/ruamel/yaml/tag.py'
adding 'pipenv/vendor/ruamel/yaml/timestamp.py'
adding 'pipenv/vendor/ruamel/yaml/tokens.py'
adding 'pipenv/vendor/ruamel/yaml/util.py'
adding 'pipenv/vendor/shellingham/LICENSE'
adding 'pipenv/vendor/shellingham/__init__.py'
adding 'pipenv/vendor/shellingham/_core.py'
adding 'pipenv/vendor/shellingham/nt.py'
adding 'pipenv/vendor/shellingham/posix/__init__.py'
adding 'pipenv/vendor/shellingham/posix/_core.py'
adding 'pipenv/vendor/shellingham/posix/proc.py'
adding 'pipenv/vendor/shellingham/posix/ps.py'
adding 'pipenv/vendor/tomli/LICENSE'
adding 'pipenv/vendor/tomli/__init__.py'
adding 'pipenv/vendor/tomli/_parser.py'
adding 'pipenv/vendor/tomli/_re.py'
adding 'pipenv/vendor/tomli/_types.py'
adding 'pipenv/vendor/tomli/py.typed'
adding 'pipenv/vendor/tomlkit/LICENSE'
adding 'pipenv/vendor/tomlkit/__init__.py'
adding 'pipenv/vendor/tomlkit/_compat.py'
adding 'pipenv/vendor/tomlkit/_types.py'
adding 'pipenv/vendor/tomlkit/_utils.py'
adding 'pipenv/vendor/tomlkit/api.py'
adding 'pipenv/vendor/tomlkit/container.py'
adding 'pipenv/vendor/tomlkit/exceptions.py'
adding 'pipenv/vendor/tomlkit/items.py'
adding 'pipenv/vendor/tomlkit/parser.py'
adding 'pipenv/vendor/tomlkit/py.typed'
adding 'pipenv/vendor/tomlkit/source.py'
adding 'pipenv/vendor/tomlkit/toml_char.py'
adding 'pipenv/vendor/tomlkit/toml_document.py'
adding 'pipenv/vendor/tomlkit/toml_file.py'
adding 'pipenv/vendor/zipp/LICENSE'
adding 'pipenv/vendor/zipp/__init__.py'
adding 'pipenv/vendor/zipp/glob.py'
adding 'pipenv/vendor/zipp/compat/__init__.py'
adding 'pipenv/vendor/zipp/compat/py310.py'
adding 'pipenv-2024.0.1.dist-info/LICENSE'
adding 'pipenv-2024.0.1.dist-info/METADATA'
adding 'pipenv-2024.0.1.dist-info/NOTICES'
adding 'pipenv-2024.0.1.dist-info/WHEEL'
adding 'pipenv-2024.0.1.dist-info/entry_points.txt'
adding 'pipenv-2024.0.1.dist-info/top_level.txt'
adding 'pipenv-2024.0.1.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built pipenv-2024.0.1-py3-none-any.whl
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pipenv/build/manifest-i386-pipenv-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pipenv/build/manifest-i386-pipenv.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/pipenv
pkg://openindiana.org/library/python/pipenv-39@2024.0.1,5.11-2024.0.0.0:20240613T073053Z
PUBLISHED
pkg://openindiana.org/library/python/pipenv@2024.0.1,5.11-2024.0.0.0:20240613T073135Z
PUBLISHED