python3-spinners 0.0.24-2
This commit is contained in:
@@ -1,18 +1,33 @@
|
||||
name='python3-spinners'
|
||||
version='0.0.24'
|
||||
release='1'
|
||||
release='2'
|
||||
desc='Spinners for terminal, python wrapper for amazing node library cli-spinners'
|
||||
desc_ru='Библиотека Python с анимацией загрузки для терминала'
|
||||
homepage='https://github.com/ManrajGrover/py-spinners'
|
||||
maintainer="Евгений Храмов <xpamych@yandex.ru>"
|
||||
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||
architectures=('all')
|
||||
license=('MIT')
|
||||
|
||||
deps=(
|
||||
'python'
|
||||
)
|
||||
build_deps=(
|
||||
'python3-setuptools'
|
||||
)
|
||||
deps=('python3')
|
||||
|
||||
deps_alt=('python3')
|
||||
deps_arch=('python')
|
||||
deps_debian=('python3')
|
||||
deps_fedora=('python3')
|
||||
deps_redos=('python3')
|
||||
deps_rhel=('python3')
|
||||
deps_rosa=('python3')
|
||||
|
||||
build_deps=('python3-setuptools')
|
||||
|
||||
build_deps_alt=('python3-module-setuptools')
|
||||
build_deps_arch=('python-setuptools')
|
||||
build_deps_debian=('python3-setuptools')
|
||||
build_deps_fedora=('python3-setuptools')
|
||||
build_deps_redos=('python3-setuptools')
|
||||
build_deps_rhel=('python3-setuptools')
|
||||
build_deps_rosa=('python3-setuptools')
|
||||
|
||||
sources=("https://files.pythonhosted.org/packages/source/s/spinners/spinners-${version}.tar.gz")
|
||||
checksums=('SKIP')
|
||||
@@ -28,3 +43,7 @@ package() {
|
||||
}
|
||||
|
||||
|
||||
files() {
|
||||
files-find "./usr/lib/python3.*/site-packages/spinners"
|
||||
files-find "./usr/lib/python3.*/site-packages/spinners-*.egg-info"
|
||||
}
|
||||
|
Reference in New Issue
Block a user