Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require pyenchant on Python 3.7 or above #1454

Merged
merged 1 commit into from
Jan 23, 2019
Merged

Don't require pyenchant on Python 3.7 or above #1454

merged 1 commit into from
Jan 23, 2019

Conversation

dgw
Copy link
Member

@dgw dgw commented Jan 23, 2019

pyenchant is broken on newer distributions, and has been unmaintained for quite a while. Since only the spellcheck module needs it, and a rewrite of that module to switch libraries is coming Soon™, we might as
well make Sopel installable in the mean time on systems that can't pull down a working pyenchant build.

See #1452. Alternative to #1453.

Note that this change is intended to make master installable, and there is no release planned between now and Sopel 7 (which will include the rewritten spellcheck module and drop pyenchant completely).

pyenchant is broken on newer distributions, and has been unmaintained
for quite a while. Since only the spellcheck module needs it, and a
rewrite of that module to switch libraries is coming Soon™, we might as
well make Sopel installable in the mean time on systems that can't pull
down a working pyenchant build.

See #1452. Alternative to #1453.
@dgw
Copy link
Member Author

dgw commented Jan 23, 2019

@Corwind Thoughts on this? Is it an acceptable stopgap until #1164 is ready to go?

@Corwind
Copy link

Corwind commented Jan 23, 2019

Looks good to me, it will fix the installation using pip + git, which will enable devs to automate this process inside a virtualenv.

Thanks @dgw

@Exirel
Copy link
Contributor

Exirel commented Jan 23, 2019

Well, good enough I guess.

@dgw go for it!

@dgw dgw merged commit fdd41eb into sopel-irc:master Jan 23, 2019
@dgw
Copy link
Member Author

dgw commented Jan 23, 2019

Thanks for the feedback, both of you!

@dgw dgw deleted the pyenchant-only-below-py3.7 branch January 23, 2019 22:38
@dgw dgw added this to the 6.6.1 milestone Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants