Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated workflow to release pre-compiled binary wheels? #67

Open
nightlark opened this issue Feb 28, 2024 · 3 comments
Open

Automated workflow to release pre-compiled binary wheels? #67

nightlark opened this issue Feb 28, 2024 · 3 comments

Comments

@nightlark
Copy link

nightlark commented Feb 28, 2024

I noticed that currently the ssdeep package only provides a source package on PyPI, which makes it harder to depend on the ssdeep package (can't just list ssdeep in pyproject dependencies, need to have user manually install libfuzzy or set an environment variable to build from source -- which is also requires having a suitable compiler installed).

Would there be interest in a PR that uses cibuildwheel to automate building ssdeep binary wheels across a variety of architectures? This would be similar to the work done for https://github.com/ssciwr/clang-format-wheel, https://github.com/nightlark/swig-pypi/, and https://github.com/scikit-build/cmake-python-distributions/, which provide pre-compiled binary wheels for all major platforms on PyPI (https://pypi.org/project/swig/, https://pypi.org/project/cmake/, https://pypi.org/project/clang-format).

@phibos I also noticed it has been a while since any code updates were made (though ssdeep itself also appears to be mostly frozen), and the last comment by a python-ssdeep maintainer on a GitHub issue appears to be around 2022 -- if you need help with maintenance, I'm open to helping with some of the open GitHub issues and getting an update released on PyPI.

Copy link

welcome bot commented Feb 28, 2024

Thanks for opening your first issue here! Be sure to follow the issue template!

@nightlark nightlark changed the title Automated workflow to release pre-compiled binary wheels Automated workflow to release pre-compiled binary wheels? Feb 28, 2024
@barabasicsongor
Copy link

This would actually be great, as I'm also currently having issues adding ssdeep as a requirement to a project via Poetry.

@kandji-alex
Copy link

Yeah this would be awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants