[Bug 268244] lang/python39: Update to 3.9.16

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268244 --- Comment #6 from commit-h...@freebsd.org --- A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d5f284536018398841b01f43ddf6e1371494cd20 commit d5f284536018398841b01f43ddf6e1371494cd20 Author:

[Bug 268283] databases/py-sqlite3: switch to setuptools

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #2 from Dmitry Marakasov --- pyproject.toml is not yet supported by our Uses/python.mk (I've had to add `setup.py` with `from setuptools import setup; setup()` for a couple of ports which have really dropped it) so migrating off

[Bug 268283] databases/py-sqlite3: switch to setuptools

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #3 from Charlie Li --- I'm going to commit that support within the week, pending "test suite" results (see https://wiki.freebsd.org/Python/PEP-517 and bug 255722). This is very much in scope here because the former method is no

[Bug 268283] databases/py-sqlite3: switch to setuptools

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Dmitry Marakasov changed: What|Removed |Added Resolution|--- |FIXED Status|Open

[Bug 268283] databases/py-sqlite3: switch to setuptools

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #4 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7446740638e7d833fde0962e71ef440a6af3c749 commit 7446740638e7d833fde0962e71ef440a6af3c749 Author:

[Bug 268283] databases/py-sqlite3: switch to setuptools

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Charlie Li changed: What|Removed |Added Status|Closed |Open Resolution|FIXED

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Charlie Li changed: What|Removed |Added Summary|databases/py-sqlite3: |databases/py-sqlite3:

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Charlie Li changed: What|Removed |Added Depends on||255722 Referenced Bugs: https://bug

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 Charlie Li changed: What|Removed |Added Blocks||268283 Referenced Bugs: https://bug

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 --- Comment #33 from Charlie Li --- One remaining snag is ensuring entry-points (https://packaging.python.org/en/latest/specifications/entry-points/) is properly accounted for in autoplist, as these are installed outside SITELIBDIR. data_fi

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Dmitry Marakasov changed: What|Removed |Added Status|Open|Closed Resolution|---

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 Dmitry Marakasov changed: What|Removed |Added Blocks|268283 | Referenced Bugs: https://bug

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 Charlie Li changed: What|Removed |Added Resolution|FIXED |--- Blocks|

[Bug 267515] lang/python312: New port, repocopied from lang/python311

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267515 Bug 267515 depends on bug 268283, which changed state. Bug 268283 Summary: databases/py-sqlite3: switch away from distutils https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 What|Removed |Added

[Bug 267515] lang/python312: New port, repocopied from lang/python311

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267515 Charlie Li changed: What|Removed |Added Depends on||268283 Referenced Bugs: https://bug

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722 Charlie Li changed: What|Removed |Added Blocks||268283 Referenced Bugs: https://bug

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #8 from Dmitry Marakasov --- > The feedback in previous comments was not approval to commit Oh, my bad then. Bugzilla's, to be precise. > Python 3.12 has not even reached release candidate yet This is not relevant to adding i

[Bug 267515] lang/python312: New port, repocopied from lang/python311

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267515 --- Comment #5 from Dmitry Marakasov --- For the record, I did a port for 3.12.0a2 as well. It looks the same apart from plist changes. I'd suggest to also add CONFIGURE_ENV+=ac_cv_buggy_getaddrinfo=no (this would be usef

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #9 from Charlie Li --- setup.py has been deprecated since setuptools 58.3.0 (https://github.com/pypa/setuptools/commit/fc5c3083908170e1cbfd1dec91f87a3e2707e3fa), so if anyone is that anal about using setup.py (on Python 3), go a

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #10 from Dmitry Marakasov --- (In reply to Charlie Li from comment #9) > setup.py has been deprecated since setuptools 58.3.0 > (https://github.com/pypa/setuptools/commit/fc5c3083908170e1cbfd1dec91f87a3e2707e3fa) > ... distut

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

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268283 --- Comment #11 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=62723bbe60705c70cf2dceb23a22a73bdd4d4ae3 commit 62723bbe60705c70cf2dceb23a22a73bdd4d4ae3 Author:

[Bug 268348] math/py-numpy: introduce FORTRAN / NOBLAS options

2022-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268348 --- Comment #4 from Thierry Thomas --- Everything goes to fast! SuiteSparse 6.0.2 has been released (not yet in our ports tree), and according to its changelog, Fortran is no more required for AMD and UMFPACK. See