Opened 5 years ago

Closed 2 years ago

#58780 closed defect (fixed)

gunits @2.18.1: uses random python

Reported by: kencu (Ken) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: gunits

Description

gunits uses the first random python found in path. Besides being non-reproducible, the system python doesn't include the python-requests module, at least on some systems, that is required for gunits_cur to function.

checking for python... /opt/local/bin/python

Attachments (1)

gunits.log (17.2 KB) - added by kencu (Ken) 5 years ago.

Download all attachments as: .zip

Change History (2)

Changed 5 years ago by kencu (Ken)

Attachment: gunits.log added

comment:1 Changed 2 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: set to ryandesign
Resolution: fixed
Status: newclosed

In d5b0ccd4bd0dc65462b0de6e50e9a51476357ba9/macports-ports (master):

gunits: Update to 2.21

Use a specific python.

Closes: #58780

Add dependency on the python requests module.

Closes: #58781

Install currency data in a standard directory and mark the file as
writable by everyone so that gunits_cur can update it.

Closes: #58782

Note: See TracTickets for help on using tickets.