python3-cleo 2.1.0-4

This commit is contained in:
2025-09-21 19:49:31 +03:00
parent da93743731
commit cb6342cf37

View File

@@ -1,21 +1,35 @@
name='python3-cleo' name='python3-cleo'
version='2.1.0' version='2.1.0'
release='3' release='4'
desc='Cleo allows you to create beautiful and testable command-line interfaces.' desc='Cleo allows you to create beautiful and testable command-line interfaces'
desc_ru='Библиотека Python для создания красивых и тестируемых интерфейсов командной строки'
homepage='https://github.com/python-poetry/cleo' homepage='https://github.com/python-poetry/cleo'
maintainer='Евгений Храмов <xpamych@yandex.ru>' maintainer='Evgeny Khramov <xpamych@yandex.ru>'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('all') architectures=('all')
license=('MIT') license=('MIT')
provides=('cleo') provides=('cleo')
conflicts=('cleo') conflicts=('cleo')
deps=("python3") deps=('python3')
deps_arch=("python") deps_alt=('python3')
deps_alpine=("python3") deps_arch=('python')
deps_debian=('python3')
deps_fedora=('python3')
deps_redos=('python3')
deps_rhel=('python3')
deps_rosa=('python3')
deps_alpine=('python3')
build_deps=("python3" "python3-pip") build_deps=('python3' 'python3-pip')
build_deps_arch=("python" "python-pip") build_deps_alt=('python3' 'python3-module-pip')
build_deps_alpine=("python3" "py3-pip") build_deps_arch=('python' 'python-pip')
build_deps_debian=('python3' 'python3-pip')
build_deps_fedora=("${build_deps[@]}")
build_deps_redos=("${build_deps[@]}")
build_deps_rhel=("${build_deps[@]}")
build_deps_rosa=("${build_deps[@]}")
build_deps_alpine=('python3' 'py3-pip')
sources=("https://files.pythonhosted.org/packages/source/c/cleo/cleo-2.1.0.tar.gz") sources=("https://files.pythonhosted.org/packages/source/c/cleo/cleo-2.1.0.tar.gz")
checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b4211187af13783') checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b4211187af13783')
@@ -31,6 +45,6 @@ package() {
} }
files() { files() {
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/cleo/* files-find "./usr/local/lib/python3.*/site-packages/cleo"
printf '"%s" ' ./usr/local/lib/python3.*/site-packages/cleo-${version}.dist-info/* files-find "./usr/local/lib/python3.*/site-packages/cleo-*.dist-info"
} }