Summary: | Cleanup after the removal of lang/python36 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lwhsu, python | ||||
Priority: | --- | Flags: | yasu:
maintainer-feedback?
(python) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
(In reply to Yasuhiro Kimura from comment #0) EXPIRATION_DATE= 2022-02-31 Do you mean 2022-03-31? Others look good to me. Approved by: lwhsu (python) (In reply to Li-Wen Hsu from comment #1) Oops, thanks for pointing out. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=461373bf1f104917f16cf783dd7d80d2951a993e commit 461373bf1f104917f16cf783dd7d80d2951a993e Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-01-08 20:42:49 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-02-05 01:17:21 +0000 */*: 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(-) |
Created attachment 230831 [details] Patch file * Remove codes that isn't necessary after the removal of lang/python36 * Mark ports that isn't necessary with Python 3.7 or later as DEPRECATED and set EXPIRATION_DATE.