deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
315 stars 80 forks source link

Ensure timely conda packaging #240

Open deeplook opened 4 years ago

deeplook commented 4 years ago

This is mainly for @nicoddemus as he set up the packaging of svglib for conda-forge. ATM one can find 0.9.3 there, see https://anaconda.org/conda-forge/svglib, so I wonder if and what we can do to make sure that new versions are automatically picked up and get published there, as well? Maybe you can describe the process? Thanks!

nicoddemus commented 4 years ago

There's a bot which routinely scans PyPI and opens up a PR updating the package on conda-forge, so it should be a matter of a day or two before a new version pops up there.

deeplook commented 4 years ago

Yes, but it's seven days now. ;)

nicoddemus commented 4 years ago

Yeah, I haven't been keeping up with my packaging duties lately, but I will try to keep up.

deeplook commented 4 years ago

No worries! I just want to get a better understanding of what is happening and how, also because I might want to publish other things on conda-forge.