Opened 16 months ago

Closed 16 months ago

Last modified 15 months ago

#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)

patch-pyproject.toml.diff (318 bytes) - added by Schamschula (Marius Schamschula) 16 months ago.

Download all attachments as: .zip

Change History (5)

Changed 16 months ago by Schamschula (Marius Schamschula)

Attachment: patch-pyproject.toml.diff added

comment:1 Changed 16 months ago by jmroot (Joshua Root)

Owner: set to nerdling
Port: py-shapely added
Status: newassigned

comment:2 Changed 16 months ago by nerdling (Jeremy Lavergne)

Status: assignedaccepted

comment:3 Changed 16 months ago by nerdling (Jeremy Lavergne)

Resolution: fixed
Status: acceptedclosed

In 1774513626de44a87c61fe265976126050166eb1/macports-ports (master):

py-shapely: add py3.11

Fixes #66606

comment:4 Changed 15 months ago by Marius Schamschula <mschamschula@…>

Note: See TracTickets for help on using tickets.