python3-six: fix for python3-pyqt5

This commit is contained in:
Danny Rawlins 2020-02-05 21:06:15 +11:00
parent 642a27975e
commit 3e70ff456a
3 changed files with 9 additions and 8 deletions

View File

@ -5,4 +5,9 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/
drwxr-xr-x root/root usr/lib/python3.7/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/six.cpython-37.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.7/site-packages/__pycache__/six.cpython-37.pyc
drwxr-xr-x root/root usr/lib/python3.7/site-packages/six-1.14.0-py3.7.egg-info/
-rw-rw-r-- root/root usr/lib/python3.7/site-packages/six-1.14.0-py3.7.egg-info/PKG-INFO
-rw-rw-r-- root/root usr/lib/python3.7/site-packages/six-1.14.0-py3.7.egg-info/SOURCES.txt
-rw-rw-r-- root/root usr/lib/python3.7/site-packages/six-1.14.0-py3.7.egg-info/dependency_links.txt
-rw-rw-r-- root/root usr/lib/python3.7/site-packages/six-1.14.0-py3.7.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.7/site-packages/six.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/fKy7QisuFEcROXaNJMm8vKTE5KH1r2lyWIbve/QJkRH5FryahO8E6YbOSXkj0gZsctOK7xjv6o423CIX+pCRQ0=
SHA256 (Pkgfile) = 1a631410319332fa17a8cdb3fa92fef1ed756cbd125bb0e2bc017e1bb574d930
SHA256 (.footprint) = db0eae4d9e065f9b420947d1985924596099053554b75061714412386c4a03d3
RWSE3ohX2g5d/Q42w4MI3fqK+os1yaI5O1tREWLTYHS/6WT0GQvyqVOQwOIKqIax2d9FA2WeFPNKhqBEl9Us2eaS3Y3/Ol7usAw=
SHA256 (Pkgfile) = 3a5a31c91d5cc0566195e039ab3842cecb26f7999621dcd4ff8181c9fcd54226
SHA256 (.footprint) = abe36689492dc64d64843fe3a372f80357d4c8f9d0b1379c6abe8bc089f5c6dd
SHA256 (six-1.14.0.tar.gz) = 236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a

View File

@ -1,7 +1,7 @@
# Description: Python 2 and 3 compatibility utilities.
# URL: https://pypi.python.org/pypi/six/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3
# Depends on: python3-setuptools
name=python3-six
version=1.14.0
@ -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
}