[Bug 261703] Mk/bsd.default-versions.mk: Switch default Python version to 3.9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261703 Antoine Brodin changed: What|Removed |Added Assignee|python@FreeBSD.org |port...@freebsd.org -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.
[Bug 261703] Mk/bsd.default-versions.mk: Switch default Python version to 3.9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261703 --- Comment #1 from Antoine Brodin --- The exp-run can't start, there are issues with some ports that have 3.8 hardcoded: [00:07:34] Error: compute_deps_pkg failed to lookup pkgname for devel/py-jsonschema@py38 processing package py38-aws-sam-translator-1.42.0 from devel/py-aws-sam-translator -- Is SUBDIR+=py-jsonschema@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:34] Error: compute_deps_pkg failed to lookup pkgname for devel/py-six@py38 processing package py38-aws-sam-translator-1.42.0 from devel/py-aws-sam-translator -- Is SUBDIR+=py-six@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:34] Error: compute_deps_pkg failed to lookup pkgname for www/py-boto3@py38 processing package py38-aws-sam-translator-1.42.0 from devel/py-aws-sam-translator -- Is SUBDIR+=py-boto3@py38 missing in www/Makefile and does the port provide the 'py38' FLAVOR? [00:07:34] Error: compute_deps_pkg failed to lookup existing pkgname for www/py-boto3@py38 processing package py38-aws-sam-translator-1.42.0 [00:07:34] Error: compute_deps_pkg failed to lookup existing pkgname for devel/py-jsonschema@py38 processing package py38-aws-sam-translator-1.42.0 [00:07:34] Error: compute_deps_pkg failed to lookup existing pkgname for devel/py-six@py38 processing package py38-aws-sam-translator-1.42.0 [00:07:34] Error: compute_deps_pkg failed to lookup pkgname for devel/py-aws-sam-translator@py39 processing package py39-cfn-lint-0.54.2 from devel/py-cfn-lint -- Is SUBDIR+=py-aws-sam-translator@py39 missing in devel/Makefile and does the port provide the 'py39' FLAVOR? [00:07:34] Error: compute_deps_pkg failed to lookup existing pkgname for devel/py-aws-sam-translator@py39 processing package py39-cfn-lint-0.54.2 [00:07:34] Error: compute_deps_pkg failed to lookup pkgname for devel/py-six@py38 processing package py38-meliae-0.5.1 from devel/py-meliae -- Is SUBDIR+=py-six@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:35] Error: compute_deps_pkg failed to lookup existing pkgname for devel/py-six@py38 processing package py38-meliae-0.5.1 [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for devel/py-Jinja2@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-Jinja2@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for devel/py-msgpack@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-msgpack@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for devel/py-pyinotify@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-pyinotify@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for devel/py-yaml@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-yaml@py38 missing in devel/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for misc/py-progressbar@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-progressbar@py38 missing in misc/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for net/py-libcloud@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-libcloud@py38 missing in net/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for net/py-pyzmq@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-pyzmq@py38 missing in net/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for security/py-pycryptodomex@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-pycryptodomex@py38 missing in security/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for sysutils/py-distro@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-distro@py38 missing in sysutils/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for sysutils/py-psutil@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-psutil@py38 missing in sysutils/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for textproc/py-markupsafe@py38 processing package py38-salt-3004_1 from sysutils/py-salt -- Is SUBDIR+=py-markupsafe@py38 missing in textproc/Makefile and does the port provide the 'py38' FLAVOR? [00:07:56] Error: compute_deps_pkg failed to lookup pkgname for www/py-request
[Bug 261703] Mk/bsd.default-versions.mk: Switch default Python version to 3.9
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261703 --- Comment #2 from Antoine Brodin --- The ports that have some 3.8 limit hardcoded: devel/py-aws-sam-translator/Makefile:USES= python:3.6-3.8 devel/py-meliae/Makefile:USES= python:3.6-3.8 math/py-cdecimal/Makefile:USES= python:3.6-3.8 sysutils/linux-miniconda-installer/Makefile:USES= linux python:3.8 sysutils/py-salt/Makefile:USES= cpe python:3.6-3.8 www/bluefish/Makefile: pkgconfig python:3.0-3.8 shared-mime-info shebangfix tar:bzip2 -- You are receiving this mail because: You are on the CC list for the bug.
FreeBSD ports you maintain which are out of date
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/pyt...@freebsd.org.html Port| Current version | New version +-+ lang/python311 | 3.11.0a4| 3.11.0a5 +-+ math/py-numpy | 1.20.3 | 1.22.2 +-+ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by:portscout!
[Bug 261046] Cleanup after the removal of lang/python36
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261046 Yasuhiro Kimura changed: What|Removed |Added Status|Open|In Progress --- Comment #2 from Yasuhiro Kimura --- (In reply to Li-Wen Hsu from comment #1) Oops, thanks for pointing out. -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 261046] Cleanup after the removal of lang/python36
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261046 --- Comment #3 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=461373bf1f104917f16cf783dd7d80d2951a993e commit 461373bf1f104917f16cf783dd7d80d2951a993e Author: Yasuhiro Kimura AuthorDate: 2022-01-08 20:42:49 + Commit: Yasuhiro Kimura CommitDate: 2022-02-05 01:17:21 + */*: Cleanup after the removal of lang/python36 * Remove codes that aren't necessary after the removal of lang/python36 * Mark ports that aren't necessary with Python 3.7 or later as DEPRECATED and set EXPIRATION_DATE. PR: 261046 Approved by:lwhsu (python) databases/py-databases/Makefile | 8 +--- devel/py-aiortc/Makefile | 8 +--- devel/py-dataclasses/Makefile | 3 +++ net/irrd/Makefile | 8 +--- net/py-netaddr/Makefile | 8 +--- net/py-wsproto/Makefile | 8 +--- sysutils/py-python-crontab/Makefile | 9 + textproc/py-fingerprints/Makefile | 9 + textproc/py-normality/Makefile| 9 + www/py-aiohttp/Makefile | 8 +--- www/py-dj32-django-treebeard/Makefile | 9 + www/py-django-markdownx/Makefile | 11 +-- www/py-django-treebeard/Makefile | 9 + www/qutebrowser/Makefile | 4 14 files changed, 15 insertions(+), 96 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
[Bug 261046] Cleanup after the removal of lang/python36
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261046 Yasuhiro Kimura changed: What|Removed |Added Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug.