On Sat, Oct 25, 2014 at 4:46 PM, Ryan Ollos <[email protected]> wrote: > On Fri, Oct 24, 2014 at 12:25 PM, Dirk Stöcker <[email protected]> wrote: >> >> On Fri, 24 Oct 2014, RjOllos wrote: >> >>> The releases are available on the TracDownload page and on PyPI. >>> Announcement email forthcoming in a few hours. >> >> >> I'd prefer when the source releases e.g. used by easy_install don't have >> "\r\n" as line endings and use "\n" instead. It's pretty ugly on Unix >> systems. >> >> Ciao > > > The tar.gz release should have "\n" line endings. The zip release should > have "\r\n". So just easy_install using the tar.gz release on Unix.
The easy_install prefers zip archive even if Unix if both tar.gz and zip archives exist, like this. $ virtualenv /dev/shm/trac-1.0.2 ... $ /dev/shm/trac-1.0.2/bin/easy_install Genshi ... $ /dev/shm/trac-1.0.2/bin/easy_install Trac Searching for Trac Reading http://pypi.python.org/simple/Trac/ Reading http://projects.edgewall.com/trac Reading http://projects.edgewall.com/trac/wiki/TracDownload Reading http://trac.edgewall.com/ Best match: Trac 1.0.2 Downloading https://pypi.python.org/packages/source/T/Trac/Trac-1.0.2.zip#md5=4729d7dfa9cb4f12063f001e7d753204 Processing Trac-1.0.2.zip Running Trac-1.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-xUDOB3/Trac-1.0.2/egg-dist-tmp-b4Kba8 Adding Trac 1.0.2 to easy-install.pth file Installing trac-admin script to /dev/shm/trac-1.0.2/bin Installing tracd script to /dev/shm/trac-1.0.2/bin Installed /run/shm/trac-1.0.2/lib/python2.7/site-packages/Trac-1.0.2-py2.7.egg Processing dependencies for Trac Finished processing dependencies for Trac -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
