Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created November 16, 2022 15:04
Show Gist options
  • Save jaraco/c1301b607507706fc276df134374e30e to your computer and use it in GitHub Desktop.
Save jaraco/c1301b607507706fc276df134374e30e to your computer and use it in GitHub Desktop.
~ $ py -3.10 -m pip-run -q 'git+https://github.com/pypa/pip@refs/pull/11598/head' -- -m pip-run --use-pep517 mercurial
WARNING: Did not find branch or tag 'refs/pull/11598/head', assuming revision or ref.
Collecting mercurial
Using cached mercurial-6.3.0.tar.gz (8.1 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: mercurial
Building wheel for mercurial (pyproject.toml) ... done
Created wheel for mercurial: filename=mercurial-6.3.0-cp310-cp310-macosx_12_0_arm64.whl size=4676010 sha256=d806a9d5b0311005573f3d675cd8e07b5007361f6691bdea6353541259d5b654
Stored in directory: /Users/jaraco/Library/Caches/pip/wheels/11/27/ef/9590df3e5f1aba164721ebb8443ca004aa15648b1214f4ac73
Successfully built mercurial
Installing collected packages: mercurial
Successfully installed mercurial-6.3.0
Python 3.10.8 (main, Oct 13 2022, 09:48:40) [Clang 14.0.0 (clang-1400.0.29.102)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment