#59581 closed defect (fixed)
py27-cython: fetch fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | ||
Port: | py-cython |
Description
---> Fetching distfiles for py27-cython ---> Attempting to fetch cython-0.29.13.tar.gz from https://distfiles.macports.org/py-cython ---> Attempting to fetch cython-0.29.13.tar.gz from https://files.pythonhosted.org/packages/source/C/Cython Error: Failed to mirror py27-cython: The requested URL returned error: 404 Not Found
Change History (3)
comment:1 follow-up: 3 Changed 5 years ago by reneeotten (Renee Otten)
comment:2 Changed 5 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 5 years ago by jmroot (Joshua Root)
Replying to reneeotten:
But, with the last update the version was intentionally pinned at 0.29.13 for Python < 35; is there a reason for that stromnov?
Still a good question, but no point leaving it broken in the meantime.
Note: See
TracTickets for help on using
tickets.
this is caused by a wrong
distname
it should beCython-${version
} instead of${python.rootname}-${version
}; of course I could make that change now. But, with the last update the version was intentionally pinned at 0.29.13 for Python < 35; is there a reason for that stromnov? From the changelog and thesetup.py
I don't see any indications that version 0.29.14 does not support PY27 or PY34 anymore.