pluralsight / spavro

Spavro is a (sp)eedier avro library -- Spavro is a fork of the official Apache AVRO python 2 implementation with the goal of greatly improving data read deserialization and write serialization performance.
Apache License 2.0
26 stars 15 forks source link

Conda package #12

Closed johnflavin closed 3 years ago

johnflavin commented 4 years ago

Hi,

I would like to be able to install this package with conda via conda-forge.

I am willing to create the recipe and submit it to conda-forge by following this guide. It won't be much work to create, just a few minutes.

But while I can create the recipe, I'm not sure I want to be on the hook for maintaining the recipe 😬. Really, the only maintenance would be keeping the conda recipe up-to-date with any new version releases or dependency changes. As in, when you push a new version to pypi, just update the conda-forge recipe as well.

Are there any maintainers here who would be willing to fill the role of maintainer of the conda-forge recipe?

mariusvniekerk commented 4 years ago

I've made one on conda-forge

johnflavin commented 3 years ago

Awesome! Thanks.