From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 07A4B395ACC8 for ; Thu, 23 Apr 2020 18:53:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 07A4B395ACC8 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-498-lripGyhIPW-zfZP2BysHGg-1; Thu, 23 Apr 2020 14:52:54 -0400 X-MC-Unique: lripGyhIPW-zfZP2BysHGg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 534AD107ACF2 for ; Thu, 23 Apr 2020 18:52:53 +0000 (UTC) Received: from ovpn-117-23.rdu2.redhat.com (ovpn-117-23.rdu2.redhat.com [10.10.117.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EF1D46084D for ; Thu, 23 Apr 2020 18:52:52 +0000 (UTC) Message-ID: Subject: Re: [ITA] python2-wx and related packages for wxPython and wxwidgets From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Thu, 23 Apr 2020 14:52:43 -0400 In-Reply-To: References: <5e22328970c8702c69d1f2c83e3de3b89ad908e8.camel@cygwin.com> <4e18c5fb1716a1e3e44b0e0d5591eeec517cd603.camel@cygwin.com> User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, 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-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2020 18:53:04 -0000 On Thu, 2020-04-23 at 18:09 +0100, Hamish McIntyre-Bhatty wrote: > On 23/04/2020 17:08, Yaakov Selkowitz wrote: > > Please keep all discussion on list. > >=20 > My apologies, I thought I'd sent the reply to the list. > > Most of that has already been figured out in our python-wx package.=20 > > Looking at Fedora, it looks like we just need to add their wxPython- > > 3.0.2.0-suppress-version-mismatch-warning.patch and wxPython-3.0.2.0- > > fix-wxcairo.patch and we'll be in sync. > >=20 > Okay, I'll add those patches. I think I've gotten confused somehow, > because my cygport and files are based on the source package for > python-wx at > http://mirrors.kernel.org/sourceware/cygwin/x86_64/release/python-wx/, > but the cygport in that archive also builds all of the other packages, > and doesn't use the system wxWidgets headers, hence me hacking in the > wxWidgets 3.0.4 files and having to build everything together. The work to split them out is already published: https://cygwin.com/git-cygwin-packages/?p=3Dgit/cygwin-packages/wxWidgets3.= 0.git https://cygwin.com/git-cygwin-packages/?p=3Dgit/cygwin-packages/python-wx.g= it I suppose I just never needed to actually rebuild python-wx after that, but the work was done in preparation. > wxPython 3.0.2 itself is shipped with wxWidgets 3.0.2 in the tarball > from wxpython.org, and seems to insist upon building its own copy of > wxwidgets. Maybe by default, but it is buildable without. > > No, that's just bound to cause problems. > >=20 > This is confusing me because it seems to be what the existing packages do= . That's what they *used* to do. I moved away from that for the reasons outlined. > > Look forward to the follow up. > >=20 > > BTW, did you have any plans to figure out wxPython4? >=20 > Good to hear. I do, I just haven't had the time yet and I figured it'd > be best to get wxPython 3 in really good shape (and get some practice > with packaging!) before sorting that one out. Fair enough. python-sip will need to be updated for that as well, which requires also updating python-pyqt5* in sync therewith, so this will need to be coordinated. -- Yaakov