sphinx-contrib / emojicodes

An extension to use emoji codes in your Sphinx documentation! 😍
https://sphinxemojicodes.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
48 stars 15 forks source link

0.2.0: `emojicodes` has install time `setuptools` dependency #42

Closed kloczek closed 5 months ago

kloczek commented 1 year ago
[tkloczko@pers-jacek SPECS]$ grep pkg_ /usr/lib/python3.8/site-packages/sphinxemoji/sphinxemoji.py
from pkg_resources import resource_filename

pkg_resources module is part of the setuptools however this module is marked as deprecated and should be replaced by importlib-metadata. Example of the necessary change https://github.com/dask/distributed/pull/5923

Peque commented 1 year ago

Thanks for reporting @kloczek ! I encourage you to open a pull request with the necessary changes. :blush:

kloczek commented 1 year ago

Really sorry but I have already busy whole next 7-8 days. Maybe later ..

hotchilipowder commented 5 months ago

Any updates?

Peque commented 5 months ago

@hotchilipowder @kloczek Should be fixed in latest release (0.3.0).