The python packaging ecosystem has changed quite a bit since the last
release back in 2010. In particular, "eggs" are out and "wheels" are
in. So it would be great if you could help test the new bundles before
I push them live.
pyenchant-1.6.6-py2.py3-none-macosx_10_9_intel.whl 10-Jun-2014 12:06 2056647 pyenchant-1.6.6-py2.py3-none-win32.whl
Can you successfully install from one or more of these files?
If so, great! Please let me know (in private reply).
If not, I want to fix that! Please reply with as much info as you can
about your platform and whatever errors were encountered during the install.
You can ask pip to install from this preview by doing:
pip install -v --extra-index-url
https://rfk.id.au/static/scratch/pyenchant-1.6.6 pyenchant
And check that you got the right version by doing:
python -c "import enchant; print enchant.__version__"
There are a couple of platforms that almost certainly won't work just
yet, with win64 being the main one. I'll keep working on these over the
next few days.
Thanks,
Ryan
--
You received this message because you are subscribed to the Google Groups "pyenchant users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyenchant-use...@googlegroups.com.
To post to this group, send email to pyencha...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyenchant-users.
For more options, visit https://groups.google.com/d/optout.
> What does py2.py3 mean? I didn't think you could build a binary wheel> that would run under both...Well, that's part of what I'm trying to figure out :-)
The binary wheels don't ship any compiled python modules, only
platform-specific support DLLs.
This is explicitly called out as a
possibility in the release-tagging pep:
But pip doesn't seem to support it quite right, so I'm still digging
into the details.
> Also, for OS-X, it would be great to support older versions than 10.9.> If you build with, for instance the python.org <http://python.org>
> binaries, you should get OS-X 10.6+ Of course, there may be issues withMy OSX build skills are very rusty - can you suggest appropriate CFLAGS
> third-party libs, but it's worth a shot, and hopefully we can test for you.
to build the support lib on 10.9, but have it work ok on older versions?
I think that should be the only trick involved here.
As an experiment, I've just made a copy of the 10.9 wheel and changed
its name to indicate 10.6 compatibility. If you've got an older mac,
can you please try it out and let me know what breaks, if anything?
Cheers,
Ryan
--
You received this message because you are subscribed to the Google Groups "pyenchant users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyenchant-use...@googlegroups.com.
To post to this group, send email to pyencha...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyenchant-users.
For more options, visit https://groups.google.com/d/optout.
Cheers,
Ryan
Thanks for following up on the build process (in private email). I'vedecided to do this release using the compiled DLLs from the previous
version, since the underlying C library hasn't actually changed.
I've uploaded a version named:
"pyenchant-1.6.6-py2.py3.cp27.cp26.cp32.cp33.cp34.pp27-none-macosx_10_6_intel.whl"
Which is just awful, but should enable pip to install it without
complaint on all major existing python versions, and any hypothetical
future versions that do better tag matching.
Can you please try installing again via pip and see if this version
works better? As before, the following should suffice:
Thanks,
Ryan
--
You received this message because you are subscribed to the Google Groups "pyenchant users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyenchant-use...@googlegroups.com.
To post to this group, send email to pyencha...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyenchant-users.
For more options, visit https://groups.google.com/d/optout.
Whelp, it's live!
https://pypi.python.org/pypi/pyenchant/1.6.6
Thanks for the feedback everyone. I'll keep on eye out for any issues
over the next few days, please let me know if you run into any problems.
Cheers,
Ryan
--
You received this message because you are subscribed to the Google Groups "pyenchant users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyenchant-use...@googlegroups.com.
To post to this group, send email to pyencha...@googlegroups.com.
Visit this group at http://groups.google.com/group/pyenchant-users.
For more options, visit https://groups.google.com/d/optout.