forked from Plemya-x/alr-repo
		
	python3-rich 14.0.0-1
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| name='python3-rich' | name='python3-rich' | ||||||
| version='13.9.4' | version='14.0.0' | ||||||
| release='1' | release='1' | ||||||
| desc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal.' | 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' | homepage='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' | ||||||
| @@ -22,13 +22,6 @@ build_deps=( | |||||||
|   'python3-wheel' |   'python3-wheel' | ||||||
| ) | ) | ||||||
|  |  | ||||||
| build_deps_almalinux=( |  | ||||||
|   'python3-build' |  | ||||||
|   'python3-installer' |  | ||||||
|   'python3-poetry-core' |  | ||||||
|   'python3-setuptools-wheel' |  | ||||||
| ) |  | ||||||
|  |  | ||||||
| sources=("https://github.com/willmcgugan/rich/archive/v${version}/rich-${version}.tar.gz") | sources=("https://github.com/willmcgugan/rich/archive/v${version}/rich-${version}.tar.gz") | ||||||
| checksums=('SKIP') | checksums=('SKIP') | ||||||
|  |  | ||||||
| @@ -42,3 +35,9 @@ package() { | |||||||
|   python -m installer --destdir="$pkgdir" dist/*.whl |   python -m installer --destdir="$pkgdir" dist/*.whl | ||||||
|   install-license LICENSE ./python3-rich/LICENSE |   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/* | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user