Package Details: python-poetry-git 1.2.0b1.r82.gedabfce1-1

Git Clone URL: https://aur.archlinux.org/python-poetry-git.git (read-only, click to copy)
Package Base: python-poetry-git
Description: Python dependency management and packaging made easy
Upstream URL: https://python-poetry.org
Licenses: MIT
Conflicts: poetry, python-poetry
Provides: poetry, python-poetry
Submitter: tfsthiagobr98
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 5
Popularity: 0.000001
First Submitted: 2020-06-11 15:38 (UTC)
Last Updated: 2023-02-12 21:20 (UTC)

Required by (253)

Sources (2)

Latest Comments

« First ‹ Previous 1 2

dr460nf1r3 commented on 2022-02-27 09:22 (UTC)

Build fails in clean chroot with the following logs :/

tfsthiagobr98 commented on 2021-02-02 20:20 (UTC)

@kris7t fixed

kris7t commented on 2021-02-02 16:08 (UTC)

Looks like python-clikit-git is no longer a required dependency, but we must use the Git version of python-cleo. I created a package for python-cleo-git.

Also, poetry-completions-generator seems to fail like this:

Traceback (most recent call last):
  File "/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/./poetry-completions-generator", line 11, in <module>
    from poetry.console import main
ImportError: cannot import name 'main' from 'poetry.console' (/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/poetry/console/__init__.py)
Traceback (most recent call last):
  File "/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/./poetry-completions-generator", line 11, in <module>
    from poetry.console import main
ImportError: cannot import name 'main' from 'poetry.console' (/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/poetry/console/__init__.py)
Traceback (most recent call last):
  File "/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/./poetry-completions-generator", line 11, in <module>
    from poetry.console import main
ImportError: cannot import name 'main' from 'poetry.console' (/home/kris/.cache/paru/clone/python-poetry-git/src/poetry/poetry/console/__init__.py)

I guess the Poetry sources are no longer on the PYTHONPATH in install, but I couldn't track the error down further.

tfsthiagobr98 commented on 2020-12-20 16:04 (UTC)

@bhyoo thanks, i've fixed it

bhyoo commented on 2020-12-20 12:54 (UTC) (edited on 2020-12-20 12:58 (UTC) by bhyoo)

@tfsthiagobr98 I created python-clikit-git and it works. But when I install this package error happend on prepare stage. You have to manually remove 0001 patch during installation. You can use --editmenu and delete applying patch command on prepare() then installation succeed.

tilx commented on 2020-09-30 08:30 (UTC) (edited on 2020-09-30 08:35 (UTC) by tilx)

Build fails, some dependencies do not exist in the repositories with the versions specified:

$ yay -S python-poetry-git
 -> Could not find all required packages:
    python-clikit>=0.6.2 (Wanted by: python-poetry-git)
    python-virtualenv>=20.0.26 (Wanted by: python-poetry-git)

Edit: These are the currently available versions:

community/python-clikit 0.4.2-1
extra/python-virtualenv 20.0.23-1

sleeping commented on 2020-09-11 22:13 (UTC)

==> Starting prepare()... patching file pyproject.toml Hunk #1 FAILED at 27. Hunk #2 FAILED at 49. 2 out of 2 hunks FAILED -- saving rejects to file pyproject.toml.rej ==> ERROR: A failure occurred in prepare(). Aborting...