From 07ed51de21e88e3c1dd971d779e15bc9805d9670 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, 8 Sep 2025 22:27:17 +0300 Subject: [PATCH] - --- python3-rich/alr.sh | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 python3-rich/alr.sh diff --git a/python3-rich/alr.sh b/python3-rich/alr.sh deleted file mode 100644 index 46cf521..0000000 --- a/python3-rich/alr.sh +++ /dev/null @@ -1,43 +0,0 @@ -name='python3-rich' -version='14.1.0' -release='1' -desc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal.' -homepage='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' -maintainer_ru='Евгений Храмов ' -architectures=('all') -license=('MIT') -provides=('python3-rich') -conflicts=('python3-rich' 'python-rich') - -deps=( - 'python3-colorama' - 'python3-markdown-it-py' - 'python3-pygments' -) - -build_deps=( - 'python3-build' - 'python3-installer' - 'python3-poetry-core' - 'python3-wheel' -) - -sources=("https://github.com/willmcgugan/rich/archive/v${version}/rich-${version}.tar.gz") -checksums=('SKIP') - -build() { - cd rich-${version} - python -m build --wheel --no-isolation -} - -package() { - cd rich-${version} - python -m installer --destdir="$pkgdir" dist/*.whl - install-license LICENSE ./python3-rich/LICENSE -} - -files() { - echo ./usr/share/licenses/python3-rich/LICENSE - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/rich/**/* - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/rich-${version}.dist-info/* -} \ No newline at end of file