From 135d33a160efc1248531bddfda615354944b6c42 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: Mon, 12 May 2025 17:40:21 +0300 Subject: [PATCH] python3-poetry - --- python3-poetry/alr.sh | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 python3-poetry/alr.sh diff --git a/python3-poetry/alr.sh b/python3-poetry/alr.sh deleted file mode 100644 index 820e56d..0000000 --- a/python3-poetry/alr.sh +++ /dev/null @@ -1,37 +0,0 @@ -name='python3-poetry' -version='2.1.2' -release='7' -desc='Python dependency management and packaging made easy.' -homepage='https://python-poetry.org' -maintainer='Евгений Храмов ' -architectures=('all') -license=('MIT') -provides=('poetry') -conflicts=('poetry') - -deps=("python3") -deps_arch=("python") -deps_alpine=("python3") - -build_deps=("python3" "python3-pip" "python3-build") -build_deps_arch=("python" "python-pip" "python-build") -build_deps_alpine=("python3" "py3-pip" "py3-build") - -sources=("https://files.pythonhosted.org/packages/source/p/poetry/poetry-2.1.2.tar.gz") -checksums=('blake2b-256:7e96187b538742df11fe32beca5c146d9522b1fd9f42897f0772ff8dfc04972f') - -build() { - cd "$srcdir/poetry-${version}" - python -m build --wheel --no-isolation -} - -package() { - cd "$srcdir/poetry-${version}" - pip install --root="${pkgdir}/" . --no-deps --disable-pip-version-check -} - -files() { - echo ./usr/local/bin/poetry - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry/**/* - printf '"%s" ' ./usr/local/lib/python3.*/site-packages/poetry-${version}.dist-info/* -} \ No newline at end of file