From 712fdbcea7c0be532ceca6a55aa057003577fe6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Mon, 7 Apr 2025 16:25:27 +0300 Subject: [PATCH] python3-setuptools-rust 1.11.1-1 --- python3-setuptools-rust/alr.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python3-setuptools-rust/alr.sh b/python3-setuptools-rust/alr.sh index 2e699ff..343f243 100644 --- a/python3-setuptools-rust/alr.sh +++ b/python3-setuptools-rust/alr.sh @@ -1,5 +1,5 @@ name='python3-setuptools-rust' -version='1.11.0' +version='1.11.1' release='1' desc='Compile and distribute Python extensions written in rust as easily as if they were written in C.' homepage='https://github.com/PyO3/setuptools-rust' @@ -57,3 +57,9 @@ package() { python -m installer -d "$pkgdir" dist/*.whl install-license LICENSE ./python-setuptools-rust/LICENSE } + +files() { + echo ./usr/share/licenses/python-setuptools-rust/LICENSE + printf '"%s" ' ./usr/local/lib/python3.*/site-packages/setuptools_rust/**/* + printf '"%s" ' ./usr/local/lib/python3.*/site-packages/setuptools_rust-${version}.dist-info/* +} \ No newline at end of file