Opened 4 years ago
Closed 4 years ago
#60803 closed defect (fixed)
py38-resumable-urlretrieve depends on nonexistent py38-rangehttpserver
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | rubendibattista (Ruben Di Battista) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | py-resumable-urlretrieve |
Description
py38-resumable-urlretrieve depends on py38-rangehttpserver which does not exist.
https://build.macports.org/builders/jobs-mirror/builds/182337/steps/mirror/logs/stdio
---> Fetching distfiles for py38-resumable-urlretrieve Error: No such port: py38-rangehttpserver
Change History (2)
comment:1 Changed 4 years ago by rubendibattista (Ruben Di Battista)
comment:2 Changed 4 years ago by Ruben Di Battista <rubendibattista@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
We just need to add python3.8 into the supported python versions here: https://github.com/macports/macports-ports/blob/877b10e4f8546a93335f56749bb99b2617127bce/python/py-rangehttpserver/Portfile. I'll do that ASAP.