From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.12]) by sourceware.org (Postfix) with ESMTPS id E13F53857039 for ; Fri, 17 Jul 2020 21:11:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E13F53857039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=SystematicSw.ab.ca Authentication-Results: sourceware.org; spf=none smtp.mailfrom=brian.inglis@systematicsw.ab.ca Received: from [192.168.1.104] ([24.64.172.44]) by shaw.ca with ESMTP id wXe5jUDWIng7KwXe6j1aHE; Fri, 17 Jul 2020 15:11:54 -0600 X-Authority-Analysis: v=2.3 cv=ecemg4MH c=1 sm=1 tr=0 a=kiZT5GMN3KAWqtYcXc+/4Q==:117 a=kiZT5GMN3KAWqtYcXc+/4Q==:17 a=IkcTkHD0fZMA:10 a=vKebfVIyAAAA:8 a=0zmEvAQCAAAA:8 a=w_pzkKWiAAAA:8 a=jChkm-x5hCMFubTIiR0A:9 a=QEXdDO2ut3YA:10 a=4YfcQ4p1b8AA:10 a=n2eEs4sum_sr8PAT1Mgn:22 a=9A4MG_JYEA_VVBJ0L8hM:22 a=sRI3_1zDfAgwuvI8zelB:22 Reply-To: cygwin-apps@cygwin.com Subject: Re: [ITA] python-imaging To: cygwin-apps@cygwin.com References: <136eb766-af71-c758-186b-fd9c98214642@aol.com> From: Brian Inglis Autocrypt: addr=Brian.Inglis@SystematicSw.ab.ca; prefer-encrypt=mutual; keydata= mDMEXopx8xYJKwYBBAHaRw8BAQdAnCK0qv/xwUCCZQoA9BHRYpstERrspfT0NkUWQVuoePa0 LkJyaWFuIEluZ2xpcyA8QnJpYW4uSW5nbGlzQFN5c3RlbWF0aWNTdy5hYi5jYT6IlgQTFggA PhYhBMM5/lbU970GBS2bZB62lxu92I8YBQJeinHzAhsDBQkJZgGABQsJCAcCBhUKCQgLAgQW AgMBAh4BAheAAAoJEB62lxu92I8Y0ioBAI8xrggNxziAVmr+Xm6nnyjoujMqWcq3oEhlYGAO WacZAQDFtdDx2koSVSoOmfaOyRTbIWSf9/Cjai29060fsmdsDLg4BF6KcfMSCisGAQQBl1UB BQEBB0Awv8kHI2PaEgViDqzbnoe8B9KMHoBZLS92HdC7ZPh8HQMBCAeIfgQYFggAJhYhBMM5 /lbU970GBS2bZB62lxu92I8YBQJeinHzAhsMBQkJZgGAAAoJEB62lxu92I8YZwUBAJw/74rF IyaSsGI7ewCdCy88Lce/kdwX7zGwid+f8NZ3AQC/ezTFFi5obXnyMxZJN464nPXiggtT9gN5 RSyTY8X+AQ== Organization: Systematic Software Message-ID: Date: Fri, 17 Jul 2020 15:11:53 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-CA Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfGuScAr9SbXZ94ln2Tq7GG9/6skwbNHxnZAXA76CDbtrZ3Ca2MTd/Op03FPQDE12/3jt4efDO+L+27IW2zmKnwaa9OjWxfKVQIpu7inAguM7WYCdJtTf GhtjgbUgxkXvVqxBFiRPJGb40W+v02Rs4A7vtVLuvPxz8RJc5Y/KI3Erk1W0n7B3bucbu5Ux2ufhcQ== X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 21:12:06 -0000 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 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 PYTHONPATH definition a bit. Both of >>>>>> those are personal style and you are entirely welcome to ignore this. >> This worked a treat. >>>>>> 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). >>>>>> >> This also worked really well, thanks for the tip :) >> >>> I am not bothering with 3.5 for my builds. >>> The focus should be to have 3.8 up and running >>> so 3.6:3.7:3.8 are enough >> 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. Not yet: $ curl https://cygwin.com/cygwin-pkg-maint | egrep 'Hamish|imaging' python-imaging Yaakov Selkowitz python-wx Hamish McIntyre-Bhatty python3-pillow Hamish McIntyre-Bhatty python3-wx Hamish McIntyre-Bhatty -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised. [Data in IEC units and prefixes, physical quantities in SI.]