Opened 7 years ago
Closed 7 years ago
#56026 closed defect (fixed)
gsl: doc_python35 and doc_python36 variants are broken
Reported by: | jmroot (Joshua Root) | Owned by: | dtakahashi@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | Schamschula (Marius Schamschula), aque (Allan Que) | |
Port: | gsl |
Description
These variants depend on nonexistent ports:
% port lint gsl +doc_python35 ---> Verifying Portfile for gsl Error: Unknown dependency: py35-typing ---> 1 errors and 0 warnings found. % port lint gsl +doc_python36 ---> Verifying Portfile for gsl Error: Unknown dependency: py36-typing ---> 1 errors and 0 warnings found.
I'm pretty sure these deps can simply be removed, as the typing module is included in the standard library of python 3.5+.
Change History (2)
comment:1 Changed 7 years ago by daitakahashi
comment:2 Changed 7 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note that you can automatically close a ticket by referencing it in the commit message. See wiki:CommitMessages#keywords.
Note: See
TracTickets for help on using
tickets.
Thank you very much for the information. It should be fixed at 35ebba5.