diff --git a/packages/python-pip/build.sh b/packages/python-pip/build.sh index 05af58ea8d1034..cd479d5a3cec30 100644 --- a/packages/python-pip/build.sh +++ b/packages/python-pip/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://pip.pypa.io/ TERMUX_PKG_DESCRIPTION="The PyPA recommended tool for installing Python packages" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="25.0.1" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="25.1" TERMUX_PKG_SRCURL=https://github.com/pypa/pip/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=334371888f0c679c04e819ddc234562feaea81331658a76842b62dc9dc83a832 +TERMUX_PKG_SHA256=990bda6f11b02b4e4cb6bd3581a5dbaed105838e7a4ec765cb3dc0c2bdbef7ca TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag" TERMUX_PKG_UPDATE_VERSION_REGEXP='^\d+\.\d+(\.\d+)?$' @@ -34,7 +33,7 @@ termux_step_post_make_install() { ( # creating pip documentation cd docs/ python pip_sphinxext.py - sphinx-build -b man -d build/doctrees/man man build/man -c html + sphinx-build -b man -d build/doctrees/man man build/man -c html --tag man ) install -vDm 644 LICENSE.txt -t "$TERMUX_PREFIX/share/licenses/python-pip/" diff --git a/packages/python-pip/conf.py.patch b/packages/python-pip/conf.py.patch deleted file mode 100644 index 13ef092ccd358b..00000000000000 --- a/packages/python-pip/conf.py.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- pip-25.0.1/docs/html/conf.py 2025-02-09 22:25:30.000000000 +0530 -+++ pip-25.0.1.mod/docs/html/conf.py 2025-02-22 02:45:23.168211229 +0530 -@@ -20,12 +20,6 @@ - "sphinx.ext.intersphinx", - # our extensions - "pip_sphinxext", -- # third-party extensions -- "myst_parser", -- "sphinx_copybutton", -- "sphinx_inline_tabs", -- "sphinxcontrib.towncrier", -- "sphinx_issues", - ] - - # General information about the project.