Opened 2 years ago

Last modified 15 months ago

#65074 assigned defect

py35-flask, py35-flask-mail, py35-flask-script: Dependency 'py35-werkzeug' not found

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: lpsinger (Leo Singer)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: stromnov (Andrey Stromnov)
Port: py-flask py-flask-mail py-flask-script py-werkzeug

Description

$ sudo port -y install py35-flask
--->  Computing dependencies for py35-flask
Error: Dependency 'py35-werkzeug' not found.
$ sudo port -y install py35-flask-mail
--->  Computing dependencies for py35-flask-mail
Error: Dependency 'py35-werkzeug' not found.
$ sudo port -y install py35-flask-script
--->  Computing dependencies for py35-flask-script
Error: Dependency 'py35-werkzeug' not found.

The same applies to the py36 subports. py35-werkzeug and py36-werkzeug were removed two weeks ago. (It's a good idea not to remove ports that other ports depend on.)

In the case of py-flask-mail and py-flask-script, py36 is the newest subport offered. I don't know if adding support for newer python versions to those ports is more involved than just adding those numbers to the python.versions line.

Change History (2)

comment:1 Changed 2 years ago by reneeotten (Renee Otten)

instead of adding back older PY versions one should just remove the PY35/PY36 supports from the py-falask-* ports and it's downstream dependencies.

comment:2 Changed 15 months ago by jmroot (Joshua Root)

In cd915a00db06c861d2e0c09ad533c03e273f69ee/macports-ports (master):

py35-flask-mail: delete subport

See: #65074

Note: See TracTickets for help on using tickets.