From 0b892f87eaa69a73c818b090b059a8aa0da8bdd6 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=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 30 Sep 2024 16:56:56 +0300 Subject: [PATCH] gitea+deps --- python3-poetry/alr.sh | 41 ++--------------------------------------- 1 file changed, 2 insertions(+), 39 deletions(-) diff --git a/python3-poetry/alr.sh b/python3-poetry/alr.sh index 7870b76..fb21261 100644 --- a/python3-poetry/alr.sh +++ b/python3-poetry/alr.sh @@ -1,6 +1,6 @@ name='python3-poetry' version='1.8.3' -release='3' +release='4' desc='Python dependency management and packaging made easy' homepage='https://python-poetry.org' maintainer="Евгений Храмов " @@ -10,34 +10,6 @@ provides=('poetry') conflicts=('poetry') deps=( - 'python-build' - 'python-cachecontrol' - 'python-cachy' - 'python-cleo' - 'python-crashtest' - 'python-dulwich' - 'python-filelock' - 'python-html5lib' - 'python-installer' - 'python-jsonschema' - 'python-keyring' - 'python-lockfile' - 'python-packaging' - 'python-pexpect' - 'python-pkginfo' - 'python-platformdirs' - 'python-poetry-core' - 'python-poetry-plugin-export' - 'python-pyproject-hooks' - 'python-requests' - 'python-requests-toolbelt' - 'python-shellingham' - 'python-tomlkit' - 'python-trove-classifiers' - 'python-urllib3' - 'python-virtualenv' -) -deps_redos=( 'python3-build' 'python3-CacheControl' 'python3-cachy' @@ -65,17 +37,8 @@ deps_redos=( 'python3-urllib3' 'python3-virtualenv' ) + build_deps=( - 'python-deepdiff' # not mentioned but required - 'python-psutil' # for python-pytest-xdist - 'python-httpretty' - 'python-pip' # not mentioned but required - 'python-pytest' - 'python-pytest-mock' - 'python-pytest-randomly' - 'python-pytest-xdist' -) -build_deps_redos=( 'python3-deepdiff' # not mentioned but required 'python-psutil' # for python-pytest-xdist 'python3-httpretty'