Bug 264042 - www/py-flask: Missing dependency in quarterly branch: flask 2.1.0 requires importlib-metadata, which is not installed.
Summary: www/py-flask: Missing dependency in quarterly branch: flask 2.1.0 requires im...
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-17 12:06 UTC by Michael Osipov
Modified: 2022-07-28 06:51 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (wen)
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-05-17 12:06:44 UTC
pip tells me:
root@deblndw011x1j:/usr/ports/www/py-flask
# pip check
flask 2.1.0 requires importlib-metadata, which is not installed.

Looking at main: https://cgit.freebsd.org/ports/tree/www/py-flask/Makefile#n36
this is correct, looking at quarterly: https://cgit.freebsd.org/ports/tree/www/py-flask/Makefile?h=2022Q2 this is wrong.

Back port form main to 2022Q2 and the missing dependency problem is fixed.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-05-17 23:13:57 UTC
^Triage: ports 428d3522c21d requires merging
Comment 2 Michael Osipov 2022-07-28 06:51:28 UTC
Previous main is now 2022Q3 and implicitly fixed.