python3-slugify: clean up footprint

This commit is contained in:
2026-01-20 17:44:19 +00:00
parent ab728d7f19
commit 4ebee14fe6
3 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,9 @@ 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/python_slugify-8.0.4.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/direct_url.json
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.12/site-packages/python_slugify-8.0.4.dist-info/top_level.txt

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxId/YsPpYjBQrB4IsXH6GlCIeWOZUvBk0EU+G0IdDT6R+3JA/nJuVzvjBOwY/ejnEAphlH8x7qZMp7q+puI8BwM=
SHA256 (Pkgfile) = 4653a29ed05fe36546f4c9315ef3baa10bd18976c36768cb00ae69a7291b6a34
SHA256 (.footprint) = 6c4452027555c2b180fba7e953ed738ee7116552e080bf50320814e3e424ec4a
RWTTPlFarK9CxIBgM4RRkG+N4lWBsHNYtT+Wy0jWHoTO+rnEdQBKRpJx6zjxjFj+v0FZ2icuF0EnP73kwnhwz3ThM/LDakLKsg8=
SHA256 (Pkgfile) = 443a8f500637d89c9469d79c5736d934e5151fc7186ea08eec4b475fe20d95a2
SHA256 (.footprint) = 548d0a9b1aeff4070ae6c738719efb6e76e52141029c9de17d1dae5cafefa5ab
SHA256 (python3-slugify-8.0.4.tar.gz) = 09c8faf36b5703d0d9492ca68af71f09bd3d7d9e6761bf945ae261788fbebeeb

View File

@@ -11,8 +11,8 @@ source=(https://github.com/un33k/${name//3/}/archive/v$version/$name-$version.ta
build() {
cd ${name//3/}-$version
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed \
/usr/bin/pip3 install --isolate --root="$PKG" --ignore-installed \
--no-deps --no-warn-script-location .
rm $PKG/usr/lib/python3.*/site-packages/*.dist-info/{INSTALLER,LICENSE,METADATA,REQUESTED,WHEEL}
rm -rf "$PKG"/usr/lib/python3.12/site-packages/*.dist-info/{licenses,INSTALLER,REQUESTED}
}