audio/soundtouch broken and unresponsive

2021-12-29 Thread Teran McKinney
Hi Everyone, audio/soundtouch is broken. I have a proposed patch, but have not heard back from the maintainer in some time. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259731 Could someone help? Ideally before 2022Q1 is cut. Happy New Year, and thank you! -Teran

Re: Adding support for py-package w/ setup.cfg but w/o setup.py

2022-01-04 Thread Teran McKinney
On 2022-01-04 19-46-33, Yoshihiro Ota wrote: > Hi, > > I recently create a new PyPI tool for FreeBSD. > Based on PyPI's instruction, I have setup.cfg only without setup.py. > https://packaging.python.org/en/latest/tutorials/packaging-projects/ suggests > go with setup.cfg only for simplicity.