Now that I am creating wheels to distribute Pyglet, shouldn't we also rely on pip to fetch dependencies? I know the current stance is to make an all-in-one package including all dependencies, which is also a valid choice.
Rob Op woensdag 4 februari 2015 08:53:57 UTC+1 schreef Rob: > > Some issues were found already in this version. So I expect to roll an rc3 > later this week. In the meantime I am running the tests on Linux and > Windows using Py2 and Py3 to see if any blockers arise. > > Rob > > Op maandag 2 februari 2015 21:10:16 UTC+1 schreef Richard Jones: >> >> Hey Rob, >> >> Those packages you've created will work on all platforms. I wouldn't >> bother with producing windows installer packages since the wheel files are >> all pip needs on any platform. It's really good you've produced the py2 and >> py3 versions, since the installer now doesn't have to worry about 2to3 >> malarky :) >> >> >> Richard >> >> >> On Tue Feb 03 2015 at 6:30:01 AM Rob <[email protected]> wrote: >> >>> Hi all, >>> >>> I just uploaded a new release candidate: 1.2.0rc2. All changes were just >>> to the packaging: changed to wheels and made sure everything is included in >>> the packages. >>> >>> You can find the packages: >>> - on BitBucket: https://bitbucket.org/pyglet/pyglet/downloads >>> - on PyPI: https://pypi.python.org/pypi/pyglet/1.2.0rc2 >>> >>> I am still working on the windows packages. I do not have any Mac >>> hardware, so I cannot make any OSX packages. >>> >>> Rob >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "pyglet-users" 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/pyglet-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- You received this message because you are subscribed to the Google Groups "pyglet-users" 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/pyglet-users. For more options, visit https://groups.google.com/d/optout.
