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

Distribute sdist on Pypi #12

Open
pombredanne opened this issue Dec 18, 2017 · 1 comment
Open

Distribute sdist on Pypi #12

pombredanne opened this issue Dec 18, 2017 · 1 comment

Comments

@pombredanne
Copy link

The current pypi release only has Mac wheels.
Can you release a plain sdist? not everyone runs on mac ;)
Thanks!

@davidblewett
Copy link
Owner

I don't mind releasing an sdist, but things are not completely automated to build the final package that is installed. It wouldn't be as easy as pip install rure. I've documented the easiest steps here: https://github.com/davidblewett/rure-python#install .

I would appreciate some help making the packaging a little more robust; the situation for this library is a little more complicated as it doesn't actually contain any Rust code. I was able to use the existing rure C interface. The tooling being worked on in the Python community assumes the C interface is part of the current package, and calls out to cargo to build it.

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

No branches or pull requests

2 participants