Re: PYTHON_EXT_SUFFIX value for shared libraries, pyc files and others

2023-01-10 Thread Michael Zhilin
On Wed, Jan 11, 2023 at 9:45 AM Charlie Li wrote: > Michael Zhilin wrote: > > Hi, > > > > I have a problem with PYTHON_EXT_SUFFIX when I try to build ports > > (including python) with the option WITH_DEBUG. > > > > I want to build subset of ports with WITH_DEBUG by poudriere, but > > several pyth

Re: PYTHON_EXT_SUFFIX value for shared libraries, pyc files and others

2023-01-10 Thread Charlie Li
Michael Zhilin wrote: Hi, I have a problem with PYTHON_EXT_SUFFIX when I try to build ports (including python) with the option WITH_DEBUG. I want to build subset of ports with WITH_DEBUG by poudriere, but several python package builds have failed on phase "package" due to missing artifacts.

[Bug 255722] [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support

2023-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 Charlie Li changed: What|Removed |Added Keywords|needs-patch, needs-qa | -- You are receiving this mail beca

[Bug 268283] databases/py-sqlite3: switch away from distutils

2023-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Bug 268283 depends on bug 255722, which changed state. Bug 255722 Summary: [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 What|Removed |

[Bug 268018] textproc/py-sphinx: Updating to 5.3.0, ensuring themes are installed, using flit and pyproject-build

2023-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268018 Bug 268018 depends on bug 255722, which changed state. Bug 255722 Summary: [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 What|Removed |

[Bug 255722] [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support

2023-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 Charlie Li changed: What|Removed |Added Status|Open|Closed Resolution|---

[Bug 255722] [meta] Mk/Uses/python.mk: PEP-517 (pyproject.toml) Support

2023-01-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 --- Comment #34 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc8a1878e0242055ab6a8c20d33654451f78720e commit cc8a1878e0242055ab6a8c20d33654451f78720e Author:

PYTHON_EXT_SUFFIX value for shared libraries, pyc files and others

2023-01-10 Thread Michael Zhilin
Hi, I have a problem with PYTHON_EXT_SUFFIX when I try to build ports (including python) with the option WITH_DEBUG. I want to build subset of ports with WITH_DEBUG by poudriere, but several python package builds have failed on phase "package" due to missing artifacts. The root cause of failure i