Summary: | devel/py-backports_abc: depends on python 2.x | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed Overcome By Events | ||||||
Severity: | Affects Only Me | CC: | rene | ||||
Priority: | --- | Keywords: | buildisok | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 249337 | ||||||
Attachments: |
|
Description
Steve Wills
2020-09-24 16:22:47 UTC
Created attachment 218253 [details]
patch to deprecate port
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/200109653 I think we do not need the patch as we already have it in python.mk. from /usr/ports/Mk/Uses/python.mk: 466 .if ${PYTHON_MAJOR_VER} == 2 467 DEPRECATED?= Uses Python 2.7 which is EOLed upstream 468 EXPIRATION_DATE?= 2020-12-31 469 .endif Expired port removed. |