Package Details: python-poetry-core-git 1.8.1.r17.g21b0033-1

Git Clone URL: https://aur.archlinux.org/python-poetry-core-git.git (read-only, click to copy)
Package Base: python-poetry-core-git
Description: Poetry PEP 517 Build Backend
Upstream URL: https://github.com/python-poetry/poetry-core
Licenses: MIT
Conflicts: poetry-core, python-poetry-core
Provides: poetry-core, python-poetry-core
Submitter: tfsthiagobr98
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 2
Popularity: 0.000004
First Submitted: 2020-09-12 02:09 (UTC)
Last Updated: 2024-01-05 16:12 (UTC)

Required by (201)

Sources (1)

Latest Comments

carlosal1015 commented on 2022-07-26 14:18 (UTC)

Thanks.

AkechiShiro commented on 2022-07-26 13:25 (UTC)

Could you please conflict with python-poetry-core as this is the name of the package in community repo please, thanks.

carlosal1015 commented on 2022-03-18 01:35 (UTC)

Hi @mattalxndr, I disabled the check() function, is fine for you?

mattalxndr commented on 2021-12-24 04:38 (UTC) (edited on 2021-12-24 04:40 (UTC) by mattalxndr)

Running makepkg --syncdeps in a fresh chroot gets me:

==> Starting check()...
ImportError while loading conftest '/home/matt/python-poetry-core-git/src/poetry-core/tests/conftest.py'.
tests/conftest.py:9: in <module>
import virtualenv
E   ModuleNotFoundError: No module named 'virtualenv'
==> ERROR: A failure occurred in check().
Aborting...

Then if I manually install python-virtualenv and rerun, I get:

==> Starting check()...
ImportError while loading conftest '/home/matt/python-poetry-core-git/src/poetry-core/tests/conftest.py'.
tests/conftest.py:11: in <module>
from poetry.core.factory import Factory
E   ModuleNotFoundError: No module named 'poetry'
==> ERROR: A failure occurred in check().