python3-pytimeparse: clean up footprint

This commit is contained in:
2026-01-20 15:53:20 +00:00
parent ef501b6454
commit ab728d7f19
3 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/lib/
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/pytimeparse-1.1.8.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pytimeparse-1.1.8.dist-info/LICENSE.rst
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pytimeparse-1.1.8.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pytimeparse-1.1.8.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/pytimeparse-1.1.8.dist-info/WHEEL

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxBH1XltGRMt4QmHE+FW0tz2P1KJH7/SKZLT4C2nl4J9dgxcoGa7NwZxAonpXpEyJVyKeUXdp/hkgWqEqgcSfTwU=
SHA256 (Pkgfile) = 1fdf4c908d61f968cfbc22f8eaf968027041583476652500a2334a99b75989f9
SHA256 (.footprint) = 5297fb66d1f81269fac49e9e18081b48bf656993d314f387b32b233ed4b0fd23
RWTTPlFarK9CxD0RodRc0hDRMFCd6EEqVvNIrVTSwPIGrne0iE205hLnTYYgrjCICydNFH0OF8PsLoGJGX0n+IdGJAg/WolTKAU=
SHA256 (Pkgfile) = 548ab494edc9ba1254b68ec95cf8d7fdc49cb39693dd408bdea6ca4cf08f82ab
SHA256 (.footprint) = 250e5eaab4d9d4fb2a517e1d3e7c8566a59fbda9c9ea1cc723c134c5aa125f9d
SHA256 (pytimeparse-1.1.8.tar.gz) = e86136477be924d7e670646a98561957e8ca7308d44841e21f5ddea757556a0a

View File

@@ -12,5 +12,6 @@ build() {
cd ${name##python3-}-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir="$PKG" dist/*.whl
rm -rf "$PKG"/usr/lib/python3.12/site-packages/pytimeparse-$version.dist-info/licenses
}