python3-leather: updated to version 0.4.1

This commit is contained in:
2026-01-20 18:04:45 +00:00
parent 4ebee14fe6
commit 9d7dfba457
3 changed files with 15 additions and 15 deletions

View File

@@ -2,12 +2,11 @@ drwxr-xr-x root/root usr/
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/leather-0.4.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.0.dist-info/COPYING
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.0.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/leather-0.4.1.dist-info/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.1.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.1.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather-0.4.1.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.12/site-packages/leather/
-rw-r--r-- root/root usr/lib/python3.12/site-packages/leather/__init__.py
drwxr-xr-x root/root usr/lib/python3.12/site-packages/leather/__pycache__/

View File

@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxIGnvDFLZ4xDPIfBF+uB2618HFsI3oiN9njuhN/iYJ95vfd0uVdWFXDhlKyGos0lpwGK8yZBg9QWMn/0rGuijgs=
SHA256 (Pkgfile) = bb6e378c0f81975a951bdf1e4ea6b4c5612b21d80ae91a4603239fe4d4239993
SHA256 (.footprint) = ab1458536d60a25db1338c2ad306c5c6cd45d5c97ab3fc21f2f1afe4f46b01dc
SHA256 (python3-leather-0.4.0.tar.gz) = 5b4d698e97534a2600150837c2beb446278b7ef276a699768efc5488c88290c3
RWTTPlFarK9CxIRP/N/DGwc6nG3A/iup0F9Ekth1WutxDq0kcVPFJiqJgICbOpjtG7wAXRfjXq+VW7CVt2y2d9fi0gmW3xRBTgk=
SHA256 (Pkgfile) = 31600555aefb09e9ed6ca87a63b17f19cc718014c14b3605427837c11000079d
SHA256 (.footprint) = 80a0779bc1569244881c031dcb8a575c0dee423cd4621e5a1cdd558ad7186222
SHA256 (leather-0.4.1.tar.gz) = 67119c2aee93be821f077193bd8534e296c05b38bd174d9c5a80c4aa31d1a4d3

View File

@@ -4,14 +4,15 @@
# Depends on: python3-build
name=python3-leather
version=0.4.0
version=0.4.1
release=1
source=(https://github.com/wireservice/${name##python3-}/archive/refs/tags/$version.tar.gz)
renames=($name-$version.tar.gz)
_commit=849cf129d7eae1e42f873f2dbd60323267c738390b686a7384fb3fb289ad
source=(https://files.pythonhosted.org/packages/9e/09/$_commit/leather-$version.tar.gz)
build() {
cd ${name##python3-}-$version
cd leather-$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/leather-$version.dist-info/licenses
}