jaraco / irc

Full-featured Python IRC library for Python.
MIT License
392 stars 86 forks source link

jaraco.util dependency #39

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

Hi, I am packaging the latest version for Debian. I've found that irc depends on jaraco.util (client.py) Since jaraco.util is not on Debian I can't make it work on the distribution. I would like to know if this is a temporary dependency or it is going to be included on the next releases? is there another option to use instead of jaraco.util?

Cheers


jaraco commented 8 years ago

Currently the only use of jaraco.util is the always_iterable call. That's something I plan to switch to the more_itertools project once pr 37 is accepted and released. Though that library may not have inclusion in Debian either. In general, shouldn't it be easy to add all dependencies as part of packaging irc?


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

No response from OP. Please feel free to follow up with more detail behind your motivations.


Original comment by: Jason R. Coombs

jaraco commented 8 years ago

FYI: here's the request to have always_iterable included in more_itertools.


Original comment by: Jason R. Coombs