On 2021/11/11 21:05, Clemens Gößnitzer wrote: > Attached a new port "misc/py-yfinance". > > cat DESC > yfinance offers a reliable, threaded, and Pythonic way to download historical > market data from Yahoo! finance. > > Note that this port depends on "devel/py-multitasking" that I just sent out. > > Thanks, > Clemens >
Like py-multitasking it also needs MODPY_PI=Yes and py- prefix for PKGNAME. RUN_DEPENDS is pointing to the wrong dir for py-multitasking (misc vs devel in the port you sent out). It installs /usr/local/bin/sample which seems to be useless (just fails with ModuleNotFoundError: No module named 'sample') and conflicts with another port, probably should be @comment'ed in pkg/PLIST, or rm'd in a post-install target.
