Sending to actual list this time:
On 7/8/2020 10:59 AM, Hamish McIntyre-Bhatty via Cygwin-apps wrote: >> Hello, >> >> Attached is my cygport file. As usual, the test packages are available >> at https://www.hamishmb.com/files/cygwin-temp/. >> >> If anyone has feedback I'd appreciate it very much. > I tend to use loops like > > for ver in ${PYTHON_WHEEL_VERSIONS//:/ }; > do > /usr/bin/python${ver} script > done > > for the tests. Also, I believe ${ARCH} is the same as $(uname -m) here, > if you want to streamline the PYTHONPATH definition a bit. Both of > those are personal style and you are entirely welcome to ignore this. > > Other than that, I noticed you're writing your own src_compile and > src_install. Is there some reason python_wheel_compile and > python_wheel_install aren't working for you? I haven't noticed a problem > with either of those functions in the past year or so. (For reference, the > value of PYTHON_WHEEL_VERSIONS determines which python versions > are compiled: see > https://cygwin.github.io/cygport/python-wheel_cygclass.html#robo361). > > Thank you for taking up this package. > >> Hamish McIntyre-Bhatty