python3-spinners 0.0.24-2
This commit is contained in:
@@ -1,18 +1,33 @@
|
|||||||
name='python3-spinners'
|
name='python3-spinners'
|
||||||
version='0.0.24'
|
version='0.0.24'
|
||||||
release='1'
|
release='2'
|
||||||
desc='Spinners for terminal, python wrapper for amazing node library cli-spinners'
|
desc='Spinners for terminal, python wrapper for amazing node library cli-spinners'
|
||||||
|
desc_ru='Библиотека Python с анимацией загрузки для терминала'
|
||||||
homepage='https://github.com/ManrajGrover/py-spinners'
|
homepage='https://github.com/ManrajGrover/py-spinners'
|
||||||
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=('python3')
|
||||||
'python'
|
|
||||||
)
|
deps_alt=('python3')
|
||||||
build_deps=(
|
deps_arch=('python')
|
||||||
'python3-setuptools'
|
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")
|
sources=("https://files.pythonhosted.org/packages/source/s/spinners/spinners-${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
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