Opened 2 years ago

Last modified 2 years ago

#64038 closed defect

Unable to Unistall Obsolete Port py39-typed-ast Due to Dependents — at Version 1

Reported by: RobK88 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: Cc: toby@…
Port: py39-typed-ast, py39-mypy

Description (last modified by RobK88)

I am unable to uninstall the obsolete port py39-typed-ast due to existing dependents. Very strange.

bash-3.2$ port installed obsolete
The following ports are currently installed:
  py39-typed-ast @1.4.3_0 (active)

bash-3.2$ sudo port uninstall py39-typed-ast
Password:
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents.
The following ports will break: py39-mypy @0.910_0
Continue? [y/N]: n
--->  Cleaning py39-typed-ast

bash-3.2$ port info py39-typed-ast
Error: Port py39-typed-ast not found

bash-3.2$ port installed py39-typed-ast
The following ports are currently installed:
  py39-typed-ast @1.4.3_0 (active)

bash-3.2$ port dependents py39-typed-ast
py39-mypy depends on py39-typed-ast
bash-3.2$ 

Change History (1)

comment:1 Changed 2 years ago by RobK88

Description: modified (diff)
Note: See TracTickets for help on using tickets.