gukoff / dtparse

Fast datetime parser for Python written in Rust
MIT License
74 stars 2 forks source link

Release a src dist #14

Open sscherfke opened 2 years ago

sscherfke commented 2 years ago

Hi,

it would be cool if you could also upload a source dist with the next release. This would make re-packaging (e.g., for Conda or Linux distros) a lot easier. :-)

gukoff commented 2 years ago

If it helps, happy to do so :)

JFYI, building from source requires Rust on the target machine.

Could you please explain what you mean by repackaging? I'm not familiar with the case when wheels aren't enough.

sscherfke commented 2 years ago

I mean "repackaging" in the sense of "build a binary package in a different format (conda) from source and building it with a defined version of rust in a defined environment".

I was able to build dtparse from source (the source package from the github release page) using setuptools-rust (and rust), so building an sdist should be relatively easy. :)