python3-packaging: 20.8 -> 20.9

This commit is contained in:
Danny Rawlins 2021-02-07 23:24:59 +11:00
parent da0c03f7a3
commit 4d1a3bbcde
3 changed files with 11 additions and 15 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.8-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging-20.9-py3.9.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.9/site-packages/packaging/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging/__about__.py
-rw-r--r-- root/root usr/lib/python3.9/site-packages/packaging/__init__.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/c6v5WE2A8KoqXV+wqAU3eqGfHsbAcv58BlNHWAi4WygnAyV+UE7JC8MRrW86LeK+xQoVcsbtFQ2kdyq4k1g5ww=
SHA256 (Pkgfile) = 21b1883ba1d5d73254458fad1addf80f01d11c953b0213fb9f303fa116e6814c
SHA256 (.footprint) = 43e7512bb69a7f14973b719e1298d0d5698945a52e43f1d94f552d73aeab2499
SHA256 (packaging-20.8.tar.gz) = 78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093
RWSE3ohX2g5d/R9GxKaWeDkxw5C/Ly2qW+5fGkDGDwNOHG/Mg3BY88Ml1ot6dU1cLk87YYqUjOUXeftipCrcctAfvt5dKZ68GAE=
SHA256 (Pkgfile) = 1f2b62237241a5d6679874643806fd3e7bab9a4e2bbdb84c686df4a52392f3d0
SHA256 (.footprint) = d907636d5a9a0b4d7f32cfa842a834c98287a4e652932d410e997a4b64f21088
SHA256 (packaging-20.9.tar.gz) = 5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5

View File

@ -4,7 +4,7 @@
# Depends on: python3-pyparsing python3-six
name=python3-packaging
version=20.8
version=20.9
release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
@ -15,8 +15,4 @@ build() {
/usr/bin/python3 setup.py install \
--prefix=/usr --root=$PKG --optimize=1
# remove sdist metadata, as wheel metadata will be used with python3-pip
find $PKG/usr/lib/python*/site-packages/ -maxdepth 1 -type f \
-name "${name#*-}-$version-py*.egg-info" -delete
}