[Bug 272397] devel/py-poetry: depends on package: py39-cachecontrol>=0.12.9<0.13 - not found
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jul 2023 17:51:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272397 Bug ID: 272397 Summary: devel/py-poetry: depends on package: py39-cachecontrol>=0.12.9<0.13 - not found Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: DtxdF@disroot.org Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) poudriere log (incomplete, of course): ``` [00:03:31] ===> py39-poetry-1.5.0 depends on package: py39-cachecontrol>=0.12.9<0.13 - not found [00:03:31] *** Error code 1 ``` I think it is a bit difficult to match the specific version required by python projects, at least when using the ports tree because when using a tool like pip it resolves to the specific version (even if there is a new version). This respects what the project requires, but is difficult to match using the ports. ``` # rg 'cachecontrol = \{ version' devel/py-poetry/work-py39/poetry-1.5.0/pyproject.toml 39:cachecontrol = { version = "^0.12.9", extras = ["filecache"] } ``` ``` # rg DISTVERSION= www/py-cachecontrol/Makefile 2:DISTVERSION= 0.13.1 ``` Currently, devel/py-poetry cannot be installed using `pkg(8)`. -- You are receiving this mail because: You are the assignee for the bug.