From c092428b53c1306252b66b51f49482650ec1f38b Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 19 May 2025 12:40:23 +0200 Subject: tlaunch requeriment are compiled, thinkpad touchpad requeriment are compiled, docker requeriment in progress is a long task yet and add validate size --- python-virtualenv/easy-compile.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python-virtualenv/easy-compile.sh (limited to 'python-virtualenv/easy-compile.sh') diff --git a/python-virtualenv/easy-compile.sh b/python-virtualenv/easy-compile.sh new file mode 100644 index 0000000..f92b8af --- /dev/null +++ b/python-virtualenv/easy-compile.sh @@ -0,0 +1,11 @@ +#!/bin/dash + +cd ~/unofficial/python-click-default-group/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-distlib/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-filelock/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-zipp/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-importlib-metadata/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-incremental/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-platformdirs/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/towncrier/ && updpkgsums && doas libremakepkg && \ + cd ~/unofficial/python-virtualenv/ && updpkgsums && doas libremakepkg -- cgit v1.2.3