python3-olefile: updated footprint for python3.12

This commit is contained in:
John McQuah 2025-03-16 21:45:17 +00:00
parent 02c88fdda8
commit cf1e92ced4
3 changed files with 19 additions and 23 deletions

View File

@ -1,18 +1,14 @@
drwxr-xr-x root/root usr/
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/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile-0.47-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/olefile/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/olefile/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/__pycache__/__init__.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/__pycache__/__init__.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/__pycache__/olefile.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/__pycache__/olefile.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/olefile/olefile.py
drwxr-xr-x root/root usr/lib/python3.12/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/
drwxr-xr-x root/root usr/lib/python3.12/site-packages/olefile-0.47.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile-0.47.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile-0.47.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile-0.47.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/olefile/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile/__init__.py
drwxr-xr-x root/root usr/lib/python3.12/site-packages/olefile/__pycache__/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile/__pycache__/__init__.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile/__pycache__/olefile.cpython-312.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.12/site-packages/olefile/olefile.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxOyRwWYPMSQmGm2WEES9wBeptkW/jcS9i5r8SGQ41iYCWuUDXxBVWGfgNTEWZzXoP5FqOIheZ1VVDVncnznLbgw=
SHA256 (Pkgfile) = ed97294d12a98700cbe66a10e3e95a88ba2352c76abd3310e40e64a00aba10b8
SHA256 (.footprint) = 4830bb402b73b4bcf236b1f21861609b1b135a235ccd87f0d0f5fb44f59c581c
RWTTPlFarK9CxKd9CZ0wIyCO9O1AOeYCt8rGTQozbpXt55DFKEEDtRGCl9VV0XMNuGVVmbqLgiFrCnKYa2AS1pHzBo1RFyzCgQk=
SHA256 (Pkgfile) = 302cf31f0ff98fb1cb979b1f00edb23b33545d1edf94a4f799f717dcd2bdcb1c
SHA256 (.footprint) = 2e0b646af488ea8b8851d368c4ab64a0c250a9d58bb2c641d6f33e117d960ef0
SHA256 (python3-olefile-0.47.tar.gz) = 9548da6a5260fe5a513a5d3144e748ba1ecb3ac8731f6e102d1c263b28a8b44b

View File

@ -1,7 +1,7 @@
# Description: python module for opening Microsoft OLE2 files
# URL: https://github.com/decalage2/olefile
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: python3-setuptools
# Depends on: python3-build
name=python3-olefile
version=0.47
@ -11,9 +11,9 @@ renames=($name-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 setup.py install --skip-build \
--optimize=1 --prefix=/usr --root=$PKG
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
rm $PKG/usr/lib/python3*/site-packages/*.dist-info/{LICENSE.txt,METADATA}
}