From 5229d1d0b5da3e52283b8591670563c18bf6fa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=28=D0=A5?= =?UTF-8?q?=D1=80=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=29=20=D0=A5=D1=80=D0=B0?= =?UTF-8?q?=D0=BC=D0=BE=D0=B2?= Date: Sat, 5 Apr 2025 15:11:24 +0300 Subject: [PATCH] python3-poetry 2.1.2-5 python3-cleo 2.1.0-1 --- python3-cleo/alr.sh | 31 +++++++++++++++++++++++++++++++ python3-poetry/alr.sh | 8 ++++---- 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 python3-cleo/alr.sh diff --git a/python3-cleo/alr.sh b/python3-cleo/alr.sh new file mode 100644 index 0000000..ae9a1e0 --- /dev/null +++ b/python3-cleo/alr.sh @@ -0,0 +1,31 @@ +name='cleo' +version='2.1.0' +release='1' +desc='Cleo allows you to create beautiful and testable command-line interfaces.' +homepage='https://github.com/python-poetry/cleo' +maintainer='Евгений Храмов ' +architectures=('all') +license=('MIT') +provides=('cleo') +conflicts=('cleo') + +deps=("python3") +deps_arch=("python") +deps_alpine=("python3") + +build_deps=("python3" "python3-pip") +build_deps_arch=("python" "python-pip") +build_deps_alpine=("python3" "py3-pip") + +sources=("https://files.pythonhosted.org/packages/source/c/cleo/cleo-2.1.0.tar.gz") +checksums=('blake2b-256:3c30f7960ed7041b158301c46774f87620352d50a9028d111b4211187af13783') + +build() { + cd "$srcdir/cleo-${version}" + python3 -m build +} + +package() { + cd "$srcdir/cleo-${version}" + pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check +} diff --git a/python3-poetry/alr.sh b/python3-poetry/alr.sh index 51f860e..1a5c8b7 100644 --- a/python3-poetry/alr.sh +++ b/python3-poetry/alr.sh @@ -1,6 +1,6 @@ name='python3-poetry' version='2.1.2' -release='4' +release='5' desc='Python dependency management and packaging made easy.' homepage='https://python-poetry.org' maintainer='Евгений Храмов ' @@ -9,9 +9,9 @@ license=('MIT') provides=('poetry') conflicts=('poetry') -deps=("python3") -deps_arch=("python") -deps_alpine=("python3") +deps=("python3" "python3-cleo") +deps_arch=("python" "python-cleo") +deps_alpine=("python3" "py3-cleo") build_deps=("python3" "python3-pip" "python3-build") build_deps_arch=("python" "python-pip" "python-build")