This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setuptools main $ pip-run -q build wheel -- -m build --no-isolation --wheel | |
* Getting dependencies for wheel... | |
running egg_info | |
creating setuptools.egg-info | |
writing setuptools.egg-info/PKG-INFO | |
writing dependency_links to setuptools.egg-info/dependency_links.txt | |
writing entry points to setuptools.egg-info/entry_points.txt | |
writing requirements to setuptools.egg-info/requires.txt | |
writing manifest file 'setuptools.egg-info/SOURCES.txt' | |
package init file 'setuptools/tests/indexes/__init__.py' not found (or not a regular file) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ whois cherrypy.org | |
% IANA WHOIS server | |
% for more information on IANA, visit http://www.iana.org | |
% This query returned 1 object | |
refer: whois.pir.org | |
domain: ORG | |
organisation: Public Interest Registry (PIR) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pip-run virtualenv -- -m virtualenv --version | |
Collecting virtualenv | |
Using cached virtualenv-20.6.0-py2.py3-none-any.whl (5.3 MB) | |
Collecting platformdirs<3,>=2 | |
Using cached platformdirs-2.0.2-py2.py3-none-any.whl (10 kB) | |
Collecting distlib<1,>=0.3.1 | |
Using cached distlib-0.3.2-py2.py3-none-any.whl (338 kB) | |
Collecting filelock<4,>=3.0.0 | |
Using cached filelock-3.0.12-py3-none-any.whl (7.6 kB) | |
Collecting six<2,>=1.9.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cpython bpo-44461-refactor-targets $ git diff | |
diff --git a/Lib/pdb.py b/Lib/pdb.py | |
index b1f0c7fab0..ca0bbbbd8f 100755 | |
--- a/Lib/pdb.py | |
+++ b/Lib/pdb.py | |
@@ -1566,6 +1566,7 @@ def lookupmodule(self, filename): | |
@functools.singledispatchmethod | |
def _run(self, target: 'ModuleTarget'): | |
+ raise ValueError('module!') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
these paths will be fetched (45.42 MiB download, 200.97 MiB unpacked): | |
/nix/store/1fpxk7nq33jyxv5psgv7fcya0zk1dh02-setuptools-setup-hook | |
/nix/store/25qhsb4lx6h9qxd2zs5y0vzqvqmj3njm-bash-interactive-4.4-p23-info | |
/nix/store/55hb783qfks5n51x65bhckzy3xj1v6n1-python-namespaces-hook.sh | |
/nix/store/6h64pgvdlv9xii0i9cxr2k7rz7clz4pc-python3.8-peppercorn-0.6 | |
/nix/store/6mic0pcmp4va0ghx7hn5wl3jl4ll4h2q-gnumake-4.3 | |
/nix/store/6wzkn6gdpj3psqjgbfx858wd3dhanj12-diffutils-3.7 | |
/nix/store/7d2w3lafm8cla7n6ii5jskhsnqg4zv3a-stdenv-linux | |
/nix/store/7w60y5y9vq1lvxndn1mvzwswijjbp9q6-python-catch-conflicts-hook | |
/nix/store/83zz05y2rh15y108ydkcmz3pl7bddccz-bash-interactive-4.4-p23-doc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker run jaraco/multipy-tox pip-run -q jaraco.docker -- -c "import jaraco.docker; print(jaraco.docker.is_docker())" | |
True | |
$ pip-run -q jaraco.docker -- -c "import jaraco.docker; print(jaraco.docker.is_docker())" | |
False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
draft $ pip-run --use-pep517 sqlalchemy@git+https://github.com/sqlalchemy/sqlalchemy.git@master 'sqlalchemy[postgresql]' -- -c pass | |
Collecting sqlalchemy@ git+https://github.com/sqlalchemy/sqlalchemy.git@master | |
Cloning https://github.com/sqlalchemy/sqlalchemy.git (to revision master) to /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-install-43td_xz5/sqlalchemy_fbdc1e8c7e9a43bdbeee65cd0bcf4735 | |
Running command git clone -q https://github.com/sqlalchemy/sqlalchemy.git /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-install-43td_xz5/sqlalchemy_fbdc1e8c7e9a43bdbeee65cd0bcf4735 | |
Installing build dependencies ... done | |
Getting requirements to build wheel ... done | |
Preparing wheel metadata ... done | |
Collecting sqlalchemy[postgresql] | |
Using cached SQLAlchemy-1.3.22-cp39-cp39-macosx_10_14_x86_64.whl (1.2 MB) | |
Collecting greenlet!=0.4.17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foolscap master $ pyproject-build | |
Collecting wheel | |
Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) | |
Collecting setuptools>=40.8.0 | |
Using cached setuptools-51.1.2-py3-none-any.whl (784 kB) | |
Installing collected packages: wheel, setuptools | |
Successfully installed setuptools-51.1.2 wheel-0.36.2 | |
running sdist | |
running egg_info | |
writing src/foolscap.egg-info/PKG-INFO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using random seed 735017 | |
0:00:00 load avg: 2.17 Run tests in parallel using 10 child processes | |
0:00:02 load avg: 2.16 [1/1/1] test.test_importlib failed | |
test_join_path | |
Warning -- sys.path was modified by test.test_importlib | |
Before: (4326187200, ['/Users/jaraco/code/public/cpython', '/usr/local/lib/python310.zip', '/Users/jaraco/code/public/cpython/Lib', '/Users/jaraco/code/public/cpython/build/lib.macosx-11.1-x86_64-3.10'], ['/Users/jaraco/code/public/cpython', '/usr/local/lib/python310.zip', '/Users/jaraco/code/public/cpython/Lib', '/Users/jaraco/code/public/cpython/build/lib.macosx-11.1-x86_64-3.10']) | |
After: (4326187200, ['/Users/jaraco/code/public/cpython', '/usr/local/lib/python310.zip', '/Users/jaraco/code/public/cpython/Lib', '/Users/jaraco/code/public/cpython/build/lib.macosx-11.1-x86_64-3.10'], ['/Users/jaraco/code/public/cpython', '/usr/local/lib/python310.zip', '/Users/jaraco/code/public/cpython/Lib', '/Users/jaraco/code/public/cpython/build/lib.macosx-11.1-x86_64-3.10', '/Users/jaraco/code/pub |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ python | |
Python 3.9.0 (v3.9.0:9cf6752276, Oct 5 2020, 11:29:23) | |
[Clang 6.0 (clang-600.0.57)] on darwin | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import urllib.request | |
>>> import zipfile | |
>>> import io | |
>>> import importlib.metadata | |
>>> url = 'https://files.pythonhosted.org/packages/2d/c6/59aa4188e7eddb9e89ec67a51598ca6bfc09f1b38c9b45f7ee45af7a4df4/httpx-0.16.1-py3-none-any.whl' | |
>>> stream = urllib.request.urlopen(url) |