python313Packages.pip: 24.0 -> 25.0.1
https://pip.pypa.io/en/stable/news/#v25-0-1
This commit is contained in:
parent
d88d9feeb4
commit
be4d27febe
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# docs
|
# docs
|
||||||
sphinx,
|
sphinx,
|
||||||
|
sphinx-issues,
|
||||||
|
|
||||||
# checks
|
# checks
|
||||||
freezegun,
|
freezegun,
|
||||||
@ -30,14 +31,14 @@
|
|||||||
let
|
let
|
||||||
self = buildPythonPackage rec {
|
self = buildPythonPackage rec {
|
||||||
pname = "pip";
|
pname = "pip";
|
||||||
version = "24.0";
|
version = "25.0.1";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pypa";
|
owner = "pypa";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-yojk2T5wuPkS1OKusilj253AT+xyKwXCWKBNUEH2Mgo=";
|
hash = "sha256-V069rAL6U5KBnSc09LRCu0M7qQCH5NbMghVttlmIoRY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -53,6 +54,7 @@ let
|
|||||||
|
|
||||||
# docs
|
# docs
|
||||||
sphinx
|
sphinx
|
||||||
|
sphinx-issues
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
@ -69,7 +71,7 @@ let
|
|||||||
# sphinx.ext.intersphinx requires network connection or packaged object.inv files for python and pypug
|
# sphinx.ext.intersphinx requires network connection or packaged object.inv files for python and pypug
|
||||||
# sphinxcontrib.towncrier is not currently packaged
|
# sphinxcontrib.towncrier is not currently packaged
|
||||||
for ext in sphinx.ext.intersphinx sphinx_copybutton sphinx_inline_tabs sphinxcontrib.towncrier myst_parser; do
|
for ext in sphinx.ext.intersphinx sphinx_copybutton sphinx_inline_tabs sphinxcontrib.towncrier myst_parser; do
|
||||||
substituteInPlace html/conf.py --replace '"'$ext'",' ""
|
substituteInPlace html/conf.py --replace-fail '"'$ext'",' ""
|
||||||
done
|
done
|
||||||
|
|
||||||
PYTHONPATH=$src/src:$PYTHONPATH sphinx-build -v \
|
PYTHONPATH=$src/src:$PYTHONPATH sphinx-build -v \
|
||||||
|
Loading…
Reference in New Issue
Block a user