#66606 closed defect (fixed)
py-shapely requires py-oldest-supported-numpy and py-setuptools<64
Reported by: | Schamschula (Marius Schamschula) | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-shapely |
Description
While attempting to add a py311 subport to py-shapely, I encountered the following error
ERROR Missing dependencies: setuptools<64 oldest-supported-numpy numpy==1.23.2
By commenting out two lines in pyproject.toml
, see attached patch, the build proceeds normally.
P.S.: I didn't attempt to update to version 2.0.0
as there are breaking changes.
Attachments (1)
Change History (5)
Changed 23 months ago by Schamschula (Marius Schamschula)
Attachment: | patch-pyproject.toml.diff added |
---|
comment:1 Changed 23 months ago by jmroot (Joshua Root)
Owner: | set to nerdling |
---|---|
Port: | py-shapely added |
Status: | new → assigned |
comment:2 Changed 22 months ago by nerdling (Jeremy Lavergne)
Status: | assigned → accepted |
---|
comment:3 Changed 22 months ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 22 months ago by Marius Schamschula <mschamschula@…>
Note: See
TracTickets for help on using
tickets.
In 1774513626de44a87c61fe265976126050166eb1/macports-ports (master):