From 09815046c857d32620aa5123e9f4101aaaaee41f 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=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 13 Jul 2024 16:34:20 +0300 Subject: [PATCH] name='python3-halo' version='0.0.31' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Евгений Храмов --- python3-halo/alr.sh | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 python3-halo/alr.sh diff --git a/python3-halo/alr.sh b/python3-halo/alr.sh new file mode 100644 index 0000000..3fdb3df --- /dev/null +++ b/python3-halo/alr.sh @@ -0,0 +1,37 @@ +name='python3-halo' +version='0.0.31' +release='1' +desc='Beautiful terminal spinners in Python' +homepage='https://github.com/manrajgrover/halo' +maintainer="Евгений Храмов " +architectures=('all') +license=('MIT') + +deps=( + 'python' + 'python3-log_symbols' + 'python3-spinners' + 'python3-termcolor' + 'python3-six' +) +build_deps=( + 'python3-build' + 'python3-installer' + 'python3-setuptools' + 'python3-wheel' +) + +sources=("https://files.pythonhosted.org/packages/source/h/halo/halo-${version}.tar.gz") +checksums=('SKIP') + +build() { + cd halo-$version + python setup.py build +} + +package() { + cd halo-$version + python setup.py install --skip-build -O1 --root="$pkgdir" +} + +