1
0
forked from ports/opt

python3-pip: 23.3.2 -> 24.0

This commit is contained in:
Tim Biermann 2024-02-03 13:28:32 +01:00
parent 6f4d84ab70
commit 2b96b85dfe
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 12 deletions

View File

@ -6,13 +6,12 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/ drwxr-xr-x root/root usr/lib/python3.10/
-rw-r--r-- root/root usr/lib/python3.10/EXTERNALLY-MANAGED -rw-r--r-- root/root usr/lib/python3.10/EXTERNALLY-MANAGED
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/PKG-INFO -rw-r--r-- root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/SOURCES.txt -rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/dependency_links.txt -rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/entry_points.txt -rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/entry_points.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/not-zip-safe -rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-24.0-py3.10.egg-info/top_level.txt
-rw-rw-r-- root/root usr/lib/python3.10/site-packages/pip-23.3.2-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/pip/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/pip/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pip/__init__.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/pip/__init__.py
-rw-r--r-- root/root usr/lib/python3.10/site-packages/pip/__main__.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/pip/__main__.py

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Z68FjA7mNRrJU3qJBThatPzJvY/TXrYjfAVUofBP4pKAkAeO8MD1jPg3lKQALwWgZR07zjLbdhtOF2vv73P3A4= RWSE3ohX2g5d/Yp+y1ETp3hOFq9DhjZHmGtxysllvjATtgZQTGmyOCfbjJc3B+UVrbmud9YxBokkX5kdy0nM8/pY4eeZ95bYUgo=
SHA256 (Pkgfile) = 7479a178b6a5817862f3f8ada00b8193c917b3ddf9b4472f8fdf1455d881988b SHA256 (Pkgfile) = b5a44d63fc1a5b890ca2e6e5b5bae7038152994ece8e179b50534037dfeb0e41
SHA256 (.footprint) = b70276b132e4efaa233cece2255b8459a6db5e4b23acae45bf6815c8d67c0e97 SHA256 (.footprint) = 3325cfd294a248b467d1f05998d086b17efe4b639629c88cfdf1a48fcf668dfb
SHA256 (pip-23.3.2.tar.gz) = 7fd9972f96db22c8077a1ee2691b172c8089b17a5652a44494a9ecb0d78f9149 SHA256 (pip-24.0.tar.gz) = ea9bd1a847e8c5774a5777bb398c19e80bcd4e2aa16a4b301b718fe6f593aba2
SHA256 (EXTERNALLY-MANAGED.in) = 496e8e4bf177c40d128b6c7fa9edaf905b4631b450a87d01507781f6f9f30520 SHA256 (EXTERNALLY-MANAGED.in) = 496e8e4bf177c40d128b6c7fa9edaf905b4631b450a87d01507781f6f9f30520

View File

@ -4,7 +4,7 @@
# Depends on: python3-setuptools # Depends on: python3-setuptools
name=python3-pip name=python3-pip
version=23.3.2 version=24.0
release=1 release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz
EXTERNALLY-MANAGED.in) EXTERNALLY-MANAGED.in)