Compare commits
No commits in common. "ace7a0e1440078adc1c8355e498fb8926c09a0fd" and "51b802c75afdb9f4c633386b27bb3aadafb8b2ab" have entirely different histories.
ace7a0e144
...
51b802c75a
@ -29,19 +29,7 @@ build_deps=(
|
|||||||
'rust'
|
'rust'
|
||||||
'openssl-devel'
|
'openssl-devel'
|
||||||
)
|
)
|
||||||
build_deps_almalinux=(
|
|
||||||
'bzip2'
|
|
||||||
'libgcc'
|
|
||||||
'git'
|
|
||||||
'glibc'
|
|
||||||
'python3-build'
|
|
||||||
'python3-installer'
|
|
||||||
'python3-setuptools'
|
|
||||||
'python3-setuptools-rust'
|
|
||||||
'python3-setuptools-wheel'
|
|
||||||
'rust'
|
|
||||||
'openssl-devel'
|
|
||||||
)
|
|
||||||
options=(!lto)
|
options=(!lto)
|
||||||
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
|
sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
@ -25,7 +25,7 @@ build_deps_almalinux=(
|
|||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-devel'
|
'python3-devel'
|
||||||
'python3-installer'
|
'python3-installer'
|
||||||
'python3-setuptools-wheel'
|
'python3.12-wheel'
|
||||||
)
|
)
|
||||||
#opt_deps=(
|
#opt_deps=(
|
||||||
# 'python3-pandas'
|
# 'python3-pandas'
|
||||||
|
@ -36,7 +36,7 @@ build_deps_almalinux=(
|
|||||||
'python3-installer'
|
'python3-installer'
|
||||||
'python3-setuptools'
|
'python3-setuptools'
|
||||||
'python3-setuptools-rust'
|
'python3-setuptools-rust'
|
||||||
'python3-setuptools-wheel'
|
'python3.12-wheel'
|
||||||
'rust'
|
'rust'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ build_deps_almalinux=(
|
|||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-installer'
|
'python3-installer'
|
||||||
'python3-maturin'
|
'python3-maturin'
|
||||||
'python3-setuptools-wheel'
|
'python3.12-wheel'
|
||||||
'python3-babel'
|
'python3-babel'
|
||||||
'python3-freezegun'
|
'python3-freezegun'
|
||||||
'python3-pytest'
|
'python3-pytest'
|
||||||
|
@ -1,44 +0,0 @@
|
|||||||
name='python3-rich'
|
|
||||||
version='13.8.1'
|
|
||||||
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='Евгений Храмов <xpamych@yandex.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'
|
|
||||||
)
|
|
||||||
|
|
||||||
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")
|
|
||||||
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
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user