python3-halo 0.0.31-2
This commit is contained in:
@@ -1,19 +1,48 @@
|
|||||||
name='python3-halo'
|
name='python3-halo'
|
||||||
version='0.0.31'
|
version='0.0.31'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Beautiful terminal spinners in Python'
|
desc='Beautiful terminal spinners in Python'
|
||||||
|
desc_ru='Библиотека Python для красивых анимаций загрузки в терминале'
|
||||||
homepage='https://github.com/manrajgrover/halo'
|
homepage='https://github.com/manrajgrover/halo'
|
||||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
maintainer="Evgeny Khramov <xpamych@yandex.ru>"
|
||||||
|
maintainer_ru="Евгений Храмов <xpamych@yandex.ru>"
|
||||||
architectures=('all')
|
architectures=('all')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
deps=(
|
deps=(
|
||||||
'python'
|
'python3'
|
||||||
'python3-log_symbols'
|
'python3-log_symbols'
|
||||||
'python3-spinners'
|
'python3-spinners'
|
||||||
'python3-termcolor'
|
'python3-termcolor'
|
||||||
'python3-six'
|
'python3-six'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
deps_alt=(
|
||||||
|
'python3'
|
||||||
|
'python3-module-log_symbols'
|
||||||
|
'python3-module-spinners'
|
||||||
|
'python3-module-termcolor'
|
||||||
|
'python3-module-six'
|
||||||
|
)
|
||||||
|
deps_arch=(
|
||||||
|
'python'
|
||||||
|
'python-log_symbols'
|
||||||
|
'python-spinners'
|
||||||
|
'python-termcolor'
|
||||||
|
'python-six'
|
||||||
|
)
|
||||||
|
deps_debian=(
|
||||||
|
'python3'
|
||||||
|
'python3-log-symbols'
|
||||||
|
'python3-spinners'
|
||||||
|
'python3-termcolor'
|
||||||
|
'python3-six'
|
||||||
|
)
|
||||||
|
deps_fedora=("${deps[@]}")
|
||||||
|
deps_redos=("${deps[@]}")
|
||||||
|
deps_rhel=("${deps[@]}")
|
||||||
|
deps_rosa=("${deps[@]}")
|
||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
'python3-build'
|
'python3-build'
|
||||||
'python3-installer'
|
'python3-installer'
|
||||||
@@ -21,6 +50,24 @@ build_deps=(
|
|||||||
'python3-wheel'
|
'python3-wheel'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
build_deps_alt=(
|
||||||
|
'python3-module-build'
|
||||||
|
'python3-module-installer'
|
||||||
|
'python3-module-setuptools'
|
||||||
|
'python3-module-wheel'
|
||||||
|
)
|
||||||
|
build_deps_arch=(
|
||||||
|
'python-build'
|
||||||
|
'python-installer'
|
||||||
|
'python-setuptools'
|
||||||
|
'python-wheel'
|
||||||
|
)
|
||||||
|
build_deps_debian=("${build_deps[@]}")
|
||||||
|
build_deps_fedora=("${build_deps[@]}")
|
||||||
|
build_deps_redos=("${build_deps[@]}")
|
||||||
|
build_deps_rhel=("${build_deps[@]}")
|
||||||
|
build_deps_rosa=("${build_deps[@]}")
|
||||||
|
|
||||||
sources=("https://files.pythonhosted.org/packages/source/h/halo/halo-${version}.tar.gz")
|
sources=("https://files.pythonhosted.org/packages/source/h/halo/halo-${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -34,4 +81,7 @@ package() {
|
|||||||
python setup.py install --skip-build -O1 --root="$pkgdir"
|
python setup.py install --skip-build -O1 --root="$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
files() {
|
||||||
|
files-find "./usr/lib/python3.*/site-packages/halo"
|
||||||
|
files-find "./usr/lib/python3.*/site-packages/halo-*.dist-info"
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user