X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <4B75B0D8.5060300@users.sourceforge.net> Date: Fri, 12 Feb 2010 13:49:44 -0600 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Python 2.6 ? References: <4B5EADFB DOT 4010200 AT users DOT sourceforge DOT net> <20100126135611 DOT GA2212 AT tishler DOT net> <4B5F54D1 DOT 3080400 AT users DOT sourceforge DOT net> <20100127193431 DOT GA1332 AT tishler DOT net> <4B60CB02 DOT 7010106 AT users DOT sourceforge DOT net> <20100212191113 DOT GF5740 AT tishler DOT net> In-Reply-To: <20100212191113.GF5740@tishler.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 12/02/2010 13:11, Jason Tishler wrote: > I've started to make some progress in releasing Python 2.5 and 2.6 for > Cygwin 1.7. I've decided to switch to cygport, so I was hoping you > could review my work and answer another question. Note I used your > python-2.5.4-10.cygport from cygwin-ports SVN as my starting point. Sure. > 1. I removed your 2.5.2-tkinter-x11.patch and added a 2.5.5-tkinter.patch, > so _tkinter builds and runs against the Win32 tcltk instead of the X11 > version. FWIW, this is consistent with the _tkinter module that has > been in the standard Cygwin distribution for years. > > 3. I changed "requires" in tkinter.hint as per #1 above. Ports' Tcl/Tk is X11, where the distro's is Win32-based, so the distro version must still use the latter. Note that there have been discussions about switching the distro's Tcl/Tk to X11 as well, so whenever that does happen you'll need that patch. > 2. I added 2.5.5-curses.patch and CPPFLAGS=-I/usr/include/ncurses, so > the _curses and _curses_panel modules will build cleanly against the > latest ncurses. Right, my last package was built for libncurses9. > Are you OK with these changes? Looks fine. One more thing: don't use 2.5.2-ossaudio.patch. Cygwin is missing /dev/mixer so the module doesn't really work. > I would like to release 2.5.5 first and then 2.6.4. Unfortunately, > there is no HTML documentation specifically for 2.5.5, so I guess I > should use the documentation from 2.5.4. Do you know of any clever ways > to mix 2.5.5 source and 2.5.4 documentation without having to hardcode > versions in the cygport file? No, in this case you'll have to hardcode the documentation version. I just committed a 2.5.5 .cygport which shows you how this can be done. Yaakov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple