Re: [ITA] python-imaging

2020-07-21 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 19/07/2020 20:09, Marco Atzeri via Cygwin-apps wrote: > https://cygwin.mirror.uk.sargasso.net/noarch/release/python-olefile/ > > same packages are arch indipendent Ah of course, so I was being a bit stupid :) Okay, it ended up being today because python3-wx took so long to build, but test

Re: [ITA] python-imaging

2020-07-19 Thread Marco Atzeri via Cygwin-apps
On 19.07.2020 19:26, Hamish McIntyre-Bhatty via Cygwin-apps wrote: On 19/07/2020 18:09, Marco Atzeri via Cygwin-apps wrote: I assume you need to rebuild, as I saw python36-olefile and python37-olefile picked as dependency, so somewhere they were mentioned in the packages. Okay, shall do

Re: [ITA] python-imaging

2020-07-19 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 19/07/2020 18:09, Marco Atzeri via Cygwin-apps wrote: > I assume you need to rebuild, as I saw python36-olefile and > python37-olefile picked as dependency, so somewhere they were mentioned > in the packages. Okay, shall do tomorrow then. I note that while I can find the source and binary

Re: [ITA] python-imaging

2020-07-19 Thread Marco Atzeri via Cygwin-apps
On 19.07.2020 18:36, Hamish McIntyre-Bhatty via Cygwin-apps wrote: On 18/07/2020 21:07, Marco Atzeri via Cygwin-apps wrote: I change maintainership to you. Before uploading can you rebuild so to pick dependency on all version of python3x-olefile ? Sure. I believe I can just change the

Re: [ITA] python-imaging

2020-07-19 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 18/07/2020 21:07, Marco Atzeri via Cygwin-apps wrote: > I change maintainership to you. > > Before uploading can you rebuild so to pick dependency on all > version of python3x-olefile ? Sure. I believe I can just change the cygport and hint files rather than rebuilding for that? Hamish

Re: [ITA] python-imaging

2020-07-18 Thread Marco Atzeri via Cygwin-apps
On 17.07.2020 23:25, Marco Atzeri wrote: On 17.07.2020 23:03, Hamish McIntyre-Bhatty via Cygwin-apps wrote: Okay. I've updated my test packages, and they are available at https://www.hamishmb.com/files/cygwin-temp/ as before. Please let me know if I'm now good to go or if there are any more

Re: [ITA] python-imaging

2020-07-17 Thread Marco Atzeri via Cygwin-apps
On 17.07.2020 23:03, Hamish McIntyre-Bhatty via Cygwin-apps wrote: Okay. I've updated my test packages, and they are available at https://www.hamishmb.com/files/cygwin-temp/ as before. Please let me know if I'm now good to go or if there are any more issues. *bump* in case no one has seen.

Re: [ITA] python-imaging

2020-07-17 Thread Brian Inglis
On 2020-07-17 15:03, Hamish McIntyre-Bhatty via Cygwin-apps wrote: > On 14/07/2020 15:41, Hamish McIntyre-Bhatty via Cygwin-apps wrote: >> On 10/07/2020 13:24, marco atzeri via Cygwin-apps wrote: >>> On Fri, Jul 10, 2020 at 12:28 PM Hamish McIntyre-Bhatty via Cygwin-apps >>> wrote: On

Re: [ITA] python-imaging

2020-07-17 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 14/07/2020 15:41, Hamish McIntyre-Bhatty via Cygwin-apps wrote: > On 10/07/2020 13:24, marco atzeri via Cygwin-apps wrote: >> On Fri, Jul 10, 2020 at 12:28 PM Hamish McIntyre-Bhatty via Cygwin-apps >> wrote: >>> On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: > I tend to use

Re: [ITA] python-imaging

2020-07-14 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 10/07/2020 13:24, marco atzeri via Cygwin-apps wrote: > On Fri, Jul 10, 2020 at 12:28 PM Hamish McIntyre-Bhatty via Cygwin-apps > wrote: >> On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: I tend to use loops like for ver in ${PYTHON_WHEEL_VERSIONS//:/ }; do

Re: [ITA] python-imaging

2020-07-10 Thread marco atzeri via Cygwin-apps
On Fri, Jul 10, 2020 at 12:28 PM Hamish McIntyre-Bhatty via Cygwin-apps wrote: > > On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: > >> I tend to use loops like > >> > >> for ver in ${PYTHON_WHEEL_VERSIONS//:/ }; > >> do > >> /usr/bin/python${ver} script > >> done > >> > >> for the

Re: [ITA] python-imaging

2020-07-10 Thread Hamish McIntyre-Bhatty via Cygwin-apps
On 10/07/2020 01:20, airplanemath via Cygwin-apps wrote: >> 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

Re: [ITA] python-imaging

2020-07-09 Thread airplanemath via Cygwin-apps
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.

[ITA] python-imaging

2020-07-08 Thread Hamish McIntyre-Bhatty via Cygwin-apps
Hello, This email signals my intent to adopt python-imaging (https://pypi.org/project/Pillow) for Cygwin, as after being informed by Yaakov I have realised there was already a Cygwin package for this. I wish to package this because I have found that PyCrust (built with wxPython) depends on it