https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209649
--- Comment #14 from Kubilay Kocak <[email protected]> --- The root cause contributing conditions are: - archivers/py-borgbackup USES=python:3.x+ (the 3.x+ bit) - archivers/py-borgbackup incorrectly *_DEPENDS on py-* (not py3-*) versions of dependencies. - poudriere has a DEPENDS_ARGS issue[1][2] Notes: - Existing py3-* ports are workarounds until ports variants/flavors (ugly name) support is added to the tree. - A workaround for having to create py3-* ports was added to a recent poudriere{-devel} version to automatically build py3-* variants when necessary. The official freebsd package repositories have not been updated (yet) to this poudriere version (pending exp-runs, i dont believe there's a tracking bug yet). This is fundamentally a python framework/poudriere issue, manifest in a certain class of python ports/packages in certain conditions. archivers/py-borgbackup can be fixed by *_DEPENDS'ing on py3- versions of its dependencies (and their dependencies). [1] https://github.com/freebsd/poudriere/issues/259 [2] https://github.com/freebsd/poudriere/pull/483 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
